Skip to content

Commit 069fd53

Browse files
Update eslint monorepo to v10
1 parent d286c90 commit 069fd53

2 files changed

Lines changed: 108 additions & 77 deletions

File tree

UI/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/eslint-parser": "7.28.6",
6060
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
6161
"@babel/preset-env": "7.29.0",
62-
"@eslint/js": "9.39.3",
62+
"@eslint/js": "10.0.1",
6363
"@pinia/testing": "1.0.3",
6464
"@redocly/cli": "2.19.1",
6565
"@vue/test-utils": "2.4.6",
@@ -79,7 +79,7 @@
7979
"dojo-util": "1.17.3",
8080
"dojo-webpack-plugin": "3.0.9",
8181
"ejs-loader": "0.5.0",
82-
"eslint": "9.39.3",
82+
"eslint": "10.0.2",
8383
"eslint-config-eslint": "13.0.0",
8484
"eslint-config-prettier": "10.1.8",
8585
"eslint-import-resolver-webpack": "0.13.10",

UI/yarn.lock

Lines changed: 106 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,31 +1359,36 @@
13591359
dependencies:
13601360
eslint-visitor-keys "^3.4.3"
13611361

1362-
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.8.0":
1362+
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.8.0":
13631363
version "4.12.1"
13641364
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
13651365
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
13661366

1367-
"@eslint/config-array@^0.21.1":
1368-
version "0.21.1"
1369-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
1370-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
1367+
"@eslint-community/regexpp@^4.12.2":
1368+
version "4.12.2"
1369+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1370+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
1371+
1372+
"@eslint/config-array@^0.23.2":
1373+
version "0.23.2"
1374+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
1375+
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
13711376
dependencies:
1372-
"@eslint/object-schema" "^2.1.7"
1377+
"@eslint/object-schema" "^3.0.2"
13731378
debug "^4.3.1"
1374-
minimatch "^3.1.2"
1379+
minimatch "^10.2.1"
13751380

1376-
"@eslint/config-helpers@^0.4.2":
1377-
version "0.4.2"
1378-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1379-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1381+
"@eslint/config-helpers@^0.5.2":
1382+
version "0.5.2"
1383+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
1384+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
13801385
dependencies:
1381-
"@eslint/core" "^0.17.0"
1386+
"@eslint/core" "^1.1.0"
13821387

1383-
"@eslint/core@^0.17.0":
1384-
version "0.17.0"
1385-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1386-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1388+
"@eslint/core@^1.1.0":
1389+
version "1.1.0"
1390+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
1391+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
13871392
dependencies:
13881393
"@types/json-schema" "^7.0.15"
13891394

@@ -1402,42 +1407,27 @@
14021407
minimatch "^3.1.2"
14031408
strip-json-comments "^3.1.1"
14041409

1405-
"@eslint/eslintrc@^3.3.1":
1406-
version "3.3.1"
1407-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
1408-
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
1409-
dependencies:
1410-
ajv "^6.12.4"
1411-
debug "^4.3.2"
1412-
espree "^10.0.1"
1413-
globals "^14.0.0"
1414-
ignore "^5.2.0"
1415-
import-fresh "^3.2.1"
1416-
js-yaml "^4.1.0"
1417-
minimatch "^3.1.2"
1418-
strip-json-comments "^3.1.1"
1419-
1420-
"@eslint/js@9.39.3":
1421-
version "9.39.3"
1422-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
1423-
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
1410+
"@eslint/js@10.0.1":
1411+
version "10.0.1"
1412+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-10.0.1.tgz#1e8a876f50117af8ab67e47d5ad94d38d6622583"
1413+
integrity sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==
14241414

14251415
"@eslint/js@^9.0.0":
14261416
version "9.38.0"
14271417
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
14281418
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
14291419

1430-
"@eslint/object-schema@^2.1.7":
1431-
version "2.1.7"
1432-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1433-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1420+
"@eslint/object-schema@^3.0.2":
1421+
version "3.0.2"
1422+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
1423+
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
14341424

