Skip to content

Commit 2795baf

Browse files
chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.12 (#228)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.6 to 29.5.12. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d6fd6c commit 2795baf

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

apps/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@swc/core": "^1.3.95",
8484
"@types/bcrypt": "^5.0.1",
8585
"@types/express": "^4.17.21",
86-
"@types/jest": "^29.5.6",
86+
"@types/jest": "^29.5.12",
8787
"@types/node": "20.8.8",
8888
"@types/nodemailer": "^6.4.13",
8989
"@types/supertest": "^2.0.15",

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@testing-library/jest-dom": "^6.1.4",
8181
"@testing-library/react": "^14.0.0",
8282
"@testing-library/user-event": "^14.5.1",
83-
"@types/jest": "^29.5.6",
83+
"@types/jest": "^29.5.12",
8484
"@types/node": "20.8.7",
8585
"@types/react": "^18.2.55",
8686
"@types/react-beautiful-dnd": "^13.1.6",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@
20752075
resolved "https://registry.yarnpkg.com/@fastify/deepmerge/-/deepmerge-1.3.0.tgz#8116858108f0c7d9fd460d05a7d637a13fe3239a"
20762076
integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==
20772077

2078-
"@fastify/error@^3.0.0":
2078+
"@fastify/error@^3.0.0", "@fastify/error@^3.4.0":
20792079
version "3.4.1"
20802080
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.4.1.tgz#b14bb4cac3dd4ec614becbc643d1511331a6425c"
20812081
integrity sha512-wWSvph+29GR783IhmvdwWnN4bUxTD01Vm5Xad4i7i1VuAOItLvbPAb69sb0IQ2N57yprvhNIwAP5B6xfKTmjmQ==
@@ -2085,11 +2085,6 @@
20852085
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.4.0.tgz#30df6601f4edce57a05ec5caaa90a28025a8554a"
20862086
integrity sha512-e/mafFwbK3MNqxUcFBLgHhgxsF8UT1m8aj0dAlqEa2nJEgPsRtpHTZ3ObgrgkZ2M1eJHPTwgyUl/tXkvabsZdQ==
20872087

2088-
"@fastify/error@^3.4.0":
2089-
version "3.4.1"
2090-
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.4.1.tgz#b14bb4cac3dd4ec614becbc643d1511331a6425c"
2091-
integrity sha512-wWSvph+29GR783IhmvdwWnN4bUxTD01Vm5Xad4i7i1VuAOItLvbPAb69sb0IQ2N57yprvhNIwAP5B6xfKTmjmQ==
2092-
20932088
"@fastify/fast-json-stringify-compiler@^4.3.0":
20942089
version "4.3.0"
20952090
resolved "https://registry.yarnpkg.com/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.3.0.tgz#5df89fa4d1592cbb8780f78998355feb471646d5"
@@ -4515,10 +4510,10 @@
45154510
dependencies:
45164511
"@types/istanbul-lib-report" "*"
45174512

4518-
"@types/jest@^29.5.6":
4519-
version "29.5.6"
4520-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b"
4521-
integrity sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w==
4513+
"@types/jest@^29.5.12":
4514+
version "29.5.12"
4515+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
4516+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
45224517
dependencies:
45234518
expect "^29.0.0"
45244519
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)