From f20fce5ee7c5d37852583cceb7309a31aead7fbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 06:48:58 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @actions/http-client from 2.0.1 to 2.2.3. See this package in npm: https://www.npmjs.com/package/@actions/http-client - @actions/core from 1.10.0 to 1.10.1. See this package in npm: https://www.npmjs.com/package/@actions/core - @actions/io from 1.1.2 to 1.1.3. See this package in npm: https://www.npmjs.com/package/@actions/io - @actions/glob from 0.1.0 to 0.5.0. See this package in npm: https://www.npmjs.com/package/@actions/glob - @azure/ms-rest-js from 2.6.6 to 2.7.0. See this package in npm: https://www.npmjs.com/package/@azure/ms-rest-js - @azure/storage-blob from 12.13.0 to 12.24.0. See this package in npm: https://www.npmjs.com/package/@azure/storage-blob - @types/semver from 6.2.1 to 6.2.7. See this package in npm: https://www.npmjs.com/package/@types/semver - @types/uuid from 3.4.9 to 3.4.13. See this package in npm: https://www.npmjs.com/package/@types/uuid - semver from 6.3.0 to 6.3.1. See this package in npm: https://www.npmjs.com/package/semver - typescript from 4.8.4 to 4.9.5. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/ganjahmanvenenodedios/project/e2920c32-19d2-4a4e-9f93-42256bcc8015?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/cache/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/cache/package.json b/packages/cache/package.json index 319e8067b4..c35f8bff0d 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -37,20 +37,20 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.10.1", "@actions/exec": "^1.0.1", - "@actions/glob": "^0.1.0", - "@actions/http-client": "^2.0.1", - "@actions/io": "^1.0.1", + "@actions/glob": "^0.5.0", + "@actions/http-client": "^2.2.3", + "@actions/io": "^1.1.3", "@azure/abort-controller": "^1.1.0", - "@azure/ms-rest-js": "^2.6.0", - "@azure/storage-blob": "^12.13.0", - "semver": "^6.1.0", + "@azure/ms-rest-js": "^2.7.0", + "@azure/storage-blob": "^12.24.0", + "semver": "^6.3.1", "uuid": "^3.3.3" }, "devDependencies": { - "@types/semver": "^6.0.0", - "@types/uuid": "^3.4.5", - "typescript": "^4.8.0" + "@types/semver": "^6.2.7", + "@types/uuid": "^3.4.13", + "typescript": "^4.9.5" } }