Skip to content

Commit 0cee7b2

Browse files
committed
chore(deps): update dependency eslint to v8.25.0
1 parent f1e8d78 commit 0cee7b2

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

yarn.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,10 +1486,10 @@
14861486
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
14871487
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
14881488

1489-
"@eslint/eslintrc@^1.3.2":
1490-
version "1.3.2"
1491-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
1492-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
1489+
"@eslint/eslintrc@^1.3.3":
1490+
version "1.3.3"
1491+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1492+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
14931493
dependencies:
14941494
ajv "^6.12.4"
14951495
debug "^4.3.2"
@@ -1502,19 +1502,14 @@
15021502
strip-json-comments "^3.1.1"
15031503

15041504
"@humanwhocodes/config-array@^0.10.5":
1505-
version "0.10.5"
1506-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1507-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
1505+
version "0.10.7"
1506+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
1507+
integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
15081508
dependencies:
15091509
"@humanwhocodes/object-schema" "^1.2.1"
15101510
debug "^4.1.1"
15111511
minimatch "^3.0.4"
15121512

1513-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
1514-
version "1.0.2"
1515-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1516-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1517-
15181513
"@humanwhocodes/module-importer@^1.0.1":
15191514
version "1.0.1"
15201515
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -3745,13 +3740,12 @@ eslint-visitor-keys@^3.3.0:
37453740
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
37463741

37473742
eslint@^8.0.0:
3748-
version "8.24.0"
3749-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
3750-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
3743+
version "8.25.0"
3744+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3745+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
37513746
dependencies:
3752-
"@eslint/eslintrc" "^1.3.2"
3747+
"@eslint/eslintrc" "^1.3.3"
37533748
"@humanwhocodes/config-array" "^0.10.5"
3754-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
37553749
"@humanwhocodes/module-importer" "^1.0.1"
37563750
ajv "^6.10.0"
37573751
chalk "^4.0.0"
@@ -5532,9 +5526,9 @@ jest@^27.0.0:
55325526
jest-cli "^27.5.1"
55335527

55345528
js-sdsl@^4.1.4:
5535-
version "4.1.4"
5536-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
5537-
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
5529+
version "4.1.5"
5530+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.5.tgz#1ff1645e6b4d1b028cd3f862db88c9d887f26e2a"
5531+
integrity sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==
55385532

55395533
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
55405534
version "4.0.0"

0 commit comments

Comments
 (0)