Skip to content

Commit ed1f6fc

Browse files
Update dependency react-google-recaptcha to v1.1.0
1 parent 180fb09 commit ed1f6fc

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prop-types": "15.7.2",
3232
"react": "16.8.6",
3333
"react-dom": "16.8.6",
34-
"react-google-recaptcha": "1.0.5",
34+
"react-google-recaptcha": "1.1.0",
3535
"react-helmet": "5.2.0",
3636
"react-linkify": "0.2.2",
3737
"react-responsive-modal": "3.6.0",

yarn.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5279,10 +5279,9 @@ find-up@^3.0.0:
52795279
dependencies:
52805280
locate-path "^3.0.0"
52815281

5282-
5283-
find-up@^4.1.0:
5282+
find-up@^4.0.0, find-up@^4.1.0:
52845283
version "4.1.0"
5285-
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
5284+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
52865285
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
52875286
dependencies:
52885287
locate-path "^5.0.0"
@@ -6266,7 +6265,7 @@ got@^8.3.1:
62666265
url-parse-lax "^3.0.0"
62676266
url-to-options "^1.0.1"
62686267

6269-
graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.3:
6268+
graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.3:
62706269
version "4.2.11"
62716270
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
62726271
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -10900,10 +10899,10 @@ react-fast-compare@^2.0.1:
1090010899
resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz"
1090110900
integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==
1090210901

10903-
react-google-recaptcha@1.0.5:
10904-
version "1.0.5"
10905-
resolved "https://registry.npmjs.org/react-google-recaptcha/-/react-google-recaptcha-1.0.5.tgz"
10906-
integrity sha512-IUIIQVUIKgsG7Ok1AiqBdJZVpFRpIWOM3H/36fAJHMd52l+X0pn4sTxvm2YJEN01QXWR1jg79+93J8mQef7hfw==
10902+
react-google-recaptcha@1.1.0:
10903+
version "1.1.0"
10904+
resolved "https://registry.yarnpkg.com/react-google-recaptcha/-/react-google-recaptcha-1.1.0.tgz#f33bef3e22e8c016820e80da48d573f516bb99e8"
10905+
integrity sha512-GMWZEsIKyBVG+iXfVMwtMVKFJATu5c+oguL/5i95H3Jb5d5CG4DY0W9t4QhdSSulgkXbZMgv0VSuGF/GV1ENTA==
1090710906
dependencies:
1090810907
prop-types "^15.5.0"
1090910908
react-async-script "^1.0.0"
@@ -11824,6 +11823,11 @@ semver-truncate@^1.1.2:
1182411823
resolved "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz"
1182511824
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
1182611825

11826+
semver@^6.0.0:
11827+
version "6.3.1"
11828+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
11829+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
11830+
1182711831
semver@^7.3.2, semver@^7.3.4:
1182811832
version "7.7.2"
1182911833
resolved "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz"

0 commit comments

Comments
 (0)