deps: bump nock from 12.0.0 to 12.0.1

Bumps [nock](https://github.com/nock/nock) from 12.0.0 to 12.0.1.
- [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/v12.0.0...v12.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-20 02:24:05 +00:00
parent 4de9b09ee4
commit 231e402918
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9257,9 +9257,9 @@
"dev": true
},
"nock": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-12.0.0.tgz",
"integrity": "sha512-aTzDlXFH/Xq4m2V5x5nV13RTvYX8RXXcurCx6z4+y8IsloFMizZsDe/189GX1pSMJ99HBFZAokS5sMiMX/qfaQ==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-12.0.1.tgz",
"integrity": "sha512-f5u5k7O5D2YXH2WEFQVLLPa36D5C0dxU9Lrg6KOuaFCMDt7yd1W4S3hbZClCMczxc4EZ0k1bEhPeMWSewrxYNw==",
"dev": true,
"requires": {
"debug": "^4.1.0",

View File

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