Skip to content

Commit 72376eb

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 9c2d83d commit 72376eb

2 files changed

Lines changed: 79 additions & 123 deletions

File tree

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@trivago/prettier-plugin-sort-imports": "4.3.0",
2727
"@types/react": "18.3.5",
2828
"@types/react-dom": "18.3.0",
29-
"@typescript-eslint/eslint-plugin": "6.21.0",
30-
"@typescript-eslint/parser": "6.21.0",
29+
"@typescript-eslint/eslint-plugin": "8.3.0",
30+
"@typescript-eslint/parser": "8.3.0",
3131
"@vitejs/plugin-react": "4.3.1",
3232
"eslint": "8.57.0",
3333
"eslint-config-productsway": "1.3.3",

frontend/yarn.lock

Lines changed: 77 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
dependencies:
480480
eslint-visitor-keys "^3.3.0"
481481

482-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
482+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
483483
version "4.11.0"
484484
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
485485
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
@@ -891,11 +891,6 @@
891891
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
892892
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
893893

894-
"@types/json-schema@^7.0.12":
895-
version "7.0.15"
896-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
897-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
898-
899894
"@types/json5@^0.0.29":
900895
version "0.0.29"
901896
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -939,96 +934,86 @@
939934
"@types/prop-types" "*"
940935
csstype "^3.0.2"
941936

942-
"@types/semver@^7.5.0":
943-
version "7.5.8"
944-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
945-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
946-
947-
"@typescript-eslint/eslint-plugin@6.21.0":
948-
version "6.21.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
950-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
951-
dependencies:
952-
"@eslint-community/regexpp" "^4.5.1"
953-
"@typescript-eslint/scope-manager" "6.21.0"
954-
"@typescript-eslint/type-utils" "6.21.0"
955-
"@typescript-eslint/utils" "6.21.0"
956-
"@typescript-eslint/visitor-keys" "6.21.0"
957-
debug "^4.3.4"
937+
"@typescript-eslint/eslint-plugin@8.3.0":
938+
version "8.3.0"
939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
940+
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
941+
dependencies:
942+
"@eslint-community/regexpp" "^4.10.0"
943+
"@typescript-eslint/scope-manager" "8.3.0"
944+
"@typescript-eslint/type-utils" "8.3.0"
945+
"@typescript-eslint/utils" "8.3.0"
946+
"@typescript-eslint/visitor-keys" "8.3.0"
958947
graphemer "^1.4.0"
959-
ignore "^5.2.4"
948+
ignore "^5.3.1"
960949
natural-compare "^1.4.0"
961-
semver "^7.5.4"
962-
ts-api-utils "^1.0.1"
963-
964-
"@typescript-eslint/parser@6.21.0":
965-
version "6.21.0"
966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
967-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
968-
dependencies:
969-
"@typescript-eslint/scope-manager" "6.21.0"
970-
"@typescript-eslint/types" "6.21.0"
971-
"@typescript-eslint/typescript-estree" "6.21.0"
972-
"@typescript-eslint/visitor-keys" "6.21.0"
950+
ts-api-utils "^1.3.0"
951+
952+
"@typescript-eslint/parser@8.3.0":
953+
version "8.3.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.3.0.tgz#3c72c32bc909cb91ce3569e7d11d729ad84deafa"
955+
integrity sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==
956+
dependencies:
957+
"@typescript-eslint/scope-manager" "8.3.0"
958+
"@typescript-eslint/types" "8.3.0"
959+
"@typescript-eslint/typescript-estree" "8.3.0"
960+
"@typescript-eslint/visitor-keys" "8.3.0"
973961
debug "^4.3.4"
974962

975-
"@typescript-eslint/scope-manager@6.21.0":
976-
version "6.21.0"
977-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
978-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
963+
"@typescript-eslint/scope-manager@8.3.0":
964+
version "8.3.0"
965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
966+
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
979967
dependencies:
980-
"@typescript-eslint/types" "6.21.0"
981-
"@typescript-eslint/visitor-keys" "6.21.0"
968+
"@typescript-eslint/types" "8.3.0"
969+
"@typescript-eslint/visitor-keys" "8.3.0"
982970

