diff --git a/package-lock.json b/package-lock.json index 2c5d7420..e22a3713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "jest-circus": "^29.7.0", "markdown-link-check": "^3.11.2", "markdownlint-cli": "^0.37.0", - "nock": "^13.3.4", + "nock": "^13.3.6", "prettier": "^3.0.3", "strip-json-comments-cli": "^3.0.0", "ts-jest": "^28.0.8", @@ -7178,14 +7178,13 @@ } }, "node_modules/nock": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", - "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", + "version": "13.3.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.6.tgz", + "integrity": "sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==", "dev": true, "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", "propagate": "^2.0.0" }, "engines": { @@ -14622,14 +14621,13 @@ } }, "nock": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", - "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", + "version": "13.3.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.6.tgz", + "integrity": "sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==", "dev": true, "requires": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", "propagate": "^2.0.0" }, "dependencies": { diff --git a/package.json b/package.json index 91431c28..61d5eb0e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jest-circus": "^29.7.0", "markdown-link-check": "^3.11.2", "markdownlint-cli": "^0.37.0", - "nock": "^13.3.4", + "nock": "^13.3.6", "prettier": "^3.0.3", "strip-json-comments-cli": "^3.0.0", "ts-jest": "^28.0.8",