Skip to content

Commit

Permalink
chore(deps-dev): bump nock from 13.0.0 to 13.0.1 (#8825)
Browse files Browse the repository at this point in the history
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](nock/nock@v13.0.0...v13.0.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 1, 2020
1 parent 917c5ac commit dfac0df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/package.json
Expand Up @@ -77,7 +77,7 @@
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"lodash": "^4.17.15",
"nock": "^13.0.0",
"nock": "^13.0.1",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0",
"sinon": "^9.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resources/package.json
Expand Up @@ -79,7 +79,7 @@
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"fs-extra": "^9.0.1",
"nock": "^13.0.0",
"nock": "^13.0.1",
"pkglint": "0.0.0",
"sinon": "^9.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6937,10 +6937,10 @@ nise@^4.0.1:
just-extend "^4.0.2"
path-to-regexp "^1.7.0"

nock@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.0.tgz#e07276d558245386a2872cebf4d5570583c0d225"
integrity sha512-FiW8t91Je5yG5MVT1r+go1Z9bX3rCYIEjenUYeZrEl2v8aTWdIX336itrmQaKUO8Ske5Z7RHR7OIzr/9p0Ujjg==
nock@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.1.tgz#6e3db0801ca7595685f69f1e8925e7300c13a68f"
integrity sha512-45qR68yd+izs5D81klZrhDwfHx1wulnKotZZYEuEMjw2K6VWClHg9ROf8hBf0tvxe11hP3m6skQZcCpeGv87zg==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
Expand Down

0 comments on commit dfac0df

Please sign in to comment.