diff --git a/package-lock.json b/package-lock.json index b83eda2..d8a8a8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -810,9 +810,9 @@ } }, "@types/nock": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@types/nock/-/nock-9.3.1.tgz", - "integrity": "sha512-eOVHXS5RnWOjTVhu3deCM/ruy9E6JCgeix2g7wpFiekQh3AaEAK1cz43tZDukKmtSmQnwvSySq7ubijCA32I7Q==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@types/nock/-/nock-10.0.3.tgz", + "integrity": "sha512-OthuN+2FuzfZO3yONJ/QVjKmLEuRagS9TV9lEId+WHL9KhftYG+/2z+pxlr0UgVVXSpVD8woie/3fzQn8ft/Ow==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index c3c04e9..47601a2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/lodash": "4.14.123", "@types/mocha": "5.2.6", "@types/mock-fs": "3.6.30", - "@types/nock": "9.3.1", + "@types/nock": "10.0.3", "@types/node": "9.6.46", "@types/rimraf": "2.0.2", "@types/sinon": "7.0.11",