From e6e60628aa924aeab1a05848d2edfc309d3dad9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jun 2023 15:34:31 +0000 Subject: [PATCH] fix: upgrade @actions/artifact from 1.0.0 to 1.1.1 Snyk has created this PR to upgrade @actions/artifact from 1.0.0 to 1.1.1. See this package in npm: https://www.npmjs.com/package/@actions/artifact See this project in Snyk: https://app.snyk.io/org/e-square/project/c7c99b78-67f4-4fb1-a677-4100464990ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 38 +++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 399cd7c..8d1a0bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.5.1", "license": "MIT", "dependencies": { - "@actions/artifact": "^1.0.0", + "@actions/artifact": "^1.1.1", "@actions/cache": "^1.0.9", "@nrwl/devkit": "13.10.6", "@nrwl/workspace": "13.10.6", @@ -59,16 +59,24 @@ } }, "node_modules/@actions/artifact": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.0.0.tgz", - "integrity": "sha512-oje+cCiM2maVwoiN+LT9kh2C6UqiTcS1tDKins+nRfckX+C8JJD2kAmzpD5fn/p5Dibjrqk1mtwreAzgNxHrDg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.1.1.tgz", + "integrity": "sha512-Vv4y0EW0ptEkU+Pjs5RGS/0EryTvI6s79LjSV9Gg/h+O3H/ddpjhuX/Bi/HZE4pbNPyjGtQjbdFWphkZhmgabA==", "dependencies": { - "@actions/core": "^1.2.6", - "@actions/http-client": "^1.0.11", + "@actions/core": "^1.9.1", + "@actions/http-client": "^2.0.1", "tmp": "^0.2.1", "tmp-promise": "^3.0.2" } }, + "node_modules/@actions/artifact/node_modules/@actions/http-client": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.0.tgz", + "integrity": "sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==", + "dependencies": { + "tunnel": "^0.0.6" + } + }, "node_modules/@actions/artifact/node_modules/tmp": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", @@ -10108,16 +10116,24 @@ }, "dependencies": { "@actions/artifact": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.0.0.tgz", - "integrity": "sha512-oje+cCiM2maVwoiN+LT9kh2C6UqiTcS1tDKins+nRfckX+C8JJD2kAmzpD5fn/p5Dibjrqk1mtwreAzgNxHrDg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.1.1.tgz", + "integrity": "sha512-Vv4y0EW0ptEkU+Pjs5RGS/0EryTvI6s79LjSV9Gg/h+O3H/ddpjhuX/Bi/HZE4pbNPyjGtQjbdFWphkZhmgabA==", "requires": { - "@actions/core": "^1.2.6", - "@actions/http-client": "^1.0.11", + "@actions/core": "^1.9.1", + "@actions/http-client": "^2.0.1", "tmp": "^0.2.1", "tmp-promise": "^3.0.2" }, "dependencies": { + "@actions/http-client": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.0.tgz", + "integrity": "sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==", + "requires": { + "tunnel": "^0.0.6" + } + }, "tmp": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", diff --git a/package.json b/package.json index 356f0ee..af042de 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "url": "https://github.com/e-square-io/nx-github-actions.git" }, "dependencies": { - "@actions/artifact": "^1.0.0", + "@actions/artifact": "^1.1.1", "@actions/cache": "^1.0.9", "@nrwl/devkit": "13.10.6", "@nrwl/workspace": "13.10.6",