deps: bump nock from 13.0.1 to 13.0.2 (#375)

Bumps [nock](https://github.com/nock/nock) from 13.0.1 to 13.0.2.
- [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.1...v13.0.2)

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-07-02 13:11:23 +09:00 committed by GitHub
parent 45f920d29b
commit eb88818df9
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

@ -9719,9 +9719,9 @@
"dev": true
},
"nock": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.1.tgz",
"integrity": "sha512-45qR68yd+izs5D81klZrhDwfHx1wulnKotZZYEuEMjw2K6VWClHg9ROf8hBf0tvxe11hP3m6skQZcCpeGv87zg==",
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.2.tgz",
"integrity": "sha512-Wm8H22iT3UKPDf138tmgJ0NRfCLd9f2LByki9T2mGHnB66pEqvJh3gV/up1ZufZF24n7/pDYyLGybdqOzF3JIw==",
"dev": true,
"requires": {
"debug": "^4.1.0",

View File

@ -73,7 +73,7 @@
"jest": "^25.5.4",
"jest-circus": "^26.1.0",
"lint-staged": "^10.2.11",
"nock": "^13.0.1",
"nock": "^13.0.2",
"prettier": "2.0.5",
"standard-version": "^8.0.0",
"ts-jest": "^25.5.1",