Skip to content

Commit d0320f8

Browse files
depfu[bot]arghyaxcodes
authored andcommitted
Update @formspree/react to version 2.3.1
1 parent ff461a6 commit d0320f8

File tree

2 files changed

+5
-64
lines changed

2 files changed

+5
-64
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.0",
24+
"@formspree/react": "^2.3.1",
2525
"@headlessui/react": "^1.6.6",
2626
"@heroicons/react": "^1.0.6",
2727
"@juggle/resize-observer": "^3.3.1",

yarn.lock

Lines changed: 4 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,24 +1506,12 @@
15061506
minimatch "^3.1.2"
15071507
strip-json-comments "^3.1.1"
15081508

1509-
"@formspree/core@^2.7.0":
1510-
version "2.7.0"
1511-
resolved "https://registry.yarnpkg.com/@formspree/core/-/core-2.7.0.tgz#87aeb72dc4837a7a3c386404074cbd4bd96908e2"
1512-
integrity sha512-xSt1VSXgQnRFvg1lCMIMMRJn9GKrcNuuateif0Jqcx4JJhUHZTIDZNNXEMU1VVkI97HUAPgdGekXW8a+Xu2plw==
1513-
dependencies:
1514-
"@stripe/stripe-js" "^1.29.0"
1515-
"@types/promise-polyfill" "^6.0.3"
1516-
fetch-ponyfill "^6.1.0"
1517-
promise-polyfill "^8.1.3"
1518-
1519-
"@formspree/react@^2.3.0":
1520-
version "2.3.0"
1521-
resolved "https://registry.yarnpkg.com/@formspree/react/-/react-2.3.0.tgz#c51312329ed58148bf4c20048409e689d8edb162"
1522-
integrity sha512-QBHb4mNP3uNPkBfGZ6m4ox0o/Y3ee6L6p/RMRV19C4slXxVxL+TM2vxUvKv/SuUf5ydiXLCCQtYqpVlcG1xHig==
1509+
"@formspree/react@^2.3.1":
1510+
version "2.3.1"
1511+
resolved "https://registry.yarnpkg.com/@formspree/react/-/react-2.3.1.tgz#f8015e5b440839b480adb3086ea0b0f0fa7e165f"
1512+
integrity sha512-rmGpxekkPxKJJZA5TRkEbburZwAz1xoLlAlD0rCsYH9/Hbo9oduqbXO7VRUnbl3fnz2OY5WmmQePfYkwUKi57A==
15231513
dependencies:
1524-
"@formspree/core" "^2.7.0"
15251514
"@stripe/react-stripe-js" "^1.7.1"
1526-
"@stripe/stripe-js" "^1.27.0"
15271515

15281516
"@francoischalifour/autocomplete-core@^1.0.0-alpha.28":
15291517
version "1.0.0-alpha.28"
@@ -1851,11 +1839,6 @@
18511839
dependencies:
18521840
prop-types "^15.7.2"
18531841

1854-
"@stripe/stripe-js@^1.27.0", "@stripe/stripe-js@^1.29.0":
1855-
version "1.32.0"
1856-
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.32.0.tgz#4ecdd298db61ad9b240622eafed58da974bd210e"
1857-
integrity sha512-7EvBnbBfS1aynfLRmBFcuumHNGjKxnNkO47rorFBktqDYHwo7Yw6pfDW2iqq0R8r7i7XiJEdWPvvEgQAiDrx3A==
1858-
18591842
"@svgr/babel-plugin-add-jsx-attribute@^5.4.0":
18601843
version "5.4.0"
18611844
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906"
@@ -2084,11 +2067,6 @@
20842067
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109"
20852068
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
20862069

2087-
"@types/promise-polyfill@^6.0.3":
2088-
version "6.0.4"
2089-
resolved "https://registry.yarnpkg.com/@types/promise-polyfill/-/promise-polyfill-6.0.4.tgz#c56670c70c601264c67191a85875fe2cf98a4cfd"
2090-
integrity sha512-GSCjjH6mDS8jgpT22rEOkZVqZcYj7i9AHJu4ntpvoohEpa0mLAKP/Kz3POMKqABaFsS4TyNHOeoyWpzycddcoQ==
2091-
20922070
"@types/prop-types@*":
20932071
version "15.7.5"
20942072
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
@@ -3715,13 +3693,6 @@ fastq@^1.6.0:
37153693
dependencies:
37163694
reusify "^1.0.4"
37173695

3718-
fetch-ponyfill@^6.1.0:
3719-
version "6.1.1"
3720-
resolved "https://registry.yarnpkg.com/fetch-ponyfill/-/fetch-ponyfill-6.1.1.tgz#dd8cdff0741a98bc89aeb85820302beb9bcc0bf4"
3721-
integrity sha512-rWLgTr5A44/XhvCQPYj0X9Tc+cjUaHofSM4lcwjc9MavD5lkjIhJ+h8JQlavPlTIgDpwhuRozaIykBvX9ItaSA==
3722-
dependencies:
3723-
node-fetch "~2.6.0"
3724-
37253696
file-entry-cache@^6.0.1:
37263697
version "6.0.1"
37273698
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -4798,13 +4769,6 @@ node-emoji@^1.11.0:
47984769
dependencies:
47994770
lodash "^4.17.21"
48004771

4801-
node-fetch@~2.6.0:
4802-
version "2.6.7"
4803-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4804-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4805-
dependencies:
4806-
whatwg-url "^5.0.0"
4807-
48084772
node-releases@^2.0.5:
48094773
version "2.0.5"
48104774
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
@@ -5203,11 +5167,6 @@ prismjs@^1.28.0:
52035167
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6"
52045168
integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==
52055169

5206-
promise-polyfill@^8.1.3:
5207-
version "8.2.3"
5208-
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.2.3.tgz#2edc7e4b81aff781c88a0d577e5fe9da822107c6"
5209-
integrity sha512-Og0+jCRQetV84U8wVjMNccfGCnMQ9mGs9Hv78QFe+pSDD3gWTpz0y+1QCuxy5d/vBFuZ3iwP2eycAkvqIMPmWg==
5210-
52115170
prop-types@^15.7.2, prop-types@^15.8.1:
52125171
version "15.8.1"
52135172
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
@@ -5993,11 +5952,6 @@ totalist@^1.0.0:
59935952
resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df"
59945953
integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==
59955954

5996-
tr46@~0.0.3:
5997-
version "0.0.3"
5998-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5999-
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6000-
60015955
trim-trailing-lines@^1.0.0:
60025956
version "1.1.4"
60035957
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0"
@@ -6284,11 +6238,6 @@ web-namespaces@^1.0.0:
62846238
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
62856239
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
62866240

6287-
webidl-conversions@^3.0.0:
6288-
version "3.0.1"
6289-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6290-
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6291-
62926241
webpack-bundle-analyzer@4.3.0:
62936242
version "4.3.0"
62946243
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.3.0.tgz#2f3c0ca9041d5ee47fa418693cf56b4a518b578b"
@@ -6339,14 +6288,6 @@ webpack@^5.74.0:
63396288
watchpack "^2.4.0"
63406289
webpack-sources "^3.2.3"
63416290

6342-
whatwg-url@^5.0.0:
6343-
version "5.0.0"
6344-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6345-
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6346-
dependencies:
6347-
tr46 "~0.0.3"
6348-
webidl-conversions "^3.0.0"
6349-
63506291
which-boxed-primitive@^1.0.2:
63516292
version "1.0.2"
63526293
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)