diff options
author | 2021-07-27 12:54:53 -0400 | |
---|---|---|
committer | 2021-07-27 12:54:53 -0400 | |
commit | d1b0028b1a77965aafa1a8fe0dc2eeeda37ca6d2 (patch) | |
tree | 744005df572460a538d102cb202ff3958048411f /yarn.lock | |
parent | 509c69627b02629db9af8d868545db80c789cdfe (diff) | |
download | astro-d1b0028b1a77965aafa1a8fe0dc2eeeda37ca6d2.tar.gz astro-d1b0028b1a77965aafa1a8fe0dc2eeeda37ca6d2.tar.zst astro-d1b0028b1a77965aafa1a8fe0dc2eeeda37ca6d2.zip |
Update dependencies for create-astro
Diffstat (limited to '')
-rw-r--r-- | yarn.lock | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1744,6 +1744,14 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== +"@types/node-fetch@^2.5.12": + version "2.5.12" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66" + integrity sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw== + dependencies: + "@types/node" "*" + form-data "^3.0.0" + "@types/node@*": version "16.4.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.1.tgz#9fad171a5b701613ee8a6f4ece3c88b1034b1b03" @@ -3026,7 +3034,7 @@ combined-stream2@^1.0.2: debug "^2.1.1" stream-length "^1.0.1" -combined-stream@^1.0.6, combined-stream@~1.0.6: +combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: version "1.0.8" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== @@ -4376,6 +4384,15 @@ form-data2@^1.0.0: mime "^1.3.4" uuid "^2.0.1" +form-data@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" + integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + mime-types "^2.1.12" + form-data@~2.3.2: version "2.3.3" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" |