Skip to content

Commit ea0409d

Browse files
committed
update dependencies
1 parent de3f856 commit ea0409d

File tree

1 file changed

+12
-24
lines changed

1 file changed

+12
-24
lines changed

yarn.lock

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
chalk "^2.0.0"
3131
js-tokens "^4.0.0"
3232

33-
"@eslint/eslintrc@^0.4.1":
34-
version "0.4.1"
35-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
36-
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
33+
"@eslint/eslintrc@^0.4.2":
34+
version "0.4.2"
35+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
36+
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
3737
dependencies:
3838
ajv "^6.12.4"
3939
debug "^4.1.1"
4040
espree "^7.3.0"
41-
globals "^12.1.0"
41+
globals "^13.9.0"
4242
ignore "^4.0.6"
4343
import-fresh "^3.2.1"
4444
js-yaml "^3.13.1"
@@ -400,12 +400,12 @@ eslint-visitor-keys@^2.0.0:
400400
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
401401

402402
eslint@7:
403-
version "7.27.0"
404-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.27.0.tgz#665a1506d8f95655c9274d84bd78f7166b07e9c7"
405-
integrity sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==
403+
version "7.28.0"
404+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
405+
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
406406
dependencies:
407407
"@babel/code-frame" "7.12.11"
408-
"@eslint/eslintrc" "^0.4.1"
408+
"@eslint/eslintrc" "^0.4.2"
409409
ajv "^6.10.0"
410410
chalk "^4.0.0"
411411
cross-spawn "^7.0.2"
@@ -422,7 +422,7 @@ eslint@7:
422422
fast-deep-equal "^3.1.3"
423423
file-entry-cache "^6.0.1"
424424
functional-red-black-tree "^1.0.1"
425-
glob-parent "^5.0.0"
425+
glob-parent "^5.1.2"
426426
globals "^13.6.0"
427427
ignore "^4.0.6"
428428
import-fresh "^3.0.0"
@@ -572,7 +572,7 @@ get-caller-file@^2.0.5:
572572
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
573573
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
574574

575-
glob-parent@^5.0.0, glob-parent@~5.1.0:
575+
glob-parent@^5.1.2, glob-parent@~5.1.0:
576576
version "5.1.2"
577577
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
578578
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -603,14 +603,7 @@ glob@^7.1.3:
603603
once "^1.3.0"
604604
path-is-absolute "^1.0.0"
605605

606-
globals@^12.1.0:
607-
version "12.4.0"
608-
resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8"
609-
integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==
610-
dependencies:
611-
type-fest "^0.8.1"
612-
613-
globals@^13.6.0:
606+
globals@^13.6.0, globals@^13.9.0:
614607
version "13.9.0"
615608
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
616609
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
@@ -1210,11 +1203,6 @@ type-fest@^0.20.2:
12101203
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
12111204
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
12121205

1213-
type-fest@^0.8.1:
1214-
version "0.8.1"
1215-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1216-
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
1217-
12181206
uri-js@^4.2.2:
12191207
version "4.4.1"
12201208
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)