diff --git a/package-lock.json b/package-lock.json index 907451d..fbdfe9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint": "^8.51.0", "eslint-plugin-prefer-arrow-functions": "^3.1.4", "mocha": "^10.2.0", - "nock": "^13.3.3", + "nock": "^13.3.6", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", @@ -5915,14 +5915,13 @@ "license": "MIT" }, "node_modules/nock": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.3.tgz", - "integrity": "sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==", + "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": { @@ -13723,14 +13722,13 @@ "dev": true }, "nock": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.3.tgz", - "integrity": "sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==", + "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" } }, diff --git a/package.json b/package.json index 66d84a3..d3b81ae 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint": "^8.51.0", "eslint-plugin-prefer-arrow-functions": "^3.1.4", "mocha": "^10.2.0", - "nock": "^13.3.3", + "nock": "^13.3.6", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", "nyc": "^15.1.0",