Skip to content

Commit 324daa2

Browse files
chore(deps): update dependency @types/jest to ^29.5.2 (#2056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Vettorello <[email protected]>
1 parent 8ca378d commit 324daa2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

github_bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/express": "^4.17.9",
33-
"@types/jest": "^29.5.1",
33+
"@types/jest": "^29.5.2",
3434
"@types/node": "^16",
3535
"@types/tmp": "^0.2.3",
3636
"dotenv": "^16.0.0",

github_bot/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,10 +631,10 @@
631631
dependencies:
632632
"@types/istanbul-lib-report" "*"
633633

634-
"@types/jest@^29.5.1":
635-
version "29.5.1"
636-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47"
637-
integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==
634+
"@types/jest@^29.5.2":
635+
version "29.5.2"
636+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b"
637+
integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==
638638
dependencies:
639639
expect "^29.0.0"
640640
pretty-format "^29.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@types/d3-shape": "^2.0.0",
9393
"@types/enzyme": "^3.9.0",
9494
"@types/enzyme-adapter-react-16": "^1.0.5",
95-
"@types/jest": "^29.5.1",
95+
"@types/jest": "^29.5.2",
9696
"@types/lodash": "^4.14.121",
9797
"@types/luxon": "^1.25.0",
9898
"@types/marked": "^2.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6545,10 +6545,10 @@
65456545
dependencies:
65466546
"@types/istanbul-lib-report" "*"
65476547

6548-
"@types/jest@^29.5.1":
6549-
version "29.5.1"
6550-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47"
6551-
integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==
6548+
"@types/jest@^29.5.2":
6549+
version "29.5.2"
6550+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b"
6551+
integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==
65526552
dependencies:
65536553
expect "^29.0.0"
65546554
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)