diff --git a/package-lock.json b/package-lock.json index 5e2d039ed9..ba77e1ff3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^13.5.0", - "@types/jest": "^29.5.2", + "@types/jest": "^29.5.4", "babel-plugin-i18next-extract": "^0.9.0", "eslint-config-prettier": "^9.0.0", "husky": "^2.7.0", @@ -4317,11 +4317,10 @@ } }, "node_modules/@types/jest": { - "version": "29.5.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", - "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dev": true, - "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/package.json b/package.json index fb2f415384..c25372e0f6 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^13.5.0", - "@types/jest": "^29.5.2", + "@types/jest": "^29.5.4", "babel-plugin-i18next-extract": "^0.9.0", "eslint-config-prettier": "^9.0.0", "husky": "^2.7.0",