diff --git a/package-lock.json b/package-lock.json index 2cb9c42442..6cafa412f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "@testing-library/react-native": "^11.5.4", "@types/find-in-files": "^0.5.2", "@types/i18n-js": "^3.8.7", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.12", "@types/lodash": "^4.14.200", "@types/randomcolor": "^0.5.8", "@types/react-native": "~0.72.5", @@ -114,7 +114,7 @@ "eslint-config-node": "^4.1.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-cypress": "^2.15.1", - "eslint-plugin-jest": "27.4.3", + "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -17290,9 +17290,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.4.3.tgz", - "integrity": "sha512-7S6SmmsHsgIm06BAGCAxL+ABd9/IB3MWkz2pudj6Qqor2y1qQpWPfuFU4SG9pWj4xDjF0e+D7Llh5useuSzAZw==", + "version": "27.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz", + "integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -17301,7 +17301,7 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0", "eslint": "^7.0.0 || ^8.0.0", "jest": "*" }, diff --git a/package.json b/package.json index 56710c1386..0f5bf6b0ab 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@testing-library/react-native": "^11.5.4", "@types/find-in-files": "^0.5.2", "@types/i18n-js": "^3.8.7", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.12", "@types/lodash": "^4.14.200", "@types/randomcolor": "^0.5.8", "@types/react-native": "~0.72.5", @@ -125,7 +125,7 @@ "eslint-config-node": "^4.1.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-cypress": "^2.15.1", - "eslint-plugin-jest": "27.4.3", + "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0",