From d025ede23912574de576fae9c24f4c7be469c1f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2025 08:01:32 +0000 Subject: [PATCH] fix: upgrade actions-secret-parser from 1.0.3 to 1.0.4 Snyk has created this PR to upgrade actions-secret-parser from 1.0.3 to 1.0.4. See this package in npm: actions-secret-parser See this project in Snyk: https://app.snyk.io/org/ragwell/project/4741598c-98ec-4936-9710-193ee2aaf558?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29c3b473b..900874379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "1.9.1", "@actions/exec": "^1.0.1", "@actions/io": "^1.0.1", - "actions-secret-parser": "^1.0.2", + "actions-secret-parser": "^1.0.4", "package-lock": "^1.0.3" }, "devDependencies": { @@ -1137,11 +1137,12 @@ "dev": true }, "node_modules/actions-secret-parser": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/actions-secret-parser/-/actions-secret-parser-1.0.3.tgz", - "integrity": "sha512-+iGlMSsE/cbxDaEZlqR0NUjn35DckMYsdYFwVeZ7JRbtyO/AiBKnaScKkzkHSoiZ4nEPTdIHtMpRGVgoeVYX+A==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/actions-secret-parser/-/actions-secret-parser-1.0.4.tgz", + "integrity": "sha512-gDAB8GK2Vj9CN5r97DZlmpxqrMcpAGKGWiIY3hpFhJMieLpl3K3ocVR49/Q4ANaA5a/2wNRE3Qng+x0K8mkmkQ==", + "license": "MIT", "dependencies": { - "@actions/core": "^1.1.3", + "@actions/core": "^1.1.10", "jsonpath": "^1.0.2", "xmldom": "^0.1.27", "xpath": "0.0.27" @@ -4741,11 +4742,11 @@ "dev": true }, "actions-secret-parser": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/actions-secret-parser/-/actions-secret-parser-1.0.3.tgz", - "integrity": "sha512-+iGlMSsE/cbxDaEZlqR0NUjn35DckMYsdYFwVeZ7JRbtyO/AiBKnaScKkzkHSoiZ4nEPTdIHtMpRGVgoeVYX+A==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/actions-secret-parser/-/actions-secret-parser-1.0.4.tgz", + "integrity": "sha512-gDAB8GK2Vj9CN5r97DZlmpxqrMcpAGKGWiIY3hpFhJMieLpl3K3ocVR49/Q4ANaA5a/2wNRE3Qng+x0K8mkmkQ==", "requires": { - "@actions/core": "^1.1.3", + "@actions/core": "^1.1.10", "jsonpath": "^1.0.2", "xmldom": "^0.1.27", "xpath": "0.0.27" diff --git a/package.json b/package.json index 72d5e7de3..7a5b4cb05 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@actions/core": "1.9.1", "@actions/exec": "^1.0.1", "@actions/io": "^1.0.1", - "actions-secret-parser": "^1.0.2", + "actions-secret-parser": "^1.0.4", "package-lock": "^1.0.3" } } \ No newline at end of file