Skip to content

Commit 8c950af

Browse files
chore: Bump jest in /modules/runners/lambdas/runners (#1596)
Bumps [jest](https://github.com/facebook/jest) from 27.4.5 to 27.4.7. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](jestjs/jest@v27.4.5...v27.4.7) --- updated-dependencies: - dependency-name: jest 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 788bd2f commit 8c950af

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vercel/ncc": "^0.33.1",
2626
"eslint": "^7.32.0",
2727
"eslint-plugin-prettier": "4.0.0",
28-
"jest": "27.4.5",
28+
"jest": "27.4.7",
2929
"jest-mock": "^27.4.6",
3030
"jest-mock-extended": "^2.0.1",
3131
"moment-timezone": "^0.5.34",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@
10251025
jest-util "^27.4.2"
10261026
slash "^3.0.0"
10271027

1028-
"@jest/core@^27.4.5", "@jest/core@^27.4.7":
1028+
"@jest/core@^27.4.7":
10291029
version "27.4.7"
10301030
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.7.tgz#84eabdf42a25f1fa138272ed229bcf0a1b5e6913"
10311031
integrity sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==
@@ -2923,7 +2923,7 @@ jest-circus@^27.4.6:
29232923
stack-utils "^2.0.3"
29242924
throat "^6.0.1"
29252925

2926-
jest-cli@^27.4.5:
2926+
jest-cli@^27.4.7:
29272927
version "27.4.7"
29282928
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.7.tgz#d00e759e55d77b3bcfea0715f527c394ca314e5a"
29292929
integrity sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==
@@ -3291,14 +3291,14 @@ jest-worker@^27.4.6:
32913291
merge-stream "^2.0.0"
32923292
supports-color "^8.0.0"
32933293

3294-
3295-
version "27.4.5"
3296-
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.5.tgz#66e45acba44137fac26be9d3cc5bb031e136dc0f"
3297-
integrity sha512-uT5MiVN3Jppt314kidCk47MYIRilJjA/l2mxwiuzzxGUeJIvA8/pDaJOAX5KWvjAo7SCydcW0/4WEtgbLMiJkg==
3294+
3295+
version "27.4.7"
3296+
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.7.tgz#87f74b9026a1592f2da05b4d258e57505f28eca4"
3297+
integrity sha512-8heYvsx7nV/m8m24Vk26Y87g73Ba6ueUd0MWed/NXMhSZIm62U/llVbS0PJe1SHunbyXjJ/BqG1z9bFjGUIvTg==
32983298
dependencies:
3299-
"@jest/core" "^27.4.5"
3299+
"@jest/core" "^27.4.7"
33003300
import-local "^3.0.2"
3301-
jest-cli "^27.4.5"
3301+
jest-cli "^27.4.7"
33023302

33033303
33043304
version "0.15.0"

0 commit comments

Comments
 (0)