Skip to content

Commit c36ab9f

Browse files
Bump @types/jest from 29.5.12 to 29.5.14
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7b5d56 commit c36ab9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@emotion/react": "^11.13.0",
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^4.17.21",
28-
"@types/jest": "^29.5.12",
28+
"@types/jest": "^29.5.14",
2929
"@types/node": "^20.14.10",
3030
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.2.25",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,10 +1111,10 @@
11111111
dependencies:
11121112
"@types/istanbul-lib-report" "*"
11131113

1114-
"@types/jest@^29.5.12":
1115-
version "29.5.12"
1116-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
1117-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
1114+
"@types/jest@^29.5.14":
1115+
version "29.5.14"
1116+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
1117+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
11181118
dependencies:
11191119
expect "^29.0.0"
11201120
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)