diff --git a/package-lock.json b/package-lock.json index 13e30644..10fceda4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ }, "devDependencies": { "@babel/core": "^7.29.0", - "@react-native/jest-preset": "^0.86.3", + "@react-native/jest-preset": "^0.87.1", "@storybook/react-native-web-vite": "10.5.9", "@tailwindcss/postcss": "^4.3.3", "@testing-library/react-native": "^14.0.1", @@ -5716,25 +5716,35 @@ } }, "node_modules/@react-native/jest-preset": { - "version": "0.86.3", - "resolved": "https://registry.npmjs.org/@react-native/jest-preset/-/jest-preset-0.86.3.tgz", - "integrity": "sha512-oMmBwXUpTgJvGlcXQQPuiQLykoM8jsWYp6RwdJ2NWyIWzJcGp1rmSr3XV7istoIcUt0wdOVLtQs0A0nDm9ND+A==", + "version": "0.87.1", + "resolved": "https://registry.npmjs.org/@react-native/jest-preset/-/jest-preset-0.87.1.tgz", + "integrity": "sha512-RZO0W1ovniiwMdV8xA0kTv9Vk12TCGW+03NgwoVRAfKAhpQnPk5XMNnKR3zPWjIl/Wo3ZUdJpWxELYtidt5F+g==", "dev": true, "license": "MIT", "dependencies": { "@jest/create-cache-key-function": "^29.7.0", - "@react-native/js-polyfills": "0.86.3", + "@react-native/js-polyfills": "0.87.1", "babel-jest": "^29.7.0", "jest-environment-node": "^29.7.0", "regenerator-runtime": "^0.13.2" }, "engines": { - "node": ">= 20.19.4" + "node": ">= 22.13.0" }, "peerDependencies": { "react": "^19.2.3" } }, + "node_modules/@react-native/jest-preset/node_modules/@react-native/js-polyfills": { + "version": "0.87.1", + "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.87.1.tgz", + "integrity": "sha512-L9yKwEJCq7e8RjhthMUht2CP/CPnBR134h9xHkJ0XOO15QOWBAOqSZltTZG/wiokidqePvK+exMsRinuFLsN9w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" + } + }, "node_modules/@react-native/js-polyfills": { "version": "0.86.3", "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.86.3.tgz", diff --git a/package.json b/package.json index 6115e6a7..ea33f7e1 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ }, "devDependencies": { "@babel/core": "^7.29.0", - "@react-native/jest-preset": "^0.86.3", + "@react-native/jest-preset": "^0.87.1", "@storybook/react-native-web-vite": "10.5.9", "@tailwindcss/postcss": "^4.3.3", "@testing-library/react-native": "^14.0.1",