deps: bump nock from 11.8.2 to 12.0.0

Bumps [nock](https://github.com/nock/nock) from 11.8.2 to 12.0.0.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v11.8.2...v12.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-17 02:22:07 +00:00
parent 07c50afccc
commit 4a12696aca
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View File

@ -9257,15 +9257,15 @@
"dev": true
},
"nock": {
"version": "11.8.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-11.8.2.tgz",
"integrity": "sha512-udrFXJ/aqPM9NmrKOcNJ67lvrs/zroNq2sbumhaMPW5JLNy/6LsWiZEwU9DiQIUHOcOCR4MPeqIG7uQNbDGExA==",
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-12.0.0.tgz",
"integrity": "sha512-aTzDlXFH/Xq4m2V5x5nV13RTvYX8RXXcurCx6z4+y8IsloFMizZsDe/189GX1pSMJ99HBFZAokS5sMiMX/qfaQ==",
"dev": true,
"requires": {
"debug": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.13",
"mkdirp": "^0.5.0",
"mkdirp": "^1.0.0",
"propagate": "^2.0.0"
},
"dependencies": {
@ -9278,6 +9278,12 @@
"ms": "^2.1.1"
}
},
"mkdirp": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.3.tgz",
"integrity": "sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==",
"dev": true
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",

View File

@ -70,7 +70,7 @@
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"lint-staged": "^10.0.7",
"nock": "^11.8.2",
"nock": "^12.0.0",
"prettier": "1.19.1",
"standard-version": "^7.1.0",
"ts-jest": "^25.2.0",