From 853771e0a1ea521d0c4ebc56c8b014422018004b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 03:12:05 +0000 Subject: [PATCH] fix: node_modules/@actions/tool-cache/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/@actions/tool-cache/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@actions/tool-cache/package.json b/node_modules/@actions/tool-cache/package.json index ddce94d82f..8ff4a63143 100644 --- a/node_modules/@actions/tool-cache/package.json +++ b/node_modules/@actions/tool-cache/package.json @@ -40,13 +40,13 @@ "@actions/exec": "^1.0.0", "@actions/http-client": "^1.0.8", "@actions/io": "^1.0.1", - "semver": "^6.1.0", + "semver": "^7.5.2", "uuid": "^3.3.2" }, "devDependencies": { "@types/nock": "^10.0.3", "@types/semver": "^6.0.0", "@types/uuid": "^3.4.4", - "nock": "^10.0.6" + "nock": "^11.0.0" } } \ No newline at end of file