diff --git a/package-lock.json b/package-lock.json index e66ad9b6..c2d2a3b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "jest": "29.7.0", "jest-when": "^3.6.0", "lint-staged": "^15.0.2", - "nock": "^13.3.6", + "nock": "^13.3.8", "prettier": "^3.0.3", "sort-package-json": "^2.6.0", "source-map-support": "^0.5.21", @@ -11875,9 +11875,9 @@ } }, "node_modules/nock": { - "version": "13.3.6", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.6.tgz", - "integrity": "sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==", + "version": "13.3.8", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.8.tgz", + "integrity": "sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 8c855e14..d0ca8425 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "jest": "29.7.0", "jest-when": "^3.6.0", "lint-staged": "^15.0.2", - "nock": "^13.3.6", + "nock": "^13.3.8", "prettier": "^3.0.3", "sort-package-json": "^2.6.0", "source-map-support": "^0.5.21",