diff --git a/package-lock.json b/package-lock.json index d9a746b..30f20b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@trivago/prettier-plugin-sort-imports": "^4.0.0", - "@types/jest": "^29.2.6", + "@types/jest": "^29.4.0", "@types/js-yaml": "^4.0.5", "@types/sharp": "^0.31.1", "chalk": "^5.2.0", @@ -4084,9 +4084,9 @@ } }, "node_modules/@types/jest": { - "version": "29.2.6", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz", - "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz", + "integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==", "dev": true, "dependencies": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 7d1a9f3..e2ffc2f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@trivago/prettier-plugin-sort-imports": "^4.0.0", - "@types/jest": "^29.2.6", + "@types/jest": "^29.4.0", "@types/js-yaml": "^4.0.5", "@types/sharp": "^0.31.1", "chalk": "^5.2.0",