diff options
-rw-r--r-- | package-lock.json | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index c77341f65..698fa29f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -137,7 +137,7 @@ "mocha": "^10.2.0", "mock-fs": "^5.2.0", "monaco-editor-webpack-plugin": "^7.1.0", - "nock": "^13.3.3", + "nock": "^13.3.6", "prettier": "^3.0.3", "sass": "^1.69.1", "sass-loader": "^13.3.2", @@ -15014,14 +15014,13 @@ } }, "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": { diff --git a/package.json b/package.json index 9fb1cd108..ee9c2fba5 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "mocha": "^10.2.0", "mock-fs": "^5.2.0", "monaco-editor-webpack-plugin": "^7.1.0", - "nock": "^13.3.3", + "nock": "^13.3.6", "prettier": "^3.0.3", "sass": "^1.69.1", "sass-loader": "^13.3.2", |