From b2f2706ac43ccd303d565ec5c26f486548c111f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:20:33 +0200 Subject: [PATCH] build(deps): bump @actions/artifact from 2.1.10 to 2.1.11 (#313) Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.1.10 to 2.1.11. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) 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",