From 5b352e9db5e9bd23b986a96d49460108f8855b06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 02:57:59 +0000 Subject: [PATCH] feat: upgrade nock from 13.2.9 to 14.0.4 Snyk has created this PR to upgrade nock from 13.2.9 to 14.0.4. 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..5bfe945a89 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.4" } }