From e513f8f4dc1083c22af67356873b3fdb1d5396d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 16:28:44 +0000 Subject: [PATCH] fix: upgrade @actions/io from 1.1.2 to 1.1.3 Snyk has created this PR to upgrade @actions/io from 1.1.2 to 1.1.3. See this package in npm: @actions/io See this project in Snyk: https://app.snyk.io/org/snapp949/project/b62f72c3-e17a-40bc-ae9f-11b336583a64?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0ef42c4a..d69db225d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "1.9.1", "@actions/exec": "^1.0.1", - "@actions/io": "^1.0.1", + "@actions/io": "^1.1.3", "package-lock": "^1.0.3" }, "devDependencies": { @@ -61,7 +61,9 @@ } }, "node_modules/@actions/io": { - "version": "1.1.2", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", + "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==", "license": "MIT" }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 1ebd3012a..7f892e017 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@actions/core": "1.9.1", "@actions/exec": "^1.0.1", - "@actions/io": "^1.0.1", + "@actions/io": "^1.1.3", "package-lock": "^1.0.3" } }