From 354505d083467472bcbf37b00a5848ec92615c73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Feb 2025 22:44:26 +0000 Subject: [PATCH] feat: upgrade nock from 13.5.6 to 14.0.0 Snyk has created this PR to upgrade nock from 13.5.6 to 14.0.0. See this package in npm: nock See this project in Snyk: https://app.snyk.io/org/quantum-blockchain-ai-9pr/project/4c929507-0a29-4005-96ea-483d6aab5453?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e73386bc..62cb81f1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "isomorphic-git": "^1.24.5", "jest": "^29.5.0", "js-yaml": "^4.1.0", - "nock": "^13.3.0", + "nock": "^14.0.0", "once": "^1.4.0", "tr46": "^5.0.0", "ts-jest": "^29.0.5",