diff --git a/package-lock.json b/package-lock.json index 75f6227e..e8bc47c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "action-download-artifact", "dependencies": { - "@actions/artifact": "^2.1.10", + "@actions/artifact": "^2.1.11", "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.16", @@ -14,9 +14,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.10.tgz", - "integrity": "sha512-3c6DP+ZiTgHuXYaNO3W0MnoK//ZfBnJEam1SpOZuR2epNWO7m8Wh72IdhiKMib4DMyNNt8924TOUaR2X4cRPHQ==", + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.11.tgz", + "integrity": "sha512-V/N/3yM3oLxozq2dpdGqbd/39UbDOR54bF25vYsvn3QZnyZERSzPjTAAwpGzdcwESye9G7vnuhPiKQACEuBQpg==", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", @@ -28,7 +28,6 @@ "@octokit/request-error": "^5.0.0", "@protobuf-ts/plugin": "^2.2.3-alpha.1", "archiver": "^7.0.1", - "crypto": "^1.0.1", "jwt-decode": "^3.1.2", "twirp-ts": "^2.5.0", "unzip-stream": "^0.3.1" @@ -983,12 +982,6 @@ "node": ">= 8" } }, - "node_modules/crypto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", - "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", - "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in." - }, "node_modules/debug": { "version": "4.3.5", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", diff --git a/package.json b/package.json index fa7c7766..80faa9ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "action-download-artifact", "main": "main.js", "dependencies": { - "@actions/artifact": "^2.1.10", + "@actions/artifact": "^2.1.11", "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.16",