Skip to content

Commit 27447ca

Browse files
chore: Bump nock in /modules/webhook/lambdas/webhook
Bumps [nock](https://github.com/nock/nock) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.0...v13.2.1) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4617261 commit 27447ca

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
@@ -30,7 +30,7 @@
3030
"eslint-plugin-prettier": "4.0.0",
3131
"express": "^4.17.1",
3232
"jest": "^27.3.1",
33-
"nock": "^13.2.0",
33+
"nock": "^13.2.1",
3434
"prettier": "2.4.1",
3535
"ts-jest": "^27.0.7",
3636
"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
@@ -3672,10 +3672,10 @@ [email protected]:
36723672
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
36733673
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
36743674

3675-
nock@^13.2.0:
3676-
version "13.2.0"
3677-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.0.tgz#1da976e809cb082e3acb65de9ea7839cdd115d3e"
3678-
integrity sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==
3675+
nock@^13.2.1:
3676+
version "13.2.1"
3677+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.1.tgz#fcf5bdb9bb9f0554a84c25d3333166c0ffd80858"
3678+
integrity sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==
36793679
dependencies:
36803680
debug "^4.1.0"
36813681
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)