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

Commit 7545679

Browse files
chore: Bump nock in /modules/webhook/lambdas/webhook (#1391)
Bumps [nock](https://github.com/nock/nock) from 13.1.4 to 13.2.0. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.1.4...v13.2.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 f11d056 commit 7545679

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
@@ -30,7 +30,7 @@
3030
"eslint-plugin-prettier": "4.0.0",
3131
"express": "^4.17.1",
3232
"jest": "^27.3.1",
33-
"nock": "^13.1.4",
33+
"nock": "^13.2.0",
3434
"prettier": "2.4.1",
3535
"ts-jest": "^27.0.7",
3636
"ts-node-dev": "^1.1.6",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -3664,10 +3664,10 @@ [email protected]:
36643664
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
36653665
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
36663666

3667-
nock@^13.1.4:
3668-
version "13.1.4"
3669-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.4.tgz#367c917d4c532a889404b85ade92762c29e80262"
3670-
integrity sha512-hr5+mknLpIbTOXifB13lx9mAKF1zQPUCMh53Galx79ic5opvNOd55jiB0iGCp2xqh+hwnFbNE/ddBKHsJNQrbw==
3667+
nock@^13.2.0:
3668+
version "13.2.0"
3669+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.0.tgz#1da976e809cb082e3acb65de9ea7839cdd115d3e"
3670+
integrity sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==
36713671
dependencies:
36723672
debug "^4.1.0"
36733673
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)