Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit d5fbab1

Browse files
chore: Bump nock from 13.2.8 to 13.2.9 in /modules/webhook/lambdas/webhook (#2283)
chore: Bump nock in /modules/webhook/lambdas/webhook Bumps [nock](https://github.com/nock/nock) from 13.2.8 to 13.2.9. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.8...v13.2.9) --- 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 368de26 commit d5fbab1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
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.8",
35+
"nock": "^13.2.9",
3636
"prettier": "2.7.1",
3737
"ts-jest": "^27.1.4",
3838
"ts-node-dev": "^2.0.0",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4194,10 +4194,10 @@ [email protected]:
41944194
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
41954195
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
41964196

4197-
nock@^13.2.8:
4198-
version "13.2.8"
4199-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.8.tgz#e2043ccaa8e285508274575e090a7fe1e46b90f1"
4200-
integrity sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==
4197+
nock@^13.2.9:
4198+
version "13.2.9"
4199+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c"
4200+
integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==
42014201
dependencies:
42024202
debug "^4.1.0"
42034203
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)