From 2d0ff2a662f5c6e90d8207a75434abb23365b23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:21:26 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5a8a7ce1..36cfa950f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-react-refresh": "^0.4.6", "postcss": "^8.4.38", "prettier": "^3.3.2", - "react-helmet-async": "^2.0.4", + "react-helmet-async": "^2.0.5", "react-hotjar": "^6.3.1", "react-icons": "^5.2.1", "tailwindcss": "^3.4.3", @@ -7314,9 +7314,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "invariant": "^2.2.4", @@ -7324,8 +7324,7 @@ "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-hotjar": { diff --git a/package.json b/package.json index 59ed87be3..78353c06a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-react-refresh": "^0.4.6", "postcss": "^8.4.38", "prettier": "^3.3.2", - "react-helmet-async": "^2.0.4", + "react-helmet-async": "^2.0.5", "react-hotjar": "^6.3.1", "react-icons": "^5.2.1", "tailwindcss": "^3.4.3",