Skip to content

Commit a87874e

Browse files
chore: Bump nock in /modules/webhook/lambdas/webhook (#1636)
Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.1...v13.2.2) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36c1bf5 commit a87874e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"express": "^4.17.2",
3333
"jest": "^27.4.7",
3434
"jest-mock": "^27.4.6",
35-
"nock": "^13.2.1",
35+
"nock": "^13.2.2",
3636
"prettier": "2.5.1",
3737
"ts-jest": "^27.1.2",
3838
"ts-node-dev": "^1.1.6",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3920,10 +3920,10 @@ [email protected]:
39203920
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
39213921
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
39223922

3923-
nock@^13.2.1:
3924-
version "13.2.1"
3925-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.1.tgz#fcf5bdb9bb9f0554a84c25d3333166c0ffd80858"
3926-
integrity sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==
3923+
nock@^13.2.2:
3924+
version "13.2.2"
3925+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.2.tgz#29a6942250278209c2b3e7a38310f703581b21fa"
3926+
integrity sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==
39273927
dependencies:
39283928
debug "^4.1.0"
39293929
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)