diff --git a/package-lock.json b/package-lock.json index 216b7bda..76d42a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/vscode-github-actions", - "version": "0.32.0", + "version": "0.32.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/vscode-github-actions", - "version": "0.32.0", + "version": "0.32.1", "license": "MIT", "dependencies": { "@actions/languageserver": "^0.3.58", @@ -70,7 +70,6 @@ "version": "0.3.58", "resolved": "https://registry.npmjs.org/@actions/languageserver/-/languageserver-0.3.58.tgz", "integrity": "sha512-zNOkOUifRnvbVEWbxaKIGlrpAQBWsvoDOEaOu5EBSWB6IYSXIghtZCbKDSyB7+s+zNDnsobax8w10r0oc1XSqQ==", - "license": "MIT", "dependencies": { "@actions/languageservice": "^0.3.58", "@actions/workflow-parser": "^0.3.58", @@ -123,7 +122,6 @@ "version": "0.3.58", "resolved": "https://registry.npmjs.org/@actions/workflow-parser/-/workflow-parser-0.3.58.tgz", "integrity": "sha512-79TeA1xsu15E0Enzbt6QZCxTztF3sSdj0/QsA8aC6OHt3dVdnXWRymgkHRQu5sOGyEPCsBAg6uO5jdVP6wVKdA==", - "license": "MIT", "dependencies": { "@actions/expressions": "^0.3.58", "cronstrue": "^2.21.0", diff --git a/package.json b/package.json index 39596fc9..e493ff35 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/github/vscode-github-actions" }, "description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code", - "version": "0.32.0", + "version": "0.32.1", "engines": { "vscode": "^1.72.0", "node": ">= 16"