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

Commit 6ffcc57

Browse files
chore(runners): Bump nock from 13.2.9 to 13.3.0 in /modules/runners/lambdas/runners (#2886)
chore(runners): Bump nock in /modules/runners/lambdas/runners Bumps [nock](https://github.com/nock/nock) from 13.2.9 to 13.3.0. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.9...v13.3.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 a1013e9 commit 6ffcc57

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
@@ -31,7 +31,7 @@
3131
"jest-mock": "^29.3.1",
3232
"jest-mock-extended": "^3.0.1",
3333
"moment-timezone": "^0.5.40",
34-
"nock": "^13.2.9",
34+
"nock": "^13.3.0",
3535
"prettier": "2.8.1",
3636
"ts-jest": "^29.0.3",
3737
"ts-node": "^10.9.1",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -3688,10 +3688,10 @@ natural-compare@^1.4.0:
36883688
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
36893689
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
36903690

3691-
nock@^13.2.9:
3692-
version "13.2.9"
3693-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c"
3694-
integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==
3691+
nock@^13.3.0:
3692+
version "13.3.0"
3693+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.0.tgz#b13069c1a03f1ad63120f994b04bfd2556925768"
3694+
integrity sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==
36953695
dependencies:
36963696
debug "^4.1.0"
36973697
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)