From f816e521c37df126cec10f1b24b411778060d75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:45:17 +0000 Subject: [PATCH] chore(deps): bump react-helmet-async from 2.0.5 to 3.0.0 in /frontend Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async) from 2.0.5 to 3.0.0. - [Release notes](https://github.com/staylor/react-helmet-async/releases) - [Commits](https://github.com/staylor/react-helmet-async/commits/v3.0.0) --- updated-dependencies: - dependency-name: react-helmet-async dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3e0a2de45d..ae0eec5c31 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -69,7 +69,7 @@ "query-string": "^8.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-helmet-async": "^2.0.4", + "react-helmet-async": "^3.0.0", "react-qr-code": "^2.0.12", "react-router": "^7.1.5", "react-router-dom": "^7.1.5", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 50dd3ec776..9a6d1688c2 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4680,10 +4680,10 @@ react-fast-compare@^3.2.2: resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz" integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== -react-helmet-async@^2.0.4: - 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== +react-helmet-async@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-3.0.0.tgz#16f31779ea4e4e01827c071b2f15301d074dd570" + integrity sha512-nA3IEZfXiclgrz4KLxAhqJqIfFDuvzQwlKwpdmzZIuC1KNSghDEIXmyU0TKtbM+NafnkICcwx8CECFrZ/sL/1w== dependencies: invariant "^2.2.4" react-fast-compare "^3.2.2"