deps: bump nock from 13.0.3 to 13.0.4 (#410)
Bumps [nock](https://github.com/nock/nock) from 13.0.3 to 13.0.4. - [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.0.3...v13.0.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6c93ce5fef
commit
a6baa39988
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -9887,9 +9887,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"nock": {
|
||||
"version": "13.0.3",
|
||||
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.3.tgz",
|
||||
"integrity": "sha512-hDscKS5chEfyEiF8J1syz8mkkH6Wetp04ECAAPNdL5k6e6WmRgx9FZZNnCrjePNdykgiiPXORBcXbNmMzFOP5w==",
|
||||
"version": "13.0.4",
|
||||
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.4.tgz",
|
||||
"integrity": "sha512-alqTV8Qt7TUbc74x1pKRLSENzfjp4nywovcJgi/1aXDiUxXdt7TkruSTF5MDWPP7UoPVgea4F9ghVdmX0xxnSA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"debug": "^4.1.0",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"jest": "^25.5.4",
|
||||
"jest-circus": "^26.3.0",
|
||||
"lint-staged": "^10.2.11",
|
||||
"nock": "^13.0.3",
|
||||
"nock": "^13.0.4",
|
||||
"prettier": "2.0.5",
|
||||
"standard-version": "^8.0.2",
|
||||
"ts-jest": "^25.5.1",
|
||||
|
|
Loading…
Reference in a new issue