983-
"@typescript-eslint/type-utils@6.21.0":
984-
version "6.21.0"
985-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
986-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
971+
"@typescript-eslint/type-utils@8.3.0":
972+
version "8.3.0"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
974+
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
987975
dependencies:
988-
"@typescript-eslint/typescript-estree" "6.21.0"
989-
"@typescript-eslint/utils" "6.21.0"
976+
"@typescript-eslint/typescript-estree" "8.3.0"
977+
"@typescript-eslint/utils" "8.3.0"
990978
debug "^4.3.4"
991-
ts-api-utils "^1.0.1"
979+
ts-api-utils "^1.3.0"
992980

993-
"@typescript-eslint/types@6.21.0":
994-
version "6.21.0"
995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
996-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
981+
"@typescript-eslint/types@8.3.0":
982+
version "8.3.0"
983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
984+
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
997985

998-
"@typescript-eslint/typescript-estree@6.21.0":
999-
version "6.21.0"
1000-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1001-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
986+
"@typescript-eslint/typescript-estree@8.3.0":
987+
version "8.3.0"
988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
989+
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
1002990
dependencies:
1003-
"@typescript-eslint/types" "6.21.0"
1004-
"@typescript-eslint/visitor-keys" "6.21.0"
991+
"@typescript-eslint/types" "8.3.0"
992+
"@typescript-eslint/visitor-keys" "8.3.0"
1005993
debug "^4.3.4"
1006-
globby "^11.1.0"
994+
fast-glob "^3.3.2"
1007995
is-glob "^4.0.3"
1008-
minimatch "9.0.3"
1009-
semver "^7.5.4"
1010-
ts-api-utils "^1.0.1"
996+
minimatch "^9.0.4"
997+
semver "^7.6.0"
998+
ts-api-utils "^1.3.0"
1011999

1012-
"@typescript-eslint/utils@6.21.0":
1013-
version "6.21.0"
1014-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1015-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1000+
"@typescript-eslint/utils@8.3.0":
1001+
version "8.3.0"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
1003+
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
10161004
dependencies:
10171005
"@eslint-community/eslint-utils" "^4.4.0"
1018-
"@types/json-schema" "^7.0.12"
1019-
"@types/semver" "^7.5.0"
1020-
"@typescript-eslint/scope-manager" "6.21.0"
1021-
"@typescript-eslint/types" "6.21.0"
1022-
"@typescript-eslint/typescript-estree" "6.21.0"
1023-
semver "^7.5.4"
1024-
1025-
"@typescript-eslint/visitor-keys@6.21.0":
1026-
version "6.21.0"
1027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1028-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1029-
dependencies:
1030-
"@typescript-eslint/types" "6.21.0"
1031-
eslint-visitor-keys "^3.4.1"
1006+
"@typescript-eslint/scope-manager" "8.3.0"
1007+
"@typescript-eslint/types" "8.3.0"
1008+
"@typescript-eslint/typescript-estree" "8.3.0"
1009+
1010+
"@typescript-eslint/visitor-keys@8.3.0":
1011+
version "8.3.0"
1012+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
1013+
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
1014+
dependencies:
1015+
"@typescript-eslint/types" "8.3.0"
1016+
eslint-visitor-keys "^3.4.3"
10321017

10331018
"@ungap/structured-clone@^1.2.0":
10341019
version "1.2.0"
@@ -1141,11 +1126,6 @@ array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
11411126
get-intrinsic "^1.2.4"
11421127
is-string "^1.0.7"
11431128

1144-
array-union@^2.1.0:
1145-
version "2.1.0"
1146-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1147-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1148-
11491129
array.prototype.findlast@^1.2.5:
11501130
version "1.2.5"
11511131
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
@@ -1512,13 +1492,6 @@ detect-node-es@^1.1.0:
15121492
resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493"
15131493
integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==
15141494

