From bf7cf8e059082d336f5ddbc9418ff43b169c1f4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 May 2025 04:09:17 +0000 Subject: [PATCH] feat: upgrade nock from 13.2.9 to 14.0.3 Snyk has created this PR to upgrade nock from 13.2.9 to 14.0.3. See this package in npm: nock See this project in Snyk: https://app.snyk.io/org/nerds-github/project/d7e30d7c-b888-4c87-948a-c60dcaafb5d6?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/tool-cache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index 7a05399aeb..df0e98a02b 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -47,6 +47,6 @@ "@types/nock": "^11.1.0", "@types/semver": "^6.0.0", "@types/uuid": "^3.4.4", - "nock": "^13.2.9" + "nock": "^14.0.3" } }