diff --git a/package-lock.json b/package-lock.json index aa7731f1..aca1b15a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "mini-css-extract-plugin": "~2.7.6", "mocha": "~10.2.0", "nib": "~1.2.0", - "nock": "~13.3.4", + "nock": "~13.3.6", "path-browserify": "~1.0.1", "process": "~0.11.10", "react-addons-test-utils": "~15.6.2", @@ -11960,14 +11960,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": { @@ -27009,14 +27008,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 55fccfd4..49134b1b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "mini-css-extract-plugin": "~2.7.6", "mocha": "~10.2.0", "nib": "~1.2.0", - "nock": "~13.3.4", + "nock": "~13.3.6", "path-browserify": "~1.0.1", "process": "~0.11.10", "react-addons-test-utils": "~15.6.2",