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

Commit b82f521

Browse files
chore: Bump nock in /modules/runners/lambdas/runners (#1317)
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 4370316 commit b82f521

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.2.5",
2828
"jest-mock-extended": "^2.0.1",
2929
"moment-timezone": "^0.5.33",
30-
"nock": "^13.0.11",
30+
"nock": "^13.1.4",
3131
"prettier": "2.4.1",
3232
"ts-jest": "^27.0.5",
3333
"ts-node": "^10.3.0",

modules/runners/lambdas/runners/yarn.lock

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

3614-
nock@^13.0.11:
3615-
version "13.1.3"
3616-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.3.tgz#110b005965654a8ffb798e87bad18b467bff15f9"
3617-
integrity sha512-YKj0rKQWMGiiIO+Y65Ut8OEgYM3PplLU2+GAhnPmqZdBd6z5IskgdBqWmjzA6lH3RF0S2a3wiAlrMOF5Iv2Jeg==
3614+
nock@^13.1.4:
3615+
version "13.1.4"
3616+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.4.tgz#367c917d4c532a889404b85ade92762c29e80262"
3617+
integrity sha512-hr5+mknLpIbTOXifB13lx9mAKF1zQPUCMh53Galx79ic5opvNOd55jiB0iGCp2xqh+hwnFbNE/ddBKHsJNQrbw==
36183618
dependencies:
36193619
debug "^4.1.0"
36203620
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)