Skip to content

Commit ee16ce8

Browse files
build(deps-dev): bump eslint from 8.26.0 to 8.54.0 (#1855)
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.54.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.26.0...v8.54.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 304dc7f commit ee16ce8

File tree

2 files changed

+104
-100
lines changed

2 files changed

+104
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"directory-tree": "^3.3.1",
9393
"directory-tree-webpack-plugin": "^1.0.3",
9494
"duplexer": "^0.1.1",
95-
"eslint": "^8.26.0",
95+
"eslint": "^8.54.0",
9696
"eslint-config-prettier": "^9.0.0",
9797
"eslint-plugin-cypress": "^2.15.1",
9898
"eslint-plugin-mdx": "^2.0.5",

yarn.lock

Lines changed: 103 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@aashutoshrathi/word-wrap@^1.2.3":
6+
version "1.2.6"
7+
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
8+
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
9+
510
"@algolia/autocomplete-core@1.5.2":
611
version "1.5.2"
712
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.5.2.tgz#ec0178e07b44fd74a057728ac157291b26cecf37"
@@ -1276,21 +1281,38 @@
12761281
"@docsearch/css" "3.0.0-alpha.50"
12771282
algoliasearch "^4.0.0"
12781283

1279-
"@eslint/eslintrc@^1.3.3":
1280-
version "1.3.3"
1281-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1282-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
1284+
"@eslint-community/eslint-utils@^4.2.0":
1285+
version "4.4.0"
1286+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1287+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1288+
dependencies:
1289+
eslint-visitor-keys "^3.3.0"
1290+
1291+
"@eslint-community/regexpp@^4.6.1":
1292+
version "4.10.0"
1293+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1294+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
1295+
1296+
"@eslint/eslintrc@^2.1.3":
1297+
version "2.1.3"
1298+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
1299+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
12831300
dependencies:
12841301
ajv "^6.12.4"
12851302
debug "^4.3.2"
1286-
espree "^9.4.0"
1287-
globals "^13.15.0"
1303+
espree "^9.6.0"
1304+
globals "^13.19.0"
12881305
ignore "^5.2.0"
12891306
import-fresh "^3.2.1"
12901307
js-yaml "^4.1.0"
12911308
minimatch "^3.1.2"
12921309
strip-json-comments "^3.1.1"
12931310

1311+
"@eslint/js@8.54.0":
1312+
version "8.54.0"
1313+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
1314+
integrity sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==
1315+
12941316
"@hapi/address@2.x.x":
12951317
version "2.1.4"
12961318
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
@@ -1323,24 +1345,24 @@
13231345
dependencies:
13241346
"@hapi/hoek" "^8.3.0"
13251347

1326-
"@humanwhocodes/config-array@^0.11.6":
1327-
version "0.11.6"
1328-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1329-
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
1348+
"@humanwhocodes/config-array@^0.11.13":
1349+
version "0.11.13"
1350+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
1351+
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
13301352
dependencies:
1331-
"@humanwhocodes/object-schema" "^1.2.1"
1353+
"@humanwhocodes/object-schema" "^2.0.1"
13321354
debug "^4.1.1"
1333-
minimatch "^3.0.4"
1355+
minimatch "^3.0.5"
13341356

13351357
"@humanwhocodes/module-importer@^1.0.1":
13361358
version "1.0.1"
13371359
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
13381360
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
13391361

1340-
"@humanwhocodes/object-schema@^1.2.1":
1341-
version "1.2.1"
1342-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
1343-
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
1362+
"@humanwhocodes/object-schema@^2.0.1":
1363+
version "2.0.1"
1364+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
1365+
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
13441366

13451367
"@isaacs/cliui@^8.0.2":
13461368
version "8.0.2"
@@ -2860,6 +2882,11 @@
28602882
dependencies:
28612883
"@types/node" "*"
28622884

2885+
"@ungap/structured-clone@^1.2.0":
2886+
version "1.2.0"
2887+
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
2888+
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
2889+
28632890
"@webassemblyjs/ast@1.11.1":
28642891
version "1.11.1"
28652892
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -3078,6 +3105,11 @@ acorn@^8.0.0, acorn@^8.0.4, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.0:
30783105
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
30793106
integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
30803107

3108+
acorn@^8.9.0:
3109+
version "8.11.2"
3110+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.2.tgz#ca0d78b51895be5390a5903c5b3bdcdaf78ae40b"
3111+
integrity sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==
3112+
30813113
agent-base@6:
30823114
version "6.0.2"
30833115
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -3125,7 +3157,7 @@ ajv@^4.7.0:
31253157
co "^4.6.0"
31263158
json-stable-stringify "^1.0.1"
31273159

3128-
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
3160+
ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
31293161
version "6.12.6"
31303162
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
31313163
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -3135,17 +3167,7 @@ ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
31353167
json-schema-traverse "^0.4.1"
31363168
uri-js "^4.2.2"
31373169

3138-
ajv@^8.0.0, ajv@^8.6.0:
3139-
version "8.8.1"
3140-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.8.1.tgz#e73dd88eeb4b10bbcd82bee136e6fbe801664d18"
3141-
integrity sha512-6CiMNDrzv0ZR916u2T+iRunnD60uWmNn8SkdB44/6stVORUg0aAkWO7PkOhpCmjmW8f2I/G/xnowD66fxGyQJg==
3142-
dependencies:
3143-
fast-deep-equal "^3.1.1"
3144-
json-schema-traverse "^1.0.0"
3145-
require-from-string "^2.0.2"
3146-
uri-js "^4.2.2"
3147-
3148-
ajv@^8.9.0:
3170+
ajv@^8.0.0, ajv@^8.6.0, ajv@^8.9.0:
31493171
version "8.12.0"
31503172
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
31513173
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -5471,84 +5493,76 @@ eslint-scope@5.1.1:
54715493
esrecurse "^4.3.0"
54725494
estraverse "^4.1.1"
54735495

5474-
eslint-scope@^7.1.1:
5475-
version "7.1.1"
5476-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
5477-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
5496+
eslint-scope@^7.2.2:
5497+
version "7.2.2"
5498+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
5499+
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
54785500
dependencies:
54795501
esrecurse "^4.3.0"
54805502
estraverse "^5.2.0"
54815503

5482-
eslint-utils@^3.0.0:
5483-
version "3.0.0"
5484-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
5485-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
5486-
dependencies:
5487-
eslint-visitor-keys "^2.0.0"
5488-
5489-
eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
5504+
eslint-visitor-keys@^2.1.0:
54905505
version "2.1.0"
54915506
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
54925507
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
54935508

5494-
eslint-visitor-keys@^3.3.0:
5495-
version "3.3.0"
5496-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
5497-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
5498-
5499-
eslint@^8.26.0:
5500-
version "8.26.0"
5501-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
5502-
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
5503-
dependencies:
5504-
"@eslint/eslintrc" "^1.3.3"
5505-
"@humanwhocodes/config-array" "^0.11.6"
5509+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
5510+
version "3.4.3"
5511+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
5512+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
5513+
5514+
eslint@^8.54.0:
5515+
version "8.54.0"
5516+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
5517+
integrity sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==
5518+
dependencies:
5519+
"@eslint-community/eslint-utils" "^4.2.0"
5520+
"@eslint-community/regexpp" "^4.6.1"
5521+
"@eslint/eslintrc" "^2.1.3"
5522+
"@eslint/js" "8.54.0"
5523+
"@humanwhocodes/config-array" "^0.11.13"
55065524
"@humanwhocodes/module-importer" "^1.0.1"
55075525
"@nodelib/fs.walk" "^1.2.8"
5508-
ajv "^6.10.0"
5526+
"@ungap/structured-clone" "^1.2.0"
5527+
ajv "^6.12.4"
55095528
chalk "^4.0.0"
55105529
cross-spawn "^7.0.2"
55115530
debug "^4.3.2"
55125531
doctrine "^3.0.0"
55135532
escape-string-regexp "^4.0.0"
5514-
eslint-scope "^7.1.1"
5515-
eslint-utils "^3.0.0"
5516-
eslint-visitor-keys "^3.3.0"
5517-
espree "^9.4.0"
5518-
esquery "^1.4.0"
5533+
eslint-scope "^7.2.2"
5534+
eslint-visitor-keys "^3.4.3"
5535+
espree "^9.6.1"
5536+
esquery "^1.4.2"
55195537
esutils "^2.0.2"
55205538
fast-deep-equal "^3.1.3"
55215539
file-entry-cache "^6.0.1"
55225540
find-up "^5.0.0"
55235541
glob-parent "^6.0.2"
5524-
globals "^13.15.0"
5525-
grapheme-splitter "^1.0.4"
5542+
globals "^13.19.0"
5543+
graphemer "^1.4.0"
55265544
ignore "^5.2.0"
5527-
import-fresh "^3.0.0"
55285545
imurmurhash "^0.1.4"
55295546
is-glob "^4.0.0"
55305547
is-path-inside "^3.0.3"
5531-
js-sdsl "^4.1.4"
55325548
js-yaml "^4.1.0"
55335549
json-stable-stringify-without-jsonify "^1.0.1"
55345550
levn "^0.4.1"
55355551
lodash.merge "^4.6.2"
55365552
minimatch "^3.1.2"
55375553
natural-compare "^1.4.0"
5538-
optionator "^0.9.1"
5539-
regexpp "^3.2.0"
5554+
optionator "^0.9.3"
55405555
strip-ansi "^6.0.1"
5541-
strip-json-comments "^3.1.0"
55425556
text-table "^0.2.0"
55435557

5544-
espree@^9.4.0:
5545-
version "9.4.0"
5546-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
5547-
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
5558+
espree@^9.4.0, espree@^9.6.0, espree@^9.6.1:
5559+
version "9.6.1"
5560+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
5561+
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
55485562
dependencies:
5549-
acorn "^8.8.0"
5563+
acorn "^8.9.0"
55505564
acorn-jsx "^5.3.2"
5551-
eslint-visitor-keys "^3.3.0"
5565+
eslint-visitor-keys "^3.4.1"
55525566

55535567
esprima@^4.0.0, esprima@^4.0.1:
55545568
version "4.0.1"
@@ -5560,10 +5574,10 @@ espurify@^2.0.1:
55605574
resolved "https://registry.yarnpkg.com/espurify/-/espurify-2.0.1.tgz#c25b3bb613863daa142edcca052370a1a459f41d"
55615575
integrity sha512-7w/dUrReI/QbJFHRwfomTlkQOXaB1NuCrBRn5Y26HXn5gvh18/19AgLbayVrNxXQfkckvgrJloWyvZDuJ7dhEA==
55625576

5563-
esquery@^1.4.0:
5564-
version "1.4.0"
5565-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
5566-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
5577+
esquery@^1.4.2:
5578+
version "1.5.0"
5579+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
5580+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
55675581
dependencies:
55685582
estraverse "^5.1.0"
55695583

@@ -6301,7 +6315,7 @@ globals@^11.1.0:
63016315
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
63026316
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
63036317

6304-
globals@^13.15.0, globals@^13.20.0:
6318+
globals@^13.19.0, globals@^13.20.0:
63056319
version "13.23.0"
63066320
resolved "https://registry.yarnpkg.com/globals/-/globals-13.23.0.tgz#ef31673c926a0976e1f61dab4dca57e0c0a8af02"
63076321
integrity sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==
@@ -6341,10 +6355,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
63416355
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
63426356
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
63436357

6344-
grapheme-splitter@^1.0.4:
6345-
version "1.0.4"
6346-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
6347-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
6358+
graphemer@^1.4.0:
6359+
version "1.4.0"
6360+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
6361+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
63486362

63496363
gzip-size@^6.0.0:
63506364
version "6.0.0"
@@ -6849,7 +6863,7 @@ immutable@^4.0.0:
68496863
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
68506864
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
68516865

6852-
import-fresh@^3.0.0, import-fresh@^3.2.1:
6866+
import-fresh@^3.2.1:
68536867
version "3.2.2"
68546868
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
68556869
integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==
@@ -7771,11 +7785,6 @@ js-cookie@^2.2.1:
77717785
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.2.1.tgz#69e106dc5d5806894562902aa5baec3744e9b2b8"
77727786
integrity sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==
77737787

7774-
js-sdsl@^4.1.4:
7775-
version "4.1.4"
7776-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
7777-
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
7778-
77797788
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
77807789
version "4.0.0"
77817790
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -9299,7 +9308,7 @@ minimalistic-assert@^1.0.0:
92999308
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
93009309
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
93019310

9302-
minimatch@^3.0.4, minimatch@^3.1.2:
9311+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
93039312
version "3.1.2"
93049313
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
93059314
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -9730,17 +9739,17 @@ optionator@^0.8.1:
97309739
type-check "~0.3.2"
97319740
word-wrap "~1.2.3"
97329741

9733-
optionator@^0.9.1:
9734-
version "0.9.1"
9735-
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
9736-
integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
9742+
optionator@^0.9.1, optionator@^0.9.3:
9743+
version "0.9.3"
9744+
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
9745+
integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==
97379746
dependencies:
9747+
"@aashutoshrathi/word-wrap" "^1.2.3"
97389748
deep-is "^0.1.3"
97399749
fast-levenshtein "^2.0.6"
97409750
levn "^0.4.1"
97419751
prelude-ls "^1.2.1"
97429752
type-check "^0.4.0"
9743-
word-wrap "^1.2.3"
97449753

97459754
ospath@^1.2.2:
97469755
version "1.2.2"
@@ -11131,11 +11140,6 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.1, regexp.prototype.f
1113111140
define-properties "^1.1.3"
1113211141
functions-have-names "^1.2.2"
1113311142

11134-
regexpp@^3.2.0:
11135-
version "3.2.0"
11136-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
11137-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
11138-
1113911143
regexpu-core@^5.1.0:
1114011144
version "5.1.0"
1114111145
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.1.0.tgz#2f8504c3fd0ebe11215783a41541e21c79942c6d"
@@ -12324,7 +12328,7 @@ strip-indent@^3.0.0:
1232412328
dependencies:
1232512329
min-indent "^1.0.0"
1232612330

12327-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1, strip-json-comments@~3.1.1:
12331+
strip-json-comments@^3.1.1, strip-json-comments@~3.1.1:
1232812332
version "3.1.1"
1232912333
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1233012334
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -13691,7 +13695,7 @@ wildcard@^2.0.0:
1369113695
resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"
1369213696
integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==
1369313697

13694-
word-wrap@^1.2.3, word-wrap@~1.2.3:
13698+
word-wrap@~1.2.3:
1369513699
version "1.2.3"
1369613700
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
1369713701
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==

0 commit comments

Comments
 (0)