From 91fc2e93e66c0af0e14f88336c2ba366bb11ea5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Feb 2024 04:01:32 +0000 Subject: [PATCH] fix: node_modules/@actions/artifact/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/@actions/artifact/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@actions/artifact/package.json b/node_modules/@actions/artifact/package.json index 9c765d7ca7..a0e7eede02 100644 --- a/node_modules/@actions/artifact/package.json +++ b/node_modules/@actions/artifact/package.json @@ -40,8 +40,8 @@ "@actions/core": "^1.2.6", "@actions/http-client": "^1.0.11", "@types/tmp": "^0.1.0", - "tmp": "^0.1.0", - "tmp-promise": "^2.0.2" + "tmp": "^0.2.2", + "tmp-promise": "^3.0.0" }, "devDependencies": { "typescript": "^3.8.3"