chore(deps): update dependency nock to v13.1.0 (#1975)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-10 12:45:53 -07:00 committed by GitHub
parent 78a63a7de0
commit 59bf862d4a
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

@ -6696,9 +6696,9 @@
} }
}, },
"nock": { "nock": {
"version": "13.0.11", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.11.tgz", "resolved": "https://registry.npmjs.org/nock/-/nock-13.1.0.tgz",
"integrity": "sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ==", "integrity": "sha512-3N3DUY8XYrxxzWazQ+nSBpiaJ3q6gcpNh4gXovC/QBxrsvNp4tq+wsLHF6mJ3nrn3lPLn7KCJqKxy/9aD+0fdw==",
"dev": true, "dev": true,
"requires": { "requires": {
"debug": "^4.1.0", "debug": "^4.1.0",

View File

@ -60,7 +60,7 @@
"got": "11.8.2", "got": "11.8.2",
"js-yaml": "3.14.1", "js-yaml": "3.14.1",
"mockserver-client": "5.11.2", "mockserver-client": "5.11.2",
"nock": "13.0.11", "nock": "13.1.0",
"nyc": "15.1.0", "nyc": "15.1.0",
"p-retry": "4.5.0", "p-retry": "4.5.0",
"proxyquire": "2.1.3", "proxyquire": "2.1.3",