diff --git a/package-lock.json b/package-lock.json index 9e0e3b5..6b3a9f6 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.4.0", "@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.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", @@ -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.4.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz", + "integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index b0c06a0..ce26c6d 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.4.0", "@types/react-native": "^0.69.5", "@types/react-native-vector-icons": "^6.4.12", "@typescript-eslint/eslint-plugin": "^5.38.1",