diff --git a/package-lock.json b/package-lock.json index b98a6f259..81965589f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "i18next": "^25.7.4", "react-aria": "^3.44.0", "react-aria-components": "1.13.0", - "react-error-boundary": "^6.0.2", + "react-error-boundary": "^6.0.3", "react-hook-form": "^7.70.0", "react-i18next": "^16.5.1", "react-robot": "^1.2.0", @@ -16054,13 +16054,12 @@ } }, "node_modules/react-error-boundary": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.2.tgz", - "integrity": "sha512-yvWErn55ag/ywZEFqYpXYX9rxIDPIabXIX25F184KY3F5Szk2x/cVieOflw5R47ltN3KzWOw82Lmlb4vNjyn9A==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.3.tgz", + "integrity": "sha512-5guqn2UYpCFjE8UDMA8J7Kke+YSGBFrKQRJb3XdcaGZXYINZfQXgBt3ifY6MvjkN7QROc5A8zclyoSCwrcRUKw==", "license": "MIT", "peerDependencies": { - "react": "^18.0.0 || ^19.0.0", - "react-dom": "^18.0.0 || ^19.0.0" + "react": "^18.0.0 || ^19.0.0" } }, "node_modules/react-hook-form": { diff --git a/package.json b/package.json index 9adea1456..759c2f35e 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "i18next": "^25.7.4", "react-aria": "^3.44.0", "react-aria-components": "1.13.0", - "react-error-boundary": "^6.0.2", + "react-error-boundary": "^6.0.3", "react-hook-form": "^7.70.0", "react-i18next": "^16.5.1", "react-robot": "^1.2.0",