diff options
-rw-r--r-- | package-lock.json | 11 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index aeed2d2b..749d34e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18.3.1", "react-content-loader": "^7.0.0", "react-dom": "^18.3.1", - "react-helmet-async": "^2.0.4", + "react-helmet-async": "^2.0.5", "react-hook-form": "^7.51.4", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.23.1", @@ -16545,17 +16545,16 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-helmet-async": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.4.tgz", - "integrity": "sha512-yxjQMWposw+akRfvpl5+8xejl4JtUlHnEBcji6u8/e6oc7ozT+P9PNTWMhCbz2y9tc5zPegw2BvKjQA+NwdEjQ==", + "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==", "dependencies": { "invariant": "^2.2.4", "react-fast-compare": "^3.2.2", "shallowequal": "^1.1.0" }, "peerDependencies": { - "react": "^16.6.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" + "react": "^16.6.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/react-hook-form": { diff --git a/package.json b/package.json index 77f9e674..08fda174 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react": "^18.3.1", "react-content-loader": "^7.0.0", "react-dom": "^18.3.1", - "react-helmet-async": "^2.0.4", + "react-helmet-async": "^2.0.5", "react-hook-form": "^7.51.4", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.23.1", |