Bump @hcaptcha/react-hcaptcha from 1.14.0 to 1.15.0 in /frontend (#1443)

Bumps
[@hcaptcha/react-hcaptcha](https://github.com/hCaptcha/react-hcaptcha)
from 1.14.0 to 1.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hCaptcha/react-hcaptcha/releases"><code>@​hcaptcha/react-hcaptcha</code>'s
releases</a>.</em></p>
<blockquote>
<h2>1.15.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: Add onReady type by <a
href="https://github.com/zoryana94"><code>@​zoryana94</code></a> in <a
href="https://redirect.github.com/hCaptcha/react-hcaptcha/pull/316">hCaptcha/react-hcaptcha#316</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hCaptcha/react-hcaptcha/compare/v1.14...1.15.0">https://github.com/hCaptcha/react-hcaptcha/compare/v1.14...1.15.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8bb84ce67d"><code>8bb84ce</code></a>
feat(package): Bump version to 1.15.0 (<a
href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/317">#317</a>)</li>
<li><a
href="b370d7c891"><code>b370d7c</code></a>
chore: Add onReady type (<a
href="https://redirect.github.com/hCaptcha/react-hcaptcha/issues/316">#316</a>)</li>
<li>See full diff in <a
href="https://github.com/hCaptcha/react-hcaptcha/compare/v1.14...1.15.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hcaptcha/react-hcaptcha&package-manager=npm_and_yarn&previous-version=1.14.0&new-version=1.15.0)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-25 04:09:12 +00:00
committed by GitHub
parent f78465fc24
commit 2eeaf0b916
2 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@hcaptcha/react-hcaptcha": "^1.14.0",
"@hcaptcha/react-hcaptcha": "^1.15.0",
"@hello-pangea/dnd": "^18.0.1",
"@mantine/core": "8.3.7",
"@mantine/dates": "8.3.7",

View File

@@ -15,8 +15,8 @@ importers:
specifier: ^11.11.0
version: 11.11.0
'@hcaptcha/react-hcaptcha':
specifier: ^1.14.0
version: 1.14.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
specifier: ^1.15.0
version: 1.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@hello-pangea/dnd':
specifier: ^18.0.1
version: 18.0.1(@types/react@19.2.4)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
@@ -500,8 +500,8 @@ packages:
'@hcaptcha/loader@2.2.0':
resolution: {integrity: sha512-LAd0XRt1Mu0hLpUpWAx5OS9FS0d6V+V0aCSYUKFAz0a6tTDHeAuwm5iO81mp2HIEhXFOSSB8AwCCOU9zq695lg==}
'@hcaptcha/react-hcaptcha@1.14.0':
resolution: {integrity: sha512-XHFhmRjw4L6spgRfTEUj/uW4cN4iWTp7BxLHyheF5zEle6g65fIHUCmqKMrIA/6OKLzBSElUKyc1IuDU+V8RaQ==}
'@hcaptcha/react-hcaptcha@1.15.0':
resolution: {integrity: sha512-UYWolOtoL8dnGkdjZGG+haqS3GEEUwQfs9Z/RkmQj8YxEROJCCgV4PtZaMeUbKu6kIkNx7y/RQhwNtC4F9FAXA==}
peerDependencies:
react: '>= 16.3.0'
react-dom: '>= 16.3.0'
@@ -3193,7 +3193,7 @@ snapshots:
'@hcaptcha/loader@2.2.0': {}
'@hcaptcha/react-hcaptcha@1.14.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
'@hcaptcha/react-hcaptcha@1.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies:
'@babel/runtime': 7.28.4
'@hcaptcha/loader': 2.2.0