1515-
dir-glob@^3.0.1:
1516-
version "3.0.1"
1517-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1518-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1519-
dependencies:
1520-
path-type "^4.0.0"
1521-
15221495
doctrine@^2.1.0:
15231496
version "2.1.0"
15241497
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -1950,7 +1923,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
19501923
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
19511924
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
19521925

1953-
fast-glob@^3.2.9:
1926+
fast-glob@^3.3.2:
19541927
version "3.3.2"
19551928
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
19561929
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -2137,18 +2110,6 @@ globalthis@^1.0.3:
21372110
define-properties "^1.2.1"
21382111
gopd "^1.0.1"
21392112

2140-
globby@^11.1.0:
2141-
version "11.1.0"
2142-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2143-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2144-
dependencies:
2145-
array-union "^2.1.0"
2146-
dir-glob "^3.0.1"
2147-
fast-glob "^3.2.9"
2148-
ignore "^5.2.0"
2149-
merge2 "^1.4.1"
2150-
slash "^3.0.0"
2151-
21522113
goober@^2.1.10:
21532114
version "2.1.14"
21542115
resolved "https://registry.yarnpkg.com/goober/-/goober-2.1.14.tgz#4a5c94fc34dc086a8e6035360ae1800005135acd"
@@ -2224,7 +2185,7 @@ ieee754@^1.2.1:
22242185
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
22252186
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
22262187

2227-
ignore@^5.2.0, ignore@^5.2.4:
2188+
ignore@^5.2.0, ignore@^5.3.1:
22282189
version "5.3.2"
22292190
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
22302191
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -2609,7 +2570,7 @@ lru-cache@^5.1.1:
26092570
dependencies:
26102571
yallist "^3.0.2"
26112572

2612-
merge2@^1.3.0, merge2@^1.4.1:
2573+
merge2@^1.3.0:
26132574
version "1.4.1"
26142575
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
26152576
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -2622,20 +2583,20 @@ micromatch@^4.0.4:
26222583
braces "^3.0.3"
26232584
picomatch "^2.3.1"
26242585

2625-
minimatch@9.0.3:
2626-
version "9.0.3"
2627-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2628-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2629-
dependencies:
2630-
brace-expansion "^2.0.1"
2631-
26322586
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26332587
version "3.1.2"
26342588
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
26352589
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
26362590
dependencies:
26372591
brace-expansion "^1.1.7"
26382592

2593+
minimatch@^9.0.4:
2594+
version "9.0.5"
2595+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2596+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2597+
dependencies:
2598+
brace-expansion "^2.0.1"
2599+
26392600
minimist@^1.2.0, minimist@^1.2.6:
26402601
version "1.2.8"
26412602
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -3151,7 +3112,7 @@ semver@^6.3.1:
31513112
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
31523113
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
31533114

3154-
semver@^7.5.4:
3115+
semver@^7.6.0:
31553116
version "7.6.3"
31563117
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
31573118
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -3200,11 +3161,6 @@ side-channel@^1.0.4, side-channel@^1.0.6:
32003161
get-intrinsic "^1.2.4"
32013162
object-inspect "^1.13.1"
32023163

3203-
slash@^3.0.0:
3204-
version "3.0.0"
3205-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
3206-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
3207-
32083164
sonic-boom@^4.0.1:
32093165
version "4.0.1"
32103166
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-4.0.1.tgz#515b7cef2c9290cb362c4536388ddeece07aed30"
@@ -3358,7 +3314,7 @@ to-regex-range@^5.0.1:
33583314
dependencies:
33593315
is-number "^7.0.0"
33603316

3361-
ts-api-utils@^1.0.1:
3317+
ts-api-utils@^1.3.0:
33623318
version "1.3.0"
33633319
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
33643320
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==

0 commit comments

Comments
 (0)