deps: bump nock from 13.0.0 to 13.0.1 (#372)

Bumps [nock](https://github.com/nock/nock) from 13.0.0 to 13.0.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/v13.0.0...v13.0.1)

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-01 14:00:30 +09:00 committed by GitHub
parent d59d21e633
commit 45f920d29b
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.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.0.tgz",
"integrity": "sha512-FiW8t91Je5yG5MVT1r+go1Z9bX3rCYIEjenUYeZrEl2v8aTWdIX336itrmQaKUO8Ske5Z7RHR7OIzr/9p0Ujjg==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.1.tgz",
"integrity": "sha512-45qR68yd+izs5D81klZrhDwfHx1wulnKotZZYEuEMjw2K6VWClHg9ROf8hBf0tvxe11hP3m6skQZcCpeGv87zg==",
"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.0",
"nock": "^13.0.1",
"prettier": "2.0.5",
"standard-version": "^8.0.0",
"ts-jest": "^25.5.1",