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

Commit 4ec514e

Browse files
chore: Bump nock in /modules/runners/lambdas/runners (#2229)
Bumps [nock](https://github.com/nock/nock) from 13.2.7 to 13.2.8. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.7...v13.2.8) --- 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 6ad8b03 commit 4ec514e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jest-mock": "^28.1.1",
3030
"jest-mock-extended": "^2.0.6",
3131
"moment-timezone": "^0.5.34",
32-
"nock": "^13.2.7",
32+
"nock": "^13.2.8",
3333
"prettier": "2.7.1",
3434
"ts-jest": "^27.1.4",
3535
"ts-node": "^10.8.2",

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

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

3730-
nock@^13.2.7:
3731-
version "13.2.7"
3732-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.7.tgz#c93933b61df42f4f4b3a07fde946a4e209c0c168"
3733-
integrity sha512-R6NUw7RIPtKwgK7jskuKoEi4VFMqIHtV2Uu9K/Uegc4TA5cqe+oNMYslZcUmnVNQCTG6wcSqUBaGTDd7sq5srg==
3730+
nock@^13.2.8:
3731+
version "13.2.8"
3732+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.8.tgz#e2043ccaa8e285508274575e090a7fe1e46b90f1"
3733+
integrity sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==
37343734
dependencies:
37353735
debug "^4.1.0"
37363736
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)