From 8478dff7052ee1307762b38709d458e1f62205b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Apr 2025 02:32:24 +0000 Subject: [PATCH] feat: upgrade nock from 13.2.9 to 14.0.2 Snyk has created this PR to upgrade nock from 13.2.9 to 14.0.2. 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..67c9c9c7eb 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.2" } }