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:
dependabot[bot] 2020-08-12 13:54:10 +09:00 committed by GitHub
parent 6c93ce5fef
commit a6baa39988
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

@ -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",

View File

@ -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",