diff --git a/new-work/package.json b/new-work/package.json index 68d2bc71b..942742741 100644 --- a/new-work/package.json +++ b/new-work/package.json @@ -13,7 +13,7 @@ "start": "gatsby develop" }, "dependencies": { - "@hcaptcha/react-hcaptcha": "^1.8.1", + "@hcaptcha/react-hcaptcha": "^1.9.1", "@mdx-js/react": "^2.3.0", "@prif/shared": "0.0.1", "dotenv": "^16.3.1", diff --git a/package-lock.json b/package-lock.json index 2fb4508ef..2e800f960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "version": "1.0.0", "license": "UNLICENSED", "dependencies": { - "@hcaptcha/react-hcaptcha": "^1.8.1", + "@hcaptcha/react-hcaptcha": "^1.9.1", "@mdx-js/react": "^2.3.0", "@prif/shared": "0.0.1", "dotenv": "^16.3.1", @@ -2828,12 +2828,18 @@ "@hapi/hoek": "^9.0.0" } }, + "node_modules/@hcaptcha/loader": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@hcaptcha/loader/-/loader-1.0.9.tgz", + "integrity": "sha512-HqsreHb5A9uVKW9HqlSX+AvNHIP0bd3uZPixWKKWD1C2+A6j9LpYf33Lua+zzvOksG4GtTIMJXes6IWAy8No/g==" + }, "node_modules/@hcaptcha/react-hcaptcha": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.8.1.tgz", - "integrity": "sha512-33tIl77HgeahiQ6R0+JPDA8cGBBv95cIVcdOcFVwiGCJhrOxyiOQetCdEUNTDS13xrkvIP29K/PrqLXXSbKl6Q==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.9.1.tgz", + "integrity": "sha512-Tvym9cl2RsYpyut2262XtNL8bJVfbXFuX9k1UdsMtVpmdvj8xqQMTr/yOTxiLGPqG1Abt9luSwSeLI4e1H/fsw==", "dependencies": { - "@babel/runtime": "^7.17.9" + "@babel/runtime": "^7.17.9", + "@hcaptcha/loader": "^1.0.9" }, "peerDependencies": { "react": ">= 16.3.0",