From 9575043ea7cf6e4063c69f887123b65d9255e58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:44:08 +0000 Subject: [PATCH] chore(deps): bump @actions/workflow-parser from 0.3.60 to 0.3.61 Bumps [@actions/workflow-parser](https://github.com/actions/languageservices) from 0.3.60 to 0.3.61. - [Release notes](https://github.com/actions/languageservices/releases) - [Commits](https://github.com/actions/languageservices/compare/release-v0.3.60...release-v0.3.61) --- updated-dependencies: - dependency-name: "@actions/workflow-parser" dependency-version: 0.3.61 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) 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": {