diff --git a/package-lock.json b/package-lock.json index 4cadbb0c..7b00346a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/vscode-github-actions", - "version": "0.32.2", + "version": "0.32.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/vscode-github-actions", - "version": "0.32.2", + "version": "0.32.3", "license": "MIT", "dependencies": { "@actions/languageserver": "^0.3.60", @@ -70,7 +70,6 @@ "version": "0.3.60", "resolved": "https://registry.npmjs.org/@actions/languageserver/-/languageserver-0.3.60.tgz", "integrity": "sha512-HEr+xBoymJ92FNr6KY6a/uhy03Rmn/yz5gBeMn9qJpo6HO7cohBH4RGXGkzIvUBJOnbz9BB/OFdlQsWu4zqKDA==", - "license": "MIT", "dependencies": { "@actions/languageservice": "^0.3.60", "@actions/workflow-parser": "^0.3.60", @@ -123,7 +122,6 @@ "version": "0.3.60", "resolved": "https://registry.npmjs.org/@actions/workflow-parser/-/workflow-parser-0.3.60.tgz", "integrity": "sha512-23dHOAA0BE4yA+0Lq9VuOdfjMnucVVYw/1fnbnEy3l814q7h4ET8+QE+zusOoLulln3/6UmeJUkmo1etOnlVBw==", - "license": "MIT", "dependencies": { "@actions/expressions": "^0.3.60", "cronstrue": "^2.21.0", diff --git a/package.json b/package.json index cd69c810..8b4e7dd9 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.2", + "version": "0.32.3", "engines": { "vscode": "^1.72.0", "node": ">= 16"