aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-23 16:46:21 +0200
committerGravatar ks129 <[email protected]>2021-02-23 16:46:21 +0200
commit06727e0e1a4cbe4d170e96a338ff7462ca0dd8ba (patch)
tree0693ef96b4e8de99cb42c1f304f4ec4816083d23
parentImplement hCaptcha to form page (diff)
Lock yarn hcaptcha dependencies versions
-rw-r--r--package.json4
-rw-r--r--yarn.lock4
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index d7fe05a..41bc903 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
- "@hcaptcha/react-hcaptcha": "^0.3.2",
+ "@hcaptcha/react-hcaptcha": "0.3.2",
"@sentry/react": "6.2.0",
"@svgr/webpack": "5.5.0",
"@swc/core": "1.2.47",
@@ -58,7 +58,7 @@
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.7.2",
- "@types/hcaptcha__react-hcaptcha": "^0.1.4",
+ "@types/hcaptcha__react-hcaptcha": "0.1.4",
"@types/jest": "26.0.20",
"@types/node": "14.14.31",
"@types/react": "17.0.1",
diff --git a/yarn.lock b/yarn.lock
index 81fe8ec..ee14590 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1296,7 +1296,7 @@
dependencies:
"@hapi/hoek" "^8.3.0"
-"@hcaptcha/react-hcaptcha@^0.3.2":
+"@hcaptcha/[email protected]":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@hcaptcha/react-hcaptcha/-/react-hcaptcha-0.3.2.tgz#8910ea4c111799336fb64de6aa7b74329a7d7579"
integrity sha512-+90hSDwtnKAk3PXJsyABi+wRHS1B+wgWjDO4nz68KpkLnE73rMz/XMdl+ckrwYkFFilzIDKI3o1IqOpMapEwgg==
@@ -2016,7 +2016,7 @@
dependencies:
"@types/node" "*"
-"@types/hcaptcha__react-hcaptcha@^0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@types/hcaptcha__react-hcaptcha/-/hcaptcha__react-hcaptcha-0.1.4.tgz#145cab4f0ac29fe8925dc98ab16cf2dffacad7d5"
integrity sha512-eqEIBR7yn4Y1fRtxPnFlEP8SAHwX762Z27s/ifd5wfJicviz6HynF8gHCgUPPtfYlaQFHa/A0NkwBA5YNmNCmQ==