Bump nock from 12.0.3 to 13.1.1

Bumps [nock](https://github.com/nock/nock) from 12.0.3 to 13.1.1.
- [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/v12.0.3...v13.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-27 16:51:47 +00:00 committed by GitHub
parent 2aa2bede67
commit 35f1961385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 7 deletions

27
package-lock.json generated
View file

@ -52,7 +52,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.2",
"nock": "^12.0.3",
"nock": "^13.1.1",
"removeNPMAbsolutePaths": "2.0.0",
"sinon": "^9.0.2",
"typescript": "^3.7.5"
@ -3411,6 +3411,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/lodash.set": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
"integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=",
"dev": true
},
"node_modules/lodash.snakecase": {
"version": "4.1.1",
"dev": true,
@ -3633,13 +3639,14 @@
}
},
"node_modules/nock": {
"version": "12.0.3",
"version": "13.1.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.1.1.tgz",
"integrity": "sha512-YKTR9MjfK3kS9/l4nuTxyYm30cgOExRHzkLNhL8nhEUyU4f8Za/dRxOqjhVT1vGs0svWo3dDnJTUX1qxYeWy5w==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.13",
"lodash.set": "^4.3.2",
"propagate": "^2.0.0"
},
"engines": {
@ -7633,6 +7640,12 @@
"version": "4.6.2",
"dev": true
},
"lodash.set": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
"integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=",
"dev": true
},
"lodash.snakecase": {
"version": "4.1.1",
"dev": true
@ -7782,12 +7795,14 @@
}
},
"nock": {
"version": "12.0.3",
"version": "13.1.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.1.1.tgz",
"integrity": "sha512-YKTR9MjfK3kS9/l4nuTxyYm30cgOExRHzkLNhL8nhEUyU4f8Za/dRxOqjhVT1vGs0svWo3dDnJTUX1qxYeWy5w==",
"dev": true,
"requires": {
"debug": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.13",
"lodash.set": "^4.3.2",
"propagate": "^2.0.0"
}
},

View file

@ -67,7 +67,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.2",
"nock": "^12.0.3",
"nock": "^13.1.1",
"removeNPMAbsolutePaths": "2.0.0",
"sinon": "^9.0.2",
"typescript": "^3.7.5"