Skip to content

Commit a957c2d

Browse files
chore: Bump nock in /modules/webhook/lambdas/webhook (#1710)
Bumps [nock](https://github.com/nock/nock) from 13.2.2 to 13.2.4. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.2...v13.2.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 db846a4 commit a957c2d

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.17.2",
3333
"jest": "^27.5.1",
3434
"jest-mock": "^27.5.1",
35-
"nock": "^13.2.2",
35+
"nock": "^13.2.4",
3636
"prettier": "2.5.1",
3737
"ts-jest": "^27.1.3",
3838
"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
@@ -3998,10 +3998,10 @@ [email protected]:
39983998
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
39993999
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
40004000

4001-
nock@^13.2.2:
4002-
version "13.2.2"
4003-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.2.tgz#29a6942250278209c2b3e7a38310f703581b21fa"
4004-
integrity sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==
4001+
nock@^13.2.4:
4002+
version "13.2.4"
4003+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.4.tgz#43a309d93143ee5cdcca91358614e7bde56d20e1"
4004+
integrity sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug==
40054005
dependencies:
40064006
debug "^4.1.0"
40074007
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)