Skip to content

Commit 4537cce

Browse files
chore: Bump nock in /modules/runners/lambdas/runners (#2134)
Bumps [nock](https://github.com/nock/nock) from 13.2.4 to 13.2.6. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.4...v13.2.6) --- 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 9b05026 commit 4537cce

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

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.0",
3030
"jest-mock-extended": "^2.0.6",
3131
"moment-timezone": "^0.5.34",
32-
"nock": "^13.2.4",
32+
"nock": "^13.2.6",
3333
"prettier": "2.6.2",
3434
"ts-jest": "^27.1.4",
3535
"ts-node": "^10.7.0",

modules/runners/lambdas/runners/yarn.lock

+6-11
Original file line numberDiff line numberDiff line change
@@ -3594,17 +3594,12 @@ lodash.once@^4.0.0:
35943594
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
35953595
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
35963596

3597-
lodash.set@^4.3.2:
3598-
version "4.3.2"
3599-
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
3600-
integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
3601-
36023597
lodash.truncate@^4.4.2:
36033598
version "4.4.2"
36043599
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
36053600
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
36063601

3607-
[email protected], lodash@^4.17.19, lodash@^4.7.0:
3602+
[email protected], lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0:
36083603
version "4.17.21"
36093604
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
36103605
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -3719,14 +3714,14 @@ natural-compare@^1.4.0:
37193714
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
37203715
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
37213716

3722-
nock@^13.2.4:
3723-
version "13.2.4"
3724-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.4.tgz#43a309d93143ee5cdcca91358614e7bde56d20e1"
3725-
integrity sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug==
3717+
nock@^13.2.6:
3718+
version "13.2.6"
3719+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.6.tgz#35e419cd9d385ffa67e59523d9699e41b29e1a03"
3720+
integrity sha512-GbyeSwSEP0FYouzETZ0l/XNm5tNcDNcXJKw3LCAb+mx8bZSwg1wEEvdL0FAyg5TkBJYiWSCtw6ag4XfmBy60FA==
37263721
dependencies:
37273722
debug "^4.1.0"
37283723
json-stringify-safe "^5.0.1"
3729-
lodash.set "^4.3.2"
3724+
lodash "^4.17.21"
37303725
propagate "^2.0.0"
37313726

37323727
node-fetch@^2.6.1:

0 commit comments

Comments
 (0)