Skip to content

Commit

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

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 2, 2020
1 parent 7da7249 commit 916706b
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.1",
"nock": "^13.0.2",
"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.1",
"nock": "^13.0.2",
"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.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.1.tgz#6e3db0801ca7595685f69f1e8925e7300c13a68f"
integrity sha512-45qR68yd+izs5D81klZrhDwfHx1wulnKotZZYEuEMjw2K6VWClHg9ROf8hBf0tvxe11hP3m6skQZcCpeGv87zg==
nock@^13.0.2:
version "13.0.2"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.2.tgz#3e50f88348edbb90cce1bbbf0a3ea6a068993983"
integrity sha512-Wm8H22iT3UKPDf138tmgJ0NRfCLd9f2LByki9T2mGHnB66pEqvJh3gV/up1ZufZF24n7/pDYyLGybdqOzF3JIw==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
Expand Down

0 comments on commit 916706b

Please sign in to comment.