Skip to content

Commit 96d2d60

Browse files
chore: Bump nock in /modules/runners/lambdas/runners (#494)
Bumps [nock](https://github.com/nock/nock) from 13.0.5 to 13.0.6. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.0.5...v13.0.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0877dd commit 96d2d60

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
@@ -19,7 +19,7 @@
1919
"@vercel/ncc": "^0.27.0",
2020
"jest": "^26.6.3",
2121
"jest-mock-extended": "^1.0.10",
22-
"nock": "^13.0.5",
22+
"nock": "^13.0.6",
2323
"ts-jest": "^26.4.4",
2424
"ts-node-dev": "^1.1.1"
2525
},

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3114,10 +3114,10 @@ nice-try@^1.0.4:
31143114
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
31153115
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
31163116

3117-
nock@^13.0.5:
3118-
version "13.0.5"
3119-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.5.tgz#a618c6f86372cb79fac04ca9a2d1e4baccdb2414"
3120-
integrity sha512-1ILZl0zfFm2G4TIeJFW0iHknxr2NyA+aGCMTjDVUsBY4CkMRispF1pfIYkTRdAR/3Bg+UzdEuK0B6HczMQZcCg==
3117+
nock@^13.0.6:
3118+
version "13.0.6"
3119+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.6.tgz#9f90573ea6e84883b94eeac374d1c73460afed56"
3120+
integrity sha512-W81UZ1Tv21SWDZcA8Lu9LXYVl2gO9ADY5GadC6gFV9690h4TXz0oCkEoMckN/sPMHkDA79Ka9dXga9Mt1+j+Sg==
31213121
dependencies:
31223122
debug "^4.1.0"
31233123
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)