diff --git a/package-lock.json b/package-lock.json index 16fda5782..edc6a6a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "react": "^18.3.1", "react-day-picker": "^8.10.0", "react-dom": "^18.3.1", - "react-helmet-async": "^2.0.5", + "react-helmet-async": "^3.0.0", "react-hook-form": "^7.51.0", "react-hot-toast": "^2.4.1", "react-resizable-panels": "^2.0.11", @@ -6340,9 +6340,9 @@ "license": "MIT" }, "node_modules/react-helmet-async": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.5.tgz", - "integrity": "sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-3.0.0.tgz", + "integrity": "sha512-nA3IEZfXiclgrz4KLxAhqJqIfFDuvzQwlKwpdmzZIuC1KNSghDEIXmyU0TKtbM+NafnkICcwx8CECFrZ/sL/1w==", "license": "Apache-2.0", "dependencies": { "invariant": "^2.2.4", @@ -6350,7 +6350,7 @@ "shallowequal": "^1.1.0" }, "peerDependencies": { - "react": "^16.6.0 || ^17.0.0 || ^18.0.0" + "react": "^16.6.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/react-hook-form": { diff --git a/package.json b/package.json index 7a9e98def..23b8b07a7 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react": "^18.3.1", "react-day-picker": "^8.10.0", "react-dom": "^18.3.1", - "react-helmet-async": "^2.0.5", + "react-helmet-async": "^3.0.0", "react-hook-form": "^7.51.0", "react-hot-toast": "^2.4.1", "react-resizable-panels": "^2.0.11",