From 2de1e00aff7af6bbbf7220e3e9e64754e04b72e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 04:10:42 +0000 Subject: [PATCH] Bump @hcaptcha/react-hcaptcha from 1.12.0 to 1.13.1 in /frontend (#1377) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@hcaptcha/react-hcaptcha](https://github.com/hCaptcha/react-hcaptcha) from 1.12.0 to 1.13.1.
Release notes

Sourced from @​hcaptcha/react-hcaptcha's releases.

v1.13.1

What's Changed

1.13.0

What's Changed

1.12.1

What's Changed

New Contributors

Full Changelog: https://github.com/hCaptcha/react-hcaptcha/compare/1.12.0...1.12.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hcaptcha/react-hcaptcha&package-manager=npm_and_yarn&previous-version=1.12.0&new-version=1.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9f8f5ff0..20d39211 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/server": "^11.11.0", - "@hcaptcha/react-hcaptcha": "^1.12.0", + "@hcaptcha/react-hcaptcha": "^1.13.1", "@hello-pangea/dnd": "^18.0.1", "@mantine/core": "7.12.1", "@mantine/dates": "7.12.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e16d5ef8..c9397e64 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -551,18 +551,18 @@ resolved "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz" integrity sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q== -"@hcaptcha/loader@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@hcaptcha/loader/-/loader-2.0.0.tgz#674b14262ca3d3302f39628a46bdfbb6f3f903f1" - integrity sha512-fFQH6ApU/zCCl6Y1bnbsxsp1Er/lKX+qlgljrpWDeFcenpEtoP68hExlKSXECospzKLeSWcr06cbTjlR/x3IJA== +"@hcaptcha/loader@^2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@hcaptcha/loader/-/loader-2.2.0.tgz#7c85bea567c63c77fc40338d588167f6408f6042" + integrity sha512-LAd0XRt1Mu0hLpUpWAx5OS9FS0d6V+V0aCSYUKFAz0a6tTDHeAuwm5iO81mp2HIEhXFOSSB8AwCCOU9zq695lg== -"@hcaptcha/react-hcaptcha@^1.12.0": - version "1.12.0" - resolved "https://registry.yarnpkg.com/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.12.0.tgz#0d4d416edfc5a4c9b6e7e658f414abdad3c5825d" - integrity sha512-QiHnQQ52k8SJJSHkc3cq4TlYzag7oPd4f5ZqnjVSe4fJDSlZaOQFtu5F5AYisVslwaitdDELPVLRsRJxiiI0Aw== +"@hcaptcha/react-hcaptcha@^1.13.1": + version "1.13.1" + resolved "https://registry.yarnpkg.com/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.13.1.tgz#3d6675c8198ca97c428671ed35b4c280d9df102a" + integrity sha512-uBnuraDoR+u7ImoVawPmoJCsj4zwMyoL8Tm6YBZzneKv5WGz5Hldb/eBjbbX5tPIxjehHixLfmxPXfai7zpUIw== dependencies: "@babel/runtime" "^7.17.9" - "@hcaptcha/loader" "^2.0.0" + "@hcaptcha/loader" "^2.2.0" "@hello-pangea/dnd@^18.0.1": version "18.0.1"