diff --git a/package-lock.json b/package-lock.json index f74226a..54785b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^2.0.3", - "@actions/io": "^1.1.3", + "@actions/io": "^3.0.2", "@actions/tool-cache": "^3.0.1", "@hashicorp/js-releases": "^1.7.7", "axios": "^1.17.0", @@ -60,9 +60,10 @@ } }, "node_modules/@actions/io": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", - "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz", + "integrity": "sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==", + "license": "MIT" }, "node_modules/@actions/tool-cache": { "version": "3.0.1", diff --git a/package.json b/package.json index b77045b..cdfafad 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^2.0.3", - "@actions/io": "^1.1.3", + "@actions/io": "^3.0.2", "@actions/tool-cache": "^3.0.1", "@hashicorp/js-releases": "^1.7.7", "axios": "^1.17.0",