Bump nock from 13.2.7 to 13.2.9

Bumps [nock](https://github.com/nock/nock) from 13.2.7 to 13.2.9.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.2.7...v13.2.9)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-21 11:06:17 +00:00 committed by GitHub
parent 6719a23721
commit 1e62c19d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -20,7 +20,7 @@
"@vercel/ncc": "0.34.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"nock": "^13.2.7",
"nock": "^13.2.9",
"semistandard": "^16.0.1"
}
},
@ -4686,9 +4686,9 @@
}
},
"node_modules/nock": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.7.tgz",
"integrity": "sha512-R6NUw7RIPtKwgK7jskuKoEi4VFMqIHtV2Uu9K/Uegc4TA5cqe+oNMYslZcUmnVNQCTG6wcSqUBaGTDd7sq5srg==",
"version": "13.2.9",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz",
"integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
@ -9844,9 +9844,9 @@
"integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg=="
},
"nock": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.7.tgz",
"integrity": "sha512-R6NUw7RIPtKwgK7jskuKoEi4VFMqIHtV2Uu9K/Uegc4TA5cqe+oNMYslZcUmnVNQCTG6wcSqUBaGTDd7sq5srg==",
"version": "13.2.9",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz",
"integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==",
"dev": true,
"requires": {
"debug": "^4.1.0",

View file

@ -29,7 +29,7 @@
"@vercel/ncc": "0.34.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"nock": "^13.2.7",
"nock": "^13.2.9",
"semistandard": "^16.0.1"
},
"jest": {