chore(deps): update dependency nock to v13.2.1 (#2242)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-12 10:37:08 +00:00 committed by GitHub
parent 03aa7d0d50
commit f092dd1e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6768,9 +6768,9 @@
}
},
"nock": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.0.tgz",
"integrity": "sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==",
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz",
"integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==",
"dev": true,
"requires": {
"debug": "^4.1.0",

View File

@ -60,7 +60,7 @@
"got": "11.8.2",
"js-yaml": "4.1.0",
"mockserver-client": "5.11.2",
"nock": "13.2.0",
"nock": "13.2.1",
"nyc": "15.1.0",
"p-retry": "4.6.1",
"proxyquire": "2.1.3",