Skip to content

Commit 86cf9e1

Browse files
authored
update dependencies (#553)
1 parent 33ab79e commit 86cf9e1

File tree

5 files changed

+65
-56
lines changed

5 files changed

+65
-56
lines changed

test/output/logDegenerate.svg

Lines changed: 7 additions & 7 deletions
Loading

test/plots/metro-inequality-change.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export default async function() {
88
inset: 10,
99
x: {
1010
type: "log",
11-
label: "Population →",
12-
tickFormat: "~s"
11+
label: "Population →"
1312
},
1413
y: {
1514
label: "↑ Inequality"

test/plots/metro-inequality.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export default async function() {
88
inset: 10,
99
x: {
1010
type: "log",
11-
label: "Population →",
12-
tickFormat: "~s"
11+
label: "Population →"
1312
},
1413
y: {
1514
label: "↑ Inequality"

test/plots/us-presidential-election-2020.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export default async function() {
1515
},
1616
y: {
1717
type: "log",
18-
label: "↑ Total number of votes",
19-
tickFormat: "~s"
18+
label: "↑ Total number of votes"
2019
},
2120
color: {
2221
type: "diverging",

yarn.lock

Lines changed: 55 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@
234234
resolve "^1.17.0"
235235

236236
"@rollup/plugin-node-resolve@^13.0.4":
237-
version "13.0.4"
238-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.4.tgz#b10222f4145a019740acb7738402130d848660c0"
239-
integrity sha512-eYq4TFy40O8hjeDs+sIxEH/jc9lyuI2k9DM557WN6rO5OpnC2qXMBNj4IKH1oHrnAazL49C5p0tgP0/VpqJ+/w==
237+
version "13.0.5"
238+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.5.tgz#016abe58796a4ff544d6beac7818921e3d3777fc"
239+
integrity sha512-mVaw6uxtvuGx/XCI4qBQXsDZJUfyx5vp39iE0J/7Hd6wDhEbjHr6aES7Nr9yWbuE0BY+oKp6N7Bq6jX5NCGNmQ==
240240
dependencies:
241241
"@rollup/pluginutils" "^3.1.0"
242242
"@types/resolve" "1.17.1"
@@ -312,9 +312,9 @@
312312
"@types/node" "*"
313313

314314
"@types/node@*":
315-
version "16.9.4"
316-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.4.tgz#a12f0ee7847cf17a97f6fdf1093cb7a9af23cca4"
317-
integrity sha512-KDazLNYAGIuJugdbULwFZULF9qQ13yNWEBFnfVpqlpgAAo6H/qnM9RjBgh0A0kmHf3XxAKLdN5mTIng9iUvVLA==
315+
version "16.9.6"
316+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.6.tgz#040a64d7faf9e5d9e940357125f0963012e66f04"
317+
integrity sha512-YHUZhBOMTM3mjFkXVcK+WwAcYmyhe1wL4lfqNtzI0b3qAy7yuSetnM7QJazgE5PFmgVTNGiLOgRFfJMqW7XpSQ==
318318

319319
"@types/parse-json@^4.0.0":
320320
version "4.0.0"
@@ -442,7 +442,7 @@ ansi-regex@^3.0.0:
442442
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
443443
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
444444

445-
ansi-regex@^5.0.0:
445+
ansi-regex@^5.0.1:
446446
version "5.0.1"
447447
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
448448
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -834,11 +834,6 @@ color-name@~1.1.4:
834834
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
835835
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
836836

837-
colorette@^1.2.2:
838-
version "1.4.0"
839-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
840-
integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
841-
842837
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
843838
version "1.0.8"
844839
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -1104,9 +1099,9 @@ d3-scale-chromatic@3:
11041099
d3-interpolate "1 - 3"
11051100

11061101
d3-scale@4:
1107-
version "4.0.1"
1108-
resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-4.0.1.tgz#c65aa7a357e4f58954a66e1edacc712bab4b1034"
1109-
integrity sha512-akUAsUujCFnw6Sf1dF7y/FXTxz+VvEIOB3ValKtLhNrzFp8q5wPO3VCAmsbCLJWRTxyJCZDoooodjOI1plFqlw==
1102+
version "4.0.2"
1103+
resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-4.0.2.tgz#82b38e8e8ff7080764f8dcec77bd4be393689396"
1104+
integrity sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==
11101105
dependencies:
11111106
d3-array "2.10.0 - 3"
11121107
d3-format "1 - 3"
@@ -1168,9 +1163,9 @@ d3-zoom@3:
11681163
d3-transition "2 - 3"
11691164

11701165
d3@^7.0.0:
1171-
version "7.0.3"
1172-
resolved "https://registry.yarnpkg.com/d3/-/d3-7.0.3.tgz#5c100c0522fedadc2aec43243b16e881e8c07143"
1173-
integrity sha512-BEQCpEXI+Z9OnnlXLaS6txoYZZvvXuRyjZoudPuAnWGVOzHxGWC0TL8XRUs7V7IeZQPLfvGztcl54+jgOe122g==
1166+
version "7.0.4"
1167+
resolved "https://registry.yarnpkg.com/d3/-/d3-7.0.4.tgz#37dfeb3b526f64a0de2ddb705ea61649325207bd"
1168+
integrity sha512-ruRiyPYZEGeJBOOjVS5pHliNUZM2HAllEY7HKB2ff+9ENxOti4N+S+WZqo9ggUMr8tSPMm+riqKpJd1oYEDN5Q==
11741169
dependencies:
11751170
d3-array "3"
11761171
d3-axis "3"
@@ -1865,7 +1860,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
18651860
dependencies:
18661861
is-glob "^4.0.1"
18671862

1868-
[email protected], glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
1863+
18691864
version "7.1.7"
18701865
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
18711866
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -1877,6 +1872,18 @@ [email protected], glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
18771872
once "^1.3.0"
18781873
path-is-absolute "^1.0.0"
18791874

1875+
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
1876+
version "7.2.0"
1877+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
1878+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
1879+
dependencies:
1880+
fs.realpath "^1.0.0"
1881+
inflight "^1.0.4"
1882+
inherits "2"
1883+
minimatch "^3.0.4"
1884+
once "^1.3.0"
1885+
path-is-absolute "^1.0.0"
1886+
18801887
globals@^13.6.0, globals@^13.9.0:
18811888
version "13.11.0"
18821889
resolved "https://registry.yarnpkg.com/globals/-/globals-13.11.0.tgz#40ef678da117fe7bd2e28f1fab24951bd0255be7"
@@ -2263,9 +2270,9 @@ isexe@^2.0.0:
22632270
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
22642271

22652272
isoformat@^0.2.0:
2266-
version "0.2.0"
2267-
resolved "https://registry.yarnpkg.com/isoformat/-/isoformat-0.2.0.tgz#52c3dce6c281adb6cb7f060895a731b7b2d52c1b"
2268-
integrity sha512-iyxQ94xMvUZryoHVaXg/TSLM318/aO7xS7Ute+t4MkvZ17IDfe9MkI/MQuu7XgxbmTiGkeggNj+1f6wmxF876Q==
2273+
version "0.2.1"
2274+
resolved "https://registry.yarnpkg.com/isoformat/-/isoformat-0.2.1.tgz#2526344a4276a101b2881848dc337d1d2ae74494"
2275+
integrity sha512-tFLRAygk9NqrRPhJSnNGh7g7oaVWDwR0wKh/GM2LgmPa50Eg4UfyaCO4I8k6EqJHl1/uh2RAD6g06n5ygEnrjQ==
22692276

22702277
isstream@~0.1.2:
22712278
version "0.1.2"
@@ -2752,12 +2759,17 @@ [email protected], ms@^2.0.0:
27522759
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
27532760
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
27542761

2762+
nanocolors@^0.1.5:
2763+
version "0.1.12"
2764+
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6"
2765+
integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==
2766+
27552767
27562768
version "3.1.23"
27572769
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
27582770
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
27592771

2760-
nanoid@^3.1.23:
2772+
nanoid@^3.1.25:
27612773
version "3.1.25"
27622774
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
27632775
integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
@@ -3205,12 +3217,12 @@ postcss-value-parser@^4.1.0:
32053217
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
32063218

32073219
postcss@^8.3.5:
3208-
version "8.3.6"
3209-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
3210-
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
3220+
version "8.3.7"
3221+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.7.tgz#ec88563588c8da8e58e7226f7633b51ae221eeda"
3222+
integrity sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ==
32113223
dependencies:
3212-
colorette "^1.2.2"
3213-
nanoid "^3.1.23"
3224+
nanocolors "^0.1.5"
3225+
nanoid "^3.1.25"
32143226
source-map-js "^0.6.2"
32153227

32163228
prelude-ls@^1.2.1:
@@ -3455,9 +3467,9 @@ rollup-plugin-terser@^7.0.2:
34553467
terser "^5.0.0"
34563468

34573469
rollup@^2.23.0, rollup@^2.32.1:
3458-
version "2.56.3"
3459-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff"
3460-
integrity sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==
3470+
version "2.57.0"
3471+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.57.0.tgz#c1694475eb22e1022477c0f4635fd0ac80713173"
3472+
integrity sha512-bKQIh1rWKofRee6mv8SrF2HdP6pea5QkwBZSMImJysFj39gQuiV8MEPBjXOCpzk3wSYp63M2v2wkWBmFC8O/rg==
34613473
optionalDependencies:
34623474
fsevents "~2.3.2"
34633475

@@ -3744,13 +3756,13 @@ string-width@^1.0.1:
37443756
strip-ansi "^4.0.0"
37453757

37463758
string-width@^4.1.0, string-width@^4.2.0:
3747-
version "4.2.2"
3748-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
3749-
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
3759+
version "4.2.3"
3760+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3761+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
37503762
dependencies:
37513763
emoji-regex "^8.0.0"
37523764
is-fullwidth-code-point "^3.0.0"
3753-
strip-ansi "^6.0.0"
3765+
strip-ansi "^6.0.1"
37543766

37553767
string_decoder@~1.1.1:
37563768
version "1.1.1"
@@ -3773,12 +3785,12 @@ strip-ansi@^4.0.0:
37733785
dependencies:
37743786
ansi-regex "^3.0.0"
37753787

3776-
strip-ansi@^6.0.0:
3777-
version "6.0.0"
3778-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
3779-
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
3788+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3789+
version "6.0.1"
3790+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3791+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
37803792
dependencies:
3781-
ansi-regex "^5.0.0"
3793+
ansi-regex "^5.0.1"
37823794

37833795
strip-comments@^2.0.1:
37843796
version "2.0.1"
@@ -3846,9 +3858,9 @@ tar@^6.0.2, tar@^6.1.0:
38463858
yallist "^4.0.0"
38473859

38483860
terser@^5.0.0:
3849-
version "5.8.0"
3850-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.8.0.tgz#c6d352f91aed85cc6171ccb5e84655b77521d947"
3851-
integrity sha512-f0JH+6yMpneYcRJN314lZrSwu9eKkUFEHLN/kNy8ceh8gaRiLgFPJqrB9HsXjhEGdv4e/ekjTOFxIlL6xlma8A==
3861+
version "5.9.0"
3862+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.9.0.tgz#47d6e629a522963240f2b55fcaa3c99083d2c351"
3863+
integrity sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==
38523864
dependencies:
38533865
commander "^2.20.0"
38543866
source-map "~0.7.2"

0 commit comments

Comments
 (0)