Skip to content

Commit 00ed91f

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

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.18.1",
3333
"jest": "^27.5.1",
3434
"jest-mock": "^28.1.1",
35-
"nock": "^13.2.6",
35+
"nock": "^13.2.7",
3636
"prettier": "2.6.2",
3737
"ts-jest": "^27.1.4",
3838
"ts-node-dev": "^2.0.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3902,10 +3902,10 @@ [email protected]:
39023902
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
39033903
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
39043904

3905-
nock@^13.2.6:
3906-
version "13.2.6"
3907-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.6.tgz#35e419cd9d385ffa67e59523d9699e41b29e1a03"
3908-
integrity sha512-GbyeSwSEP0FYouzETZ0l/XNm5tNcDNcXJKw3LCAb+mx8bZSwg1wEEvdL0FAyg5TkBJYiWSCtw6ag4XfmBy60FA==
3905+
nock@^13.2.7:
3906+
version "13.2.7"
3907+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.7.tgz#c93933b61df42f4f4b3a07fde946a4e209c0c168"
3908+
integrity sha512-R6NUw7RIPtKwgK7jskuKoEi4VFMqIHtV2Uu9K/Uegc4TA5cqe+oNMYslZcUmnVNQCTG6wcSqUBaGTDd7sq5srg==
39093909
dependencies:
39103910
debug "^4.1.0"
39113911
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)