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

Commit fac7c61

Browse files
chore(webhook): Bump nock from 13.2.9 to 13.3.0 in /modules/webhook/lambdas/webhook (#2889)
chore(webhook): Bump nock in /modules/webhook/lambdas/webhook Bumps [nock](https://github.com/nock/nock) from 13.2.9 to 13.3.0. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.9...v13.3.0) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ffcc57 commit fac7c61

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.2",
3333
"jest": "^29.3",
3434
"jest-mock": "^29.3.1",
35-
"nock": "^13.2.9",
35+
"nock": "^13.3.0",
3636
"prettier": "2.8.1",
3737
"ts-jest": "^29.0.3",
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
@@ -3867,10 +3867,10 @@ [email protected]:
38673867
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
38683868
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
38693869

3870-
nock@^13.2.9:
3871-
version "13.2.9"
3872-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c"
3873-
integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==
3870+
nock@^13.3.0:
3871+
version "13.3.0"
3872+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.0.tgz#b13069c1a03f1ad63120f994b04bfd2556925768"
3873+
integrity sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==
38743874
dependencies:
38753875
debug "^4.1.0"
38763876
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)