1435-
"@eslint/plugin-kit@^0.4.1":
1436-
version "0.4.1"
1437-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1438-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1425+
"@eslint/plugin-kit@^0.6.0":
1426+
version "0.6.0"
1427+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
1428+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
14391429
dependencies:
1440-
"@eslint/core" "^0.17.0"
1430+
"@eslint/core" "^1.1.0"
14411431
levn "^0.4.1"
14421432

14431433
"@exodus/bytes@^1.11.0":
@@ -3470,6 +3460,11 @@ acorn@^8.0.4, acorn@^8.11.0, acorn@^8.15.0, acorn@^8.5.0, acorn@^8.9.0:
34703460
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
34713461
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
34723462

3463+
acorn@^8.16.0:
3464+
version "8.16.0"
3465+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
3466+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
3467+
34733468
agent-base@^7.1.0, agent-base@^7.1.2:
34743469
version "7.1.4"
34753470
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
@@ -3506,6 +3501,16 @@ ajv@^6.12.2, ajv@^6.12.4:
35063501
json-schema-traverse "^0.4.1"
35073502
uri-js "^4.2.2"
35083503

3504+
ajv@^6.14.0:
3505+
version "6.14.0"
3506+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
3507+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
3508+
dependencies:
3509+
fast-deep-equal "^3.1.1"
3510+
fast-json-stable-stringify "^2.0.0"
3511+
json-schema-traverse "^0.4.1"
3512+
uri-js "^4.2.2"
3513+
35093514
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.1.0, ajv@^8.4.0, ajv@^8.9.0:
35103515
version "8.17.1"
35113516
resolved "https://registry.yarnpkg.com/@redocly/ajv/-/ajv-8.17.1.tgz#e2b1722cbc8b4cd7e05da14a745d3ddd03293734"
@@ -3797,6 +3802,11 @@ balanced-match@^3.0.1:
37973802
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
37983803
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
37993804

3805+
balanced-match@^4.0.2:
3806+
version "4.0.4"
3807+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
3808+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
3809+
38003810
base64-js@^1.3.1:
38013811
version "1.5.1"
38023812
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -3906,6 +3916,13 @@ brace-expansion@^2.0.1:
39063916
dependencies:
39073917
balanced-match "^1.0.0"
39083918

3919+
brace-expansion@^5.0.2:
3920+
version "5.0.3"
3921+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef"
3922+
integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==
3923+
dependencies:
3924+
balanced-match "^4.0.2"
3925+
39093926
braces@^3.0.3, braces@~3.0.2:
39103927
version "3.0.3"
39113928
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -5578,11 +5595,13 @@ eslint-scope@5.1.1:
55785595
esrecurse "^4.3.0"
55795596
estraverse "^5.2.0"
55805597

5581-
eslint-scope@^8.4.0:
5582-
version "8.4.0"
5583-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
5584-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
5598+
eslint-scope@^9.1.1:
5599+
version "9.1.1"
5600+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
5601+
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
55855602
dependencies:
5603+
"@types/esrecurse" "^4.3.1"
5604+
"@types/estree" "^1.0.8"
55865605
esrecurse "^4.3.0"
55875606
estraverse "^5.2.0"
55885607

@@ -5606,6 +5625,11 @@ eslint-visitor-keys@^4.2.1:
56065625
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
56075626
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
56085627

5628+
eslint-visitor-keys@^5.0.1:
5629+
version "5.0.1"
5630+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
5631+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
5632+
56095633
eslint-webpack-plugin@5.0.2:
56105634
version "5.0.2"
56115635
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.2.tgz#e108f2b44962de8693f460d28042c78df9f9a1d3"
@@ -5618,32 +5642,29 @@ eslint-webpack-plugin@5.0.2:
56185642
normalize-path "^3.0.0"
56195643
schema-utils "^4.3.0"
56205644

