diff --git a/package-lock.json b/package-lock.json index 7a6b21360a..b4ef0ab0d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "jest": "27.5.1", "lerna": "5.1.8", "lint-staged": "13.2.3", - "nock": "13.3.0", + "nock": "13.3.4", "semver": "^7.5.4", "shuffle-seed": "1.1.6", "ts-jest": "27.1.5", @@ -20775,9 +20775,9 @@ } }, "node_modules/nock": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz", - "integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==", + "version": "13.3.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", + "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -38844,7 +38844,7 @@ "jest": "27.5.1", "lerna": "5.1.8", "lint-staged": "13.2.3", - "nock": "13.3.0", + "nock": "13.3.4", "semver": "^7.5.4", "shuffle-seed": "1.1.6", "ts-jest": "27.1.5", @@ -53878,9 +53878,9 @@ } }, "nock": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz", - "integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==", + "version": "13.3.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", + "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", "dev": true, "requires": { "debug": "^4.1.0", @@ -64708,9 +64708,9 @@ } }, "nock": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz", - "integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==", + "version": "13.3.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", + "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 68d427b890..af59f414c2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "jest": "27.5.1", "lerna": "5.1.8", "lint-staged": "13.2.3", - "nock": "13.3.0", + "nock": "13.3.4", "semver": "^7.5.4", "shuffle-seed": "1.1.6", "ts-jest": "27.1.5",