diff --git a/package-lock.json b/package-lock.json index 9e0e3b5..4dbf655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@babel/runtime": "^7.19.0", "@react-native-community/eslint-config": "^3.1.0", "@tsconfig/react-native": "^2.0.2", - "@types/jest": "^29.1.1", + "@types/jest": "^29.2.6", "@types/react-native": "^0.69.5", "@types/react-native-vector-icons": "^6.4.12", "@typescript-eslint/eslint-plugin": "^5.38.1", @@ -4685,9 +4685,9 @@ } }, "node_modules/@types/jest": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.0.tgz", - "integrity": "sha512-KO7bPV21d65PKwv3LLsD8Jn3E05pjNjRZvkm+YTacWhVmykAb07wW6IkZUmQAltwQafNcDUEUrMO2h3jeBSisg==", + "version": "29.2.6", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz", + "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -19574,9 +19574,9 @@ } }, "@types/jest": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.0.tgz", - "integrity": "sha512-KO7bPV21d65PKwv3LLsD8Jn3E05pjNjRZvkm+YTacWhVmykAb07wW6IkZUmQAltwQafNcDUEUrMO2h3jeBSisg==", + "version": "29.2.6", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz", + "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index b0c06a0..0ce3598 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/runtime": "^7.19.0", "@react-native-community/eslint-config": "^3.1.0", "@tsconfig/react-native": "^2.0.2", - "@types/jest": "^29.1.1", + "@types/jest": "^29.2.6", "@types/react-native": "^0.69.5", "@types/react-native-vector-icons": "^6.4.12", "@typescript-eslint/eslint-plugin": "^5.38.1",