Skip to content

Commit bb6cc1d

Browse files
depfu[bot]arghyaxcodes
authored andcommitted
Update @formspree/react to version 2.3.3
1 parent 9bf505c commit bb6cc1d

File tree

2 files changed

+72
-5
lines changed

2 files changed

+72
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"dependencies": {
2323
"@docsearch/react": "^1.0.0-alpha.28",
24-
"@formspree/react": "^2.3.1",
24+
"@formspree/react": "^2.3.3",
2525
"@headlessui/react": "^1.6.6",
2626
"@heroicons/react": "^1.0.6",
2727
"@juggle/resize-observer": "^3.4.0",

yarn.lock

Lines changed: 71 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,13 @@
13611361
dependencies:
13621362
regenerator-runtime "^0.13.4"
13631363

1364+
"@babel/runtime@^7.18.9":
1365+
version "7.18.9"
1366+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
1367+
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
1368+
dependencies:
1369+
regenerator-runtime "^0.13.4"
1370+
13641371
"@babel/template@^7.12.7", "@babel/template@^7.16.7":
13651372
version "7.16.7"
13661373
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
@@ -1520,12 +1527,25 @@
15201527
minimatch "^3.1.2"
15211528
strip-json-comments "^3.1.1"
15221529

1523-
"@formspree/react@^2.3.1":
1524-
version "2.3.1"
1525-
resolved "https://registry.yarnpkg.com/@formspree/react/-/react-2.3.1.tgz#f8015e5b440839b480adb3086ea0b0f0fa7e165f"
1526-
integrity sha512-rmGpxekkPxKJJZA5TRkEbburZwAz1xoLlAlD0rCsYH9/Hbo9oduqbXO7VRUnbl3fnz2OY5WmmQePfYkwUKi57A==
1530+
"@formspree/core@^2.7.0":
1531+
version "2.7.1"
1532+
resolved "https://registry.yarnpkg.com/@formspree/core/-/core-2.7.1.tgz#954e592b21f52e4074069c1ba2b08e5cb5dcfbca"
1533+
integrity sha512-flS/REW5x/0uUAFa+TFhokWn3k0bwr6uM7gx8LWeBDhnrKjl8iKNWHexI6llNAzZUKY5Hlw8ZPMKPR9eLLV4Gw==
15271534
dependencies:
1535+
"@stripe/stripe-js" "^1.29.0"
1536+
"@types/promise-polyfill" "^6.0.3"
1537+
fetch-ponyfill "^6.1.0"
1538+
promise-polyfill "^8.1.3"
1539+
1540+
"@formspree/react@^2.3.3":
1541+
version "2.3.3"
1542+
resolved "https://registry.yarnpkg.com/@formspree/react/-/react-2.3.3.tgz#695c1becdb201dd55f0b5e5748da9109aa70153c"
1543+
integrity sha512-3LfmFMLWE1Z3SVmfG2IMHN4sR0P5+IQDEAib85GzC5Rx3mmNnWEdXXD8xSyVpTZYNq4SaymP2A6nt+wOF0DqqQ==
1544+
dependencies:
1545+
"@babel/runtime" "^7.18.9"
1546+
"@formspree/core" "^2.7.0"
15281547
"@stripe/react-stripe-js" "^1.7.1"
1548+
"@stripe/stripe-js" "^1.27.0"
15291549

15301550
"@francoischalifour/autocomplete-core@^1.0.0-alpha.28":
15311551
version "1.0.0-alpha.28"
@@ -1853,6 +1873,11 @@
18531873
dependencies:
18541874
prop-types "^15.7.2"
18551875

1876+
"@stripe/stripe-js@^1.27.0", "@stripe/stripe-js@^1.29.0":
1877+
version "1.35.0"
1878+
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.35.0.tgz#f809e2e5e0a00f01aa12e8aed0b89d27728c05c0"
1879+
integrity sha512-UIuzpbJqgXCTvJhY/aZYvBtaKdMfQgnIv6kkLlfRJ9smZcC4zoPvq3j7k9wobYI+idHAWP4BRiPnqA8lvzJCtg==
1880+
18561881
"@svgr/babel-plugin-add-jsx-attribute@^5.4.0":
18571882
version "5.4.0"
18581883
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906"
@@ -2081,6 +2106,11 @@
20812106
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109"
20822107
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
20832108

2109+
"@types/promise-polyfill@^6.0.3":
2110+
version "6.0.4"
2111+
resolved "https://registry.yarnpkg.com/@types/promise-polyfill/-/promise-polyfill-6.0.4.tgz#c56670c70c601264c67191a85875fe2cf98a4cfd"
2112+
integrity sha512-GSCjjH6mDS8jgpT22rEOkZVqZcYj7i9AHJu4ntpvoohEpa0mLAKP/Kz3POMKqABaFsS4TyNHOeoyWpzycddcoQ==
2113+
20842114
"@types/prop-types@*":
20852115
version "15.7.5"
20862116
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
@@ -3707,6 +3737,13 @@ fastq@^1.6.0:
37073737
dependencies:
37083738
reusify "^1.0.4"
37093739

3740+
fetch-ponyfill@^6.1.0:
3741+
version "6.1.1"
3742+
resolved "https://registry.yarnpkg.com/fetch-ponyfill/-/fetch-ponyfill-6.1.1.tgz#dd8cdff0741a98bc89aeb85820302beb9bcc0bf4"
3743+
integrity sha512-rWLgTr5A44/XhvCQPYj0X9Tc+cjUaHofSM4lcwjc9MavD5lkjIhJ+h8JQlavPlTIgDpwhuRozaIykBvX9ItaSA==
3744+
dependencies:
3745+
node-fetch "~2.6.0"
3746+
37103747
file-entry-cache@^6.0.1:
37113748
version "6.0.1"
37123749
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -4783,6 +4820,13 @@ node-emoji@^1.11.0:
47834820
dependencies:
47844821
lodash "^4.17.21"
47854822

4823+
node-fetch@~2.6.0:
4824+
version "2.6.7"
4825+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4826+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4827+
dependencies:
4828+
whatwg-url "^5.0.0"
4829+
47864830
node-releases@^2.0.5:
47874831
version "2.0.5"
47884832
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
@@ -5181,6 +5225,11 @@ prismjs@^1.29.0:
51815225
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
51825226
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
51835227

5228+
promise-polyfill@^8.1.3:
5229+
version "8.2.3"
5230+
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.2.3.tgz#2edc7e4b81aff781c88a0d577e5fe9da822107c6"
5231+
integrity sha512-Og0+jCRQetV84U8wVjMNccfGCnMQ9mGs9Hv78QFe+pSDD3gWTpz0y+1QCuxy5d/vBFuZ3iwP2eycAkvqIMPmWg==
5232+
51845233
prop-types@^15.7.2, prop-types@^15.8.1:
51855234
version "15.8.1"
51865235
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
@@ -5966,6 +6015,11 @@ totalist@^1.0.0:
59666015
resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df"
59676016
integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==
59686017

6018+
tr46@~0.0.3:
6019+
version "0.0.3"
6020+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6021+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
6022+
59696023
trim-trailing-lines@^1.0.0:
59706024
version "1.1.4"
59716025
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0"
@@ -6252,6 +6306,11 @@ web-namespaces@^1.0.0:
62526306
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
62536307
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
62546308

6309+
webidl-conversions@^3.0.0:
6310+
version "3.0.1"
6311+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6312+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
6313+
62556314
webpack-bundle-analyzer@4.3.0:
62566315
version "4.3.0"
62576316
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.3.0.tgz#2f3c0ca9041d5ee47fa418693cf56b4a518b578b"
@@ -6302,6 +6361,14 @@ webpack@^5.74.0:
63026361
watchpack "^2.4.0"
63036362
webpack-sources "^3.2.3"
63046363

6364+
whatwg-url@^5.0.0:
6365+
version "5.0.0"
6366+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6367+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
6368+
dependencies:
6369+
tr46 "~0.0.3"
6370+
webidl-conversions "^3.0.0"
6371+
63056372
which-boxed-primitive@^1.0.2:
63066373
version "1.0.2"
63076374
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)