Bump nock from 13.0.6 to 13.0.7 (#632)

Bumps [nock](https://github.com/nock/nock) from 13.0.6 to 13.0.7.
- [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.6...v13.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com>
This commit is contained in:
dependabot[bot]
2021-02-12 10:45:13 +01:00
committed by GitHub
parent e676298654
commit 66bfceceec
3 changed files with 9 additions and 9 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@adyen/api-library",
"version": "6.0.3",
"version": "7.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -4814,9 +4814,9 @@
"dev": true
},
"nock": {
"version": "13.0.6",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.6.tgz",
"integrity": "sha512-W81UZ1Tv21SWDZcA8Lu9LXYVl2gO9ADY5GadC6gFV9690h4TXz0oCkEoMckN/sPMHkDA79Ka9dXga9Mt1+j+Sg==",
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.0.7.tgz",
"integrity": "sha512-WBz73VYIjdbO6BwmXODRQLtn7B5tldA9pNpWJe5QTtTEscQlY5KXU4srnGzBOK2fWakkXj69gfTnXGzmrsaRWw==",
"dev": true,
"requires": {
"debug": "^4.1.0",

View File

@@ -47,7 +47,7 @@
"jest-ts-auto-mock": "^1.0.11",
"kind-of": "^6.0.3",
"minimist": ">=1.2.3",
"nock": "13.0.6",
"nock": "13.0.7",
"release-it": "14.2.2",
"ts-auto-mock": "^2.6.5",
"ts-jest": "25.5.1",

View File

@@ -3701,10 +3701,10 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
nock@*, nock@13.0.6:
version "13.0.6"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.6.tgz#9f90573ea6e84883b94eeac374d1c73460afed56"
integrity sha512-W81UZ1Tv21SWDZcA8Lu9LXYVl2gO9ADY5GadC6gFV9690h4TXz0oCkEoMckN/sPMHkDA79Ka9dXga9Mt1+j+Sg==
nock@*, nock@13.0.7:
version "13.0.7"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.7.tgz#9bc718c66bd0862dfa14601a9ba678a406127910"
integrity sha512-WBz73VYIjdbO6BwmXODRQLtn7B5tldA9pNpWJe5QTtTEscQlY5KXU4srnGzBOK2fWakkXj69gfTnXGzmrsaRWw==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"