Skip to content

Commit e31cb65

Browse files
chore: Bump nock in /modules/webhook/lambdas/webhook (#2224)
Bumps [nock](https://github.com/nock/nock) from 13.2.7 to 13.2.8. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.7...v13.2.8) --- 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 0ba8f59 commit e31cb65

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.7",
35+
"nock": "^13.2.8",
3636
"prettier": "2.7.1",
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.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==
3905+
nock@^13.2.8:
3906+
version "13.2.8"
3907+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.8.tgz#e2043ccaa8e285508274575e090a7fe1e46b90f1"
3908+
integrity sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==
39093909
dependencies:
39103910
debug "^4.1.0"
39113911
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)