5621-
eslint@9.39.3:
5622-
version "9.39.3"
5623-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
5624-
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
5645+
eslint@10.0.2:
5646+
version "10.0.2"
5647+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab"
5648+
integrity sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
56255649
dependencies:
56265650
"@eslint-community/eslint-utils" "^4.8.0"
5627-
"@eslint-community/regexpp" "^4.12.1"
5628-
"@eslint/config-array" "^0.21.1"
5629-
"@eslint/config-helpers" "^0.4.2"
5630-
"@eslint/core" "^0.17.0"
5631-
"@eslint/eslintrc" "^3.3.1"
5632-
"@eslint/js" "9.39.3"
5633-
"@eslint/plugin-kit" "^0.4.1"
5651+
"@eslint-community/regexpp" "^4.12.2"
5652+
"@eslint/config-array" "^0.23.2"
5653+
"@eslint/config-helpers" "^0.5.2"
5654+
"@eslint/core" "^1.1.0"
5655+
"@eslint/plugin-kit" "^0.6.0"
56345656
"@humanfs/node" "^0.16.6"
56355657
"@humanwhocodes/module-importer" "^1.0.1"
56365658
"@humanwhocodes/retry" "^0.4.2"
56375659
"@types/estree" "^1.0.6"
5638-
ajv "^6.12.4"
5639-
chalk "^4.0.0"
5660+
ajv "^6.14.0"
56405661
cross-spawn "^7.0.6"
56415662
debug "^4.3.2"
56425663
escape-string-regexp "^4.0.0"
5643-
eslint-scope "^8.4.0"
5644-
eslint-visitor-keys "^4.2.1"
5645-
espree "^10.4.0"
5646-
esquery "^1.5.0"
5664+
eslint-scope "^9.1.1"
5665+
eslint-visitor-keys "^5.0.1"
5666+
espree "^11.1.1"
5667+
esquery "^1.7.0"
56475668
esutils "^2.0.2"
56485669
fast-deep-equal "^3.1.3"
56495670
file-entry-cache "^8.0.0"
@@ -5653,12 +5674,11 @@ eslint@9.39.3:
56535674
imurmurhash "^0.1.4"
56545675
is-glob "^4.0.0"
56555676
json-stable-stringify-without-jsonify "^1.0.1"
5656-
lodash.merge "^4.6.2"
5657-
minimatch "^3.1.2"
5677+
minimatch "^10.2.1"
56585678
natural-compare "^1.4.0"
56595679
optionator "^0.9.3"
56605680

5661-
espree@^10.0.1, espree@^10.1.0, espree@^10.4.0:
5681+
espree@^10.1.0:
56625682
version "10.4.0"
56635683
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
56645684
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
@@ -5676,6 +5696,15 @@ espree@^10.0.1, espree@^10.1.0, espree@^10.4.0:
56765696
acorn-jsx "^5.3.2"
56775697
eslint-visitor-keys "^5.0.0"
56785698

5699+
espree@^11.1.1:
5700+
version "11.1.1"
5701+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
5702+
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
5703+
dependencies:
5704+
acorn "^8.16.0"
5705+
acorn-jsx "^5.3.2"
5706+
eslint-visitor-keys "^5.0.1"
5707+
56795708
espree@^9.6.0:
56805709
version "9.6.1"
56815710
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -5697,7 +5726,7 @@ esquery@^1.5.0:
56975726
dependencies:
56985727
estraverse "^5.1.0"
56995728

5700-
esquery@^1.6.0:
5729+
esquery@^1.6.0, esquery@^1.7.0:
57015730
version "1.7.0"
57025731
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
57035732
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -6248,11 +6277,6 @@ globals@^13.19.0:
62486277
dependencies:
62496278
type-fest "^0.20.2"
62506279

6251-
globals@^14.0.0:
6252-
version "14.0.0"
6253-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6254-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6255-
62566280
globals@^15.11.0, globals@^15.7.0:
62576281
version "15.15.0"
62586282
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
@@ -7754,7 +7778,7 @@ lodash.memoize@^4.1.2:
77547778
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
77557779
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
77567780

7757-
lodash.merge@^4.6.1, lodash.merge@^4.6.2:
7781+
lodash.merge@^4.6.1:
77587782
version "4.6.2"
77597783
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
77607784
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
@@ -8311,6 +8335,13 @@ minimatch@9.0.1:
83118335
dependencies:
83128336
brace-expansion "^2.0.1"
83138337

8338+
minimatch@^10.2.1:
8339+
version "10.2.2"
8340+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
8341+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
8342+
dependencies:
8343+
brace-expansion "^5.0.2"
8344+
83148345
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
83158346
version "3.1.2"
83168347
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)