update: upgrade nock to major version 12

This commit is contained in:
Xymorot 2020-03-02 23:49:18 +01:00
parent 738a3348c1
commit e7fe0ae2c0
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@ -7096,15 +7096,14 @@
}
},
"nock": {
"version": "11.9.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-11.9.1.tgz",
"integrity": "sha512-U5wPctaY4/ar2JJ5Jg4wJxlbBfayxgKbiAeGh+a1kk6Pwnc2ZEuKviLyDSG6t0uXl56q7AALIxoM6FJrBSsVXA==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-12.0.2.tgz",
"integrity": "sha512-pTckyfP8QHvwXP/oX+zQuSIL3S/mWTd84ba4pOGZlS/FgRZyljv4C3ZyOjgMilvkydSaERML/aJEF13EBUuDTQ==",
"dev": true,
"requires": {
"debug": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.13",
"mkdirp": "^0.5.0",
"propagate": "^2.0.0"
},
"dependencies": {

View File

@ -81,7 +81,7 @@
"husky": "^4.2.3",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"nock": "^11.9.1",
"nock": "^12.0.2",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"rewiremock": "^3.13.9",