diff --git a/package-lock.json b/package-lock.json index 0be11d14..7ae6a1f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jest-junit": "^16.0.0", "jest-when": "^3.5.2", "lockfile-lint": "^4.12.1", - "nock": "^13.5.4", + "nock": "^13.5.6", "nodemon": "^3.1.9", "npm-run-all": "^4.1.5", "smee-client": "^1.2.2", @@ -9465,10 +9465,11 @@ "dev": true }, "node_modules/nock": { - "version": "13.5.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz", - "integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==", + "version": "13.5.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.6.tgz", + "integrity": "sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", diff --git a/package.json b/package.json index 93325a7f..ee567581 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jest-junit": "^16.0.0", "jest-when": "^3.5.2", "lockfile-lint": "^4.12.1", - "nock": "^13.5.4", + "nock": "^13.5.6", "nodemon": "^3.1.9", "npm-run-all": "^4.1.5", "smee-client": "^1.2.2",