diff --git a/package-lock.json b/package-lock.json index 7f55162..82e7424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/expressions": "0.3.60", - "@actions/workflow-parser": "0.3.60", + "@actions/workflow-parser": "0.3.61", "picocolors": "^1.1.1" }, "bin": { @@ -36,12 +36,12 @@ } }, "node_modules/@actions/workflow-parser": { - "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==", + "version": "0.3.61", + "resolved": "https://registry.npmjs.org/@actions/workflow-parser/-/workflow-parser-0.3.61.tgz", + "integrity": "sha512-NBjJrbwwrEN3LSN0NAISLpCWQLcPSBjmAIkLXHgjGX8Yql4PiD33ifSAvr9sIMU9uIs8wZiGUnvo9yPIMIfKdg==", "license": "MIT", "dependencies": { - "@actions/expressions": "^0.3.60", + "@actions/expressions": "^0.3.61", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, @@ -49,6 +49,15 @@ "node": ">= 20" } }, + "node_modules/@actions/workflow-parser/node_modules/@actions/expressions": { + "version": "0.3.61", + "resolved": "https://registry.npmjs.org/@actions/expressions/-/expressions-0.3.61.tgz", + "integrity": "sha512-Ig+tXELvTjlqxQAWBQnLNn2dPpNraLMdSnT+vDzDPmJtbNUhIAH/Z9kVT8pZ8UtJi9vUGs8hwHE8JFJmbOnLEA==", + "license": "MIT", + "engines": { + "node": ">= 20" + } + }, "node_modules/@emnapi/core": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz", diff --git a/package.json b/package.json index 380e8c3..f6bcaa1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@actions/expressions": "0.3.60", - "@actions/workflow-parser": "0.3.60", + "@actions/workflow-parser": "0.3.61", "picocolors": "^1.1.1" }, "devDependencies": {