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

Commit 0949207

Browse files
chore: Bump nock in /modules/runners/lambdas/runners (#1387)
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 f37df23 commit 0949207

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

+1-1
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.1.4",
30+
"nock": "^13.2.0",
3131
"prettier": "2.4.1",
3232
"ts-jest": "^27.0.7",
3333
"ts-node": "^10.4.0",

modules/runners/lambdas/runners/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3602,10 +3602,10 @@ natural-compare@^1.4.0:
36023602
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
36033603
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
36043604

3605-
nock@^13.1.4:
3606-
version "13.1.4"
3607-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.4.tgz#367c917d4c532a889404b85ade92762c29e80262"
3608-
integrity sha512-hr5+mknLpIbTOXifB13lx9mAKF1zQPUCMh53Galx79ic5opvNOd55jiB0iGCp2xqh+hwnFbNE/ddBKHsJNQrbw==
3605+
nock@^13.2.0:
3606+
version "13.2.0"
3607+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.0.tgz#1da976e809cb082e3acb65de9ea7839cdd115d3e"
3608+
integrity sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==
36093609
dependencies:
36103610
debug "^4.1.0"
36113611
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)