deps: bump nock from 12.0.1 to 12.0.2

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-02 12:11:16 +00:00
parent bc46e4063a
commit c430dcefd1
2 changed files with 4 additions and 11 deletions

13
package-lock.json generated
View file

@ -9271,15 +9271,14 @@
"dev": true "dev": true
}, },
"nock": { "nock": {
"version": "12.0.1", "version": "12.0.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-12.0.1.tgz", "resolved": "https://registry.npmjs.org/nock/-/nock-12.0.2.tgz",
"integrity": "sha512-f5u5k7O5D2YXH2WEFQVLLPa36D5C0dxU9Lrg6KOuaFCMDt7yd1W4S3hbZClCMczxc4EZ0k1bEhPeMWSewrxYNw==", "integrity": "sha512-pTckyfP8QHvwXP/oX+zQuSIL3S/mWTd84ba4pOGZlS/FgRZyljv4C3ZyOjgMilvkydSaERML/aJEF13EBUuDTQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"debug": "^4.1.0", "debug": "^4.1.0",
"json-stringify-safe": "^5.0.1", "json-stringify-safe": "^5.0.1",
"lodash": "^4.17.13", "lodash": "^4.17.13",
"mkdirp": "^1.0.0",
"propagate": "^2.0.0" "propagate": "^2.0.0"
}, },
"dependencies": { "dependencies": {
@ -9292,12 +9291,6 @@
"ms": "^2.1.1" "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": { "ms": {
"version": "2.1.2", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",

View file

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