Skip to content

Commit 825c927

Browse files
chore: Bump nock in /modules/runners/lambdas/runners (#1405)
Bumps [nock](https://github.com/nock/nock) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.0...v13.2.1) --- 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 5df6c4b commit 825c927

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jest": "27.3.1",
2828
"jest-mock-extended": "^2.0.1",
2929
"moment-timezone": "^0.5.33",
30-
"nock": "^13.2.0",
30+
"nock": "^13.2.1",
3131
"prettier": "2.4.1",
3232
"ts-jest": "^27.0.7",
3333
"ts-node": "^10.4.0",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3610,10 +3610,10 @@ natural-compare@^1.4.0:
36103610
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
36113611
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
36123612

3613-
nock@^13.2.0:
3614-
version "13.2.0"
3615-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.0.tgz#1da976e809cb082e3acb65de9ea7839cdd115d3e"
3616-
integrity sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==
3613+
nock@^13.2.1:
3614+
version "13.2.1"
3615+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.1.tgz#fcf5bdb9bb9f0554a84c25d3333166c0ffd80858"
3616+
integrity sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==
36173617
dependencies:
36183618
debug "^4.1.0"
36193619
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)