Skip to content

Commit 1930376

Browse files
chore(deps): update jest (#2531)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent b8d986f commit 1930376

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

github_bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@types/express": "^4.17.9",
32-
"@types/jest": "^29.5.12",
32+
"@types/jest": "^29.5.14",
3333
"@types/node": "^16",
3434
"@types/tmp": "^0.2.3",
3535
"dotenv": "^16.0.0",

github_bot/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -639,10 +639,10 @@
639639
dependencies:
640640
"@types/istanbul-lib-report" "*"
641641

642-
"@types/jest@^29.5.12":
643-
version "29.5.12"
644-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
645-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
642+
"@types/jest@^29.5.14":
643+
version "29.5.14"
644+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
645+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
646646
dependencies:
647647
expect "^29.0.0"
648648
pretty-format "^29.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/d3-shape": "^2.0.0",
9595
"@types/enzyme": "^3.9.0",
9696
"@types/enzyme-adapter-react-16": "^1.0.5",
97-
"@types/jest": "^29.5.12",
97+
"@types/jest": "^29.5.14",
9898
"@types/lodash": "^4.14.121",
9999
"@types/luxon": "^1.25.0",
100100
"@types/marked": "^2.0.1",
@@ -124,7 +124,7 @@
124124
"eslint-plugin-file-header": "^0.0.1",
125125
"eslint-plugin-header": "^3.1.1",
126126
"eslint-plugin-import": "^2.29.1",
127-
"eslint-plugin-jest": "^28.8.3",
127+
"eslint-plugin-jest": "^28.9.0",
128128
"eslint-plugin-jsx-a11y": "^6.8.0",
129129
"eslint-plugin-prettier": "^5.1.3",
130130
"eslint-plugin-promise": "^6.1.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6698,10 +6698,10 @@
66986698
dependencies:
66996699
"@types/istanbul-lib-report" "*"
67006700

6701-
"@types/jest@^29.5.12":
6702-
version "29.5.12"
6703-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
6704-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
6701+
"@types/jest@^29.5.14":
6702+
version "29.5.14"
6703+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
6704+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
67056705
dependencies:
67066706
expect "^29.0.0"
67076707
pretty-format "^29.0.0"
@@ -11868,10 +11868,10 @@ eslint-plugin-import@^2.29.1:
1186811868
semver "^6.3.1"
1186911869
tsconfig-paths "^3.15.0"
1187011870

11871-
eslint-plugin-jest@^28.8.3:
11872-
version "28.8.3"
11873-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0"
11874-
integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==
11871+
eslint-plugin-jest@^28.9.0:
11872+
version "28.9.0"
11873+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243"
11874+
integrity sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==
1187511875
dependencies:
1187611876
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
1187711877

0 commit comments

Comments
 (0)