Spaces:
Running
Running
upgrade deps
Browse files
yarn.lock
CHANGED
@@ -2,6 +2,23 @@
|
|
2 |
# yarn lockfile v1
|
3 |
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"@esbuild/aix-ppc64@0.19.12":
|
6 |
version "0.19.12"
|
7 |
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
|
@@ -229,8 +246,9 @@
|
|
229 |
|
230 |
"@observablehq/cli@https://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@github.com/observablehq/cli#main":
|
231 |
version "0.0.50"
|
232 |
-
resolved "https://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@github.com/observablehq/cli#
|
233 |
dependencies:
|
|
|
234 |
"@observablehq/inputs" "^0.10.6"
|
235 |
"@observablehq/runtime" "^5.9.4"
|
236 |
"@rollup/plugin-node-resolve" "^15.2.3"
|
@@ -251,7 +269,6 @@
|
|
251 |
markdown-it-anchor "^8.6.7"
|
252 |
mime "^3.0.0"
|
253 |
open "^9.1.0"
|
254 |
-
prompts "^2.4.2"
|
255 |
rollup "^4.6.0"
|
256 |
rollup-plugin-esbuild "^6.1.0"
|
257 |
send "^0.18.0"
|
@@ -918,6 +935,11 @@ is-stream@^3.0.0:
|
|
918 |
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
|
919 |
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
|
920 |
|
|
|
|
|
|
|
|
|
|
|
921 |
is-wsl@^2.2.0:
|
922 |
version "2.2.0"
|
923 |
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
|
@@ -970,11 +992,6 @@ kind-of@^6.0.0, kind-of@^6.0.2:
|
|
970 |
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
971 |
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
|
972 |
|
973 |
-
kleur@^3.0.3:
|
974 |
-
version "3.0.3"
|
975 |
-
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
|
976 |
-
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
|
977 |
-
|
978 |
lie@~3.3.0:
|
979 |
version "3.3.0"
|
980 |
resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a"
|
@@ -1133,6 +1150,11 @@ path-parse@^1.0.7:
|
|
1133 |
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
1134 |
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
1135 |
|
|
|
|
|
|
|
|
|
|
|
1136 |
picomatch@^2.3.1:
|
1137 |
version "2.3.1"
|
1138 |
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
@@ -1143,14 +1165,6 @@ process-nextick-args@~2.0.0:
|
|
1143 |
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
|
1144 |
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
|
1145 |
|
1146 |
-
prompts@^2.4.2:
|
1147 |
-
version "2.4.2"
|
1148 |
-
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
|
1149 |
-
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
|
1150 |
-
dependencies:
|
1151 |
-
kleur "^3.0.3"
|
1152 |
-
sisteransi "^1.0.5"
|
1153 |
-
|
1154 |
queue-tick@^1.0.1:
|
1155 |
version "1.0.1"
|
1156 |
resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
|
|
|
2 |
# yarn lockfile v1
|
3 |
|
4 |
|
5 |
+
"@clack/core@^0.3.3":
|
6 |
+
version "0.3.3"
|
7 |
+
resolved "https://registry.yarnpkg.com/@clack/core/-/core-0.3.3.tgz#233ccebf779aa5a66fc68ee48df5e58cd226fd94"
|
8 |
+
integrity sha512-5ZGyb75BUBjlll6eOa1m/IZBxwk91dooBWhPSL67sWcLS0zt9SnswRL0l26TVdBhb0wnWORRxUn//uH6n4z7+A==
|
9 |
+
dependencies:
|
10 |
+
picocolors "^1.0.0"
|
11 |
+
sisteransi "^1.0.5"
|
12 |
+
|
13 |
+
"@clack/prompts@^0.7.0":
|
14 |
+
version "0.7.0"
|
15 |
+
resolved "https://registry.yarnpkg.com/@clack/prompts/-/prompts-0.7.0.tgz#6aaef48ea803d91cce12bc80811cfcb8de2e75ea"
|
16 |
+
integrity sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==
|
17 |
+
dependencies:
|
18 |
+
"@clack/core" "^0.3.3"
|
19 |
+
picocolors "^1.0.0"
|
20 |
+
sisteransi "^1.0.5"
|
21 |
+
|
22 |
"@esbuild/aix-ppc64@0.19.12":
|
23 |
version "0.19.12"
|
24 |
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
|
|
|
246 |
|
247 |
"@observablehq/cli@https://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@github.com/observablehq/cli#main":
|
248 |
version "0.0.50"
|
249 |
+
resolved "https://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@github.com/observablehq/cli#205d09b88907899a63fe9f4931715456d4055b6d"
|
250 |
dependencies:
|
251 |
+
"@clack/prompts" "^0.7.0"
|
252 |
"@observablehq/inputs" "^0.10.6"
|
253 |
"@observablehq/runtime" "^5.9.4"
|
254 |
"@rollup/plugin-node-resolve" "^15.2.3"
|
|
|
269 |
markdown-it-anchor "^8.6.7"
|
270 |
mime "^3.0.0"
|
271 |
open "^9.1.0"
|
|
|
272 |
rollup "^4.6.0"
|
273 |
rollup-plugin-esbuild "^6.1.0"
|
274 |
send "^0.18.0"
|
|
|
935 |
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
|
936 |
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
|
937 |
|
938 |
+
is-unicode-supported@^1.3.0:
|
939 |
+
version "1.3.0"
|
940 |
+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714"
|
941 |
+
integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
|
942 |
+
|
943 |
is-wsl@^2.2.0:
|
944 |
version "2.2.0"
|
945 |
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
|
|
|
992 |
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
993 |
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
|
994 |
|
|
|
|
|
|
|
|
|
|
|
995 |
lie@~3.3.0:
|
996 |
version "3.3.0"
|
997 |
resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a"
|
|
|
1150 |
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
1151 |
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
1152 |
|
1153 |
+
picocolors@^1.0.0:
|
1154 |
+
version "1.0.0"
|
1155 |
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
1156 |
+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
1157 |
+
|
1158 |
picomatch@^2.3.1:
|
1159 |
version "2.3.1"
|
1160 |
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
|
|
1165 |
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
|
1166 |
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
|
1167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1168 |
queue-tick@^1.0.1:
|
1169 |
version "1.0.1"
|
1170 |
resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
|