diff --git a/package-lock.json b/package-lock.json index 40c7347f..c312e3f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/languageserver": "*", - "@actions/workflow-parser": "*", + "@actions/workflow-parser": "^0.3.13", "@octokit/rest": "^19.0.7", "@vscode/vsce": "^2.19.0", "buffer": "^6.0.3", @@ -55,9 +55,10 @@ } }, "node_modules/@actions/expressions": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@actions/expressions/-/expressions-0.3.6.tgz", - "integrity": "sha512-6E1YtLkEXtDdqXt6Ml8qURKVLCOpGoYrb3MjydIrculR2iYBuVoTFdN7rAZLiESdkwakSGeuPlkkG8MIdvpzkA==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@actions/expressions/-/expressions-0.3.13.tgz", + "integrity": "sha512-T7DzRitCRN0rU4lNWQsgQhxbJ4X/qnvxCcLUYZfbgK1xpN+gM1lGq8yGLDn8efhMsa03DmdDBzW02DL917QilA==", + "license": "MIT", "engines": { "node": ">= 16.15" } @@ -109,11 +110,12 @@ } }, "node_modules/@actions/workflow-parser": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@actions/workflow-parser/-/workflow-parser-0.3.6.tgz", - "integrity": "sha512-QUUs4pp9ohZSPs1/sD1aGA05n6EFoUh1mKLnUPrK+Nai+qh3wFBMTVN27N92nsOZ5hcTtAHq1Eqgf6KWHWwHVg==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@actions/workflow-parser/-/workflow-parser-0.3.13.tgz", + "integrity": "sha512-mXYw8K4Q8G5YV6V8Gaegi0oMhiT0I1nCnJJAdksJGET3XCp6i7KOI8BoQCVaNwd/9ASc+Mb+px9rbgGyUtL6hg==", + "license": "MIT", "dependencies": { - "@actions/expressions": "^0.3.6", + "@actions/expressions": "^0.3.13", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, @@ -10238,9 +10240,9 @@ }, "dependencies": { "@actions/expressions": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@actions/expressions/-/expressions-0.3.6.tgz", - "integrity": "sha512-6E1YtLkEXtDdqXt6Ml8qURKVLCOpGoYrb3MjydIrculR2iYBuVoTFdN7rAZLiESdkwakSGeuPlkkG8MIdvpzkA==" + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@actions/expressions/-/expressions-0.3.13.tgz", + "integrity": "sha512-T7DzRitCRN0rU4lNWQsgQhxbJ4X/qnvxCcLUYZfbgK1xpN+gM1lGq8yGLDn8efhMsa03DmdDBzW02DL917QilA==" }, "@actions/languageserver": { "version": "0.3.6", @@ -10285,11 +10287,11 @@ } }, "@actions/workflow-parser": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@actions/workflow-parser/-/workflow-parser-0.3.6.tgz", - "integrity": "sha512-QUUs4pp9ohZSPs1/sD1aGA05n6EFoUh1mKLnUPrK+Nai+qh3wFBMTVN27N92nsOZ5hcTtAHq1Eqgf6KWHWwHVg==", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@actions/workflow-parser/-/workflow-parser-0.3.13.tgz", + "integrity": "sha512-mXYw8K4Q8G5YV6V8Gaegi0oMhiT0I1nCnJJAdksJGET3XCp6i7KOI8BoQCVaNwd/9ASc+Mb+px9rbgGyUtL6hg==", "requires": { - "@actions/expressions": "^0.3.6", + "@actions/expressions": "^0.3.13", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" } diff --git a/package.json b/package.json index 17fa179d..67d6b74a 100644 --- a/package.json +++ b/package.json @@ -562,7 +562,7 @@ }, "dependencies": { "@actions/languageserver": "*", - "@actions/workflow-parser": "*", + "@actions/workflow-parser": "0.3.13", "@octokit/rest": "^19.0.7", "@vscode/vsce": "^2.19.0", "buffer": "^6.0.3",