build(deps-dev): bump nock from 13.1.2 to 13.1.3

Bumps [nock](https://github.com/nock/nock) from 13.1.2 to 13.1.3.
- [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.1.2...v13.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-25 11:14:37 +00:00
committed by GitHub
parent 5106cadf7d
commit 04c1a555ee
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8581,9 +8581,9 @@
"dev": true
},
"nock": {
"version": "13.1.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.1.2.tgz",
"integrity": "sha512-BDjokoeGZnBghmvwCcDJ1yM5TDRMRAJfGi1xIzX5rKTlifbyx1oRpAVl3aNhEA3kGbUSEPD7gBLmwVdnQibrIA==",
"version": "13.1.3",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.1.3.tgz",
"integrity": "sha512-YKj0rKQWMGiiIO+Y65Ut8OEgYM3PplLU2+GAhnPmqZdBd6z5IskgdBqWmjzA6lH3RF0S2a3wiAlrMOF5Iv2Jeg==",
"dev": true,
"requires": {
"debug": "^4.1.0",
+1 -1
View File
@@ -35,7 +35,7 @@
"eslint-plugin-import": "^2.24.1",
"jest": "^26.6.3",
"jest-circus": "^27.0.6",
"nock": "^13.1.2",
"nock": "^13.1.3",
"prettier": "^2.3.2",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"