Skip to content

Commit 4608e99

Browse files
chore: Bump nock in /modules/webhook/lambdas/webhook (#1339)
Bumps [nock](https://github.com/nock/nock) from 13.1.3 to 13.1.4. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.1.3...v13.1.4) --- 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 06a5326 commit 4608e99

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
@@ -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.1",
33+
"nock": "^13.1.4",
3434
"prettier": "2.4.1",
3535
"ts-jest": "^27.0.7",
3636
"ts-node-dev": "^1.1.6",

modules/webhook/lambdas/webhook/yarn.lock

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

3666-
nock@^13.1.1:
3667-
version "13.1.3"
3668-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.3.tgz#110b005965654a8ffb798e87bad18b467bff15f9"
3669-
integrity sha512-YKj0rKQWMGiiIO+Y65Ut8OEgYM3PplLU2+GAhnPmqZdBd6z5IskgdBqWmjzA6lH3RF0S2a3wiAlrMOF5Iv2Jeg==
3666+
nock@^13.1.4:
3667+
version "13.1.4"
3668+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.4.tgz#367c917d4c532a889404b85ade92762c29e80262"
3669+
integrity sha512-hr5+mknLpIbTOXifB13lx9mAKF1zQPUCMh53Galx79ic5opvNOd55jiB0iGCp2xqh+hwnFbNE/ddBKHsJNQrbw==
36703670
dependencies:
36713671
debug "^4.1.0"
36723672
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)