From 28ed587be89e1138374f4cb6c8a6fecf4cf9cb6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 01:30:55 +0000 Subject: [PATCH] Update dependency @hcaptcha/react-hcaptcha to v1.11.0 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fc69987..9c07414c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "MIT", "dependencies": { - "@hcaptcha/react-hcaptcha": "1.9.3", + "@hcaptcha/react-hcaptcha": "1.11.0", "@headlessui/react": "1.7.18", "@meilisearch/instant-meilisearch": "0.19.0", "@playwright/test": "^1.33.0", @@ -2474,12 +2474,12 @@ "integrity": "sha512-tJVkPpvWZ9kIXMAFeH/7B8iIDNN+kpFLBVgtJQgtWa1cAN0bUve2VPuc/UTVa0NUh7tsmd6oAg/C0VUplMt2UQ==" }, "node_modules/@hcaptcha/react-hcaptcha": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.9.3.tgz", - "integrity": "sha512-3aaXKT2tEXr317eWYNXm7JGC9z6FkhuDX46uLSFAevtVB3grxgwVxcVQuZy/Y5p6+TeQ6iDTAD0Ca2xwe4Muvw==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.11.0.tgz", + "integrity": "sha512-UKHtzzVMHLTGwab5pgV96UbcXdyh5Qyq8E0G5DTyXq8txMvuDx7rSyC+BneOjWVW0a7O9VuZmkg/EznVLRE45g==", "dependencies": { "@babel/runtime": "^7.17.9", - "@hcaptcha/loader": "^1.0.10" + "@hcaptcha/loader": "^1.2.1" }, "peerDependencies": { "react": ">= 16.3.0", @@ -20388,12 +20388,12 @@ "integrity": "sha512-tJVkPpvWZ9kIXMAFeH/7B8iIDNN+kpFLBVgtJQgtWa1cAN0bUve2VPuc/UTVa0NUh7tsmd6oAg/C0VUplMt2UQ==" }, "@hcaptcha/react-hcaptcha": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.9.3.tgz", - "integrity": "sha512-3aaXKT2tEXr317eWYNXm7JGC9z6FkhuDX46uLSFAevtVB3grxgwVxcVQuZy/Y5p6+TeQ6iDTAD0Ca2xwe4Muvw==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.11.0.tgz", + "integrity": "sha512-UKHtzzVMHLTGwab5pgV96UbcXdyh5Qyq8E0G5DTyXq8txMvuDx7rSyC+BneOjWVW0a7O9VuZmkg/EznVLRE45g==", "requires": { "@babel/runtime": "^7.17.9", - "@hcaptcha/loader": "^1.0.10" + "@hcaptcha/loader": "^1.2.1" } }, "@headlessui/react": { diff --git a/package.json b/package.json index d9bfa97c..7e80f7bc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test": "npx playwright test" }, "dependencies": { - "@hcaptcha/react-hcaptcha": "1.9.3", + "@hcaptcha/react-hcaptcha": "1.11.0", "@headlessui/react": "1.7.18", "@meilisearch/instant-meilisearch": "0.19.0", "@playwright/test": "^1.33.0",