diff --git a/package-lock.json b/package-lock.json index a9f0cfde..a3036550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "lint-staged": "^15.2.0", - "nock": "^13.5.0", + "nock": "^13.5.5", "nyc": "^15.1.0", "open-cli": "^8.0.0", "semantic-release": "^22.0.12" @@ -9424,9 +9424,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/nock": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.0.tgz", - "integrity": "sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==", + "version": "13.5.5", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", + "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index dd797979..7e322e4b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "jest": "^29.7.0", "jest-junit": "^16.0.0", "lint-staged": "^15.2.0", - "nock": "^13.5.0", + "nock": "^13.5.5", "nyc": "^15.1.0", "open-cli": "^8.0.0", "semantic-release": "^22.0.12"