diff options
author | dependabot[bot] | 2024-05-13 21:54:02 +0000 |
---|---|---|
committer | vitalyster | 2024-05-14 20:53:18 +0300 |
commit | ccd636d475683f7b9fcc9bc15cdbdfac667a40d4 (patch) | |
tree | f5d6516c6293e6c4762a25b4c6ecfb492cda2088 | |
parent | 0ab774ef61329e2f60abd523fcd3f8b8e6f83f30 (diff) |
build(deps): bump react-helmet-async from 2.0.4 to 2.0.5
Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/staylor/react-helmet-async/releases)
- [Commits](https://github.com/staylor/react-helmet-async/commits)
---
updated-dependencies:
- dependency-name: react-helmet-async
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-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", |