Skip to content

Commit

Permalink
fix: upgrade @types/jest from 29.5.1 to 29.5.14 (#3979)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/jest from 29.5.1 to 29.5.14.

See this package in yarn:
@types/jest

See this project in Snyk:
https://app.snyk.io/org/application-services-red-hat-openshift-api-management/project/93939262-11fd-454c-a828-d381949ac1be?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
briangallagher and snyk-bot authored Jan 21, 2025
1 parent 99bb05b commit 8a0f29a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/c3": "^0.7.8",
"@types/codemirror": "^5.60.5",
"@types/enzyme": "^3.10.13",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.14",
"@types/lodash.escaperegexp": "^4.1.7",
"@types/numeral": "^2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3076,10 +3076,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^29.5.0":
version "29.5.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47"
integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==
"@types/jest@^29.5.14":
version "29.5.14"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down

0 comments on commit 8a0f29a

Please sign in to comment.