Skip to content

Commit 4ea3450

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent e6205b6 commit 4ea3450

File tree

2 files changed

+108
-113
lines changed

2 files changed

+108
-113
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/node": "^20.11.10",
3838
"@types/xml2js": "^0.4.11",
39-
"@typescript-eslint/eslint-plugin": "^7.0.0",
40-
"@typescript-eslint/parser": "^7.0.0",
39+
"@typescript-eslint/eslint-plugin": "^8.0.0",
40+
"@typescript-eslint/parser": "^8.0.0",
4141
"eslint": "^8.56.0",
4242
"eslint-plugin-import": "^2.29.1",
4343
"husky": "^9.0.6",

yarn.lock

Lines changed: 106 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
5+
"@eslint-community/eslint-utils@^4.2.0":
66
version "4.4.0"
77
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
88
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
99
dependencies:
1010
eslint-visitor-keys "^3.3.0"
1111

12+
"@eslint-community/eslint-utils@^4.7.0":
13+
version "4.7.0"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
15+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
16+
dependencies:
17+
eslint-visitor-keys "^3.4.3"
18+
1219
"@eslint-community/regexpp@^4.10.0":
1320
version "4.11.0"
1421
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
@@ -108,86 +115,103 @@
108115
dependencies:
109116
"@types/node" "*"
110117

111-
"@typescript-eslint/eslint-plugin@^7.0.0":
112-
version "7.18.0"
113-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
114-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
118+
"@typescript-eslint/eslint-plugin@^8.0.0":
119+
version "8.38.0"
120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
121+
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
115122
dependencies:
116123
"@eslint-community/regexpp" "^4.10.0"
117-
"@typescript-eslint/scope-manager" "7.18.0"
118-
"@typescript-eslint/type-utils" "7.18.0"
119-
"@typescript-eslint/utils" "7.18.0"
120-
"@typescript-eslint/visitor-keys" "7.18.0"
124+
"@typescript-eslint/scope-manager" "8.38.0"
125+
"@typescript-eslint/type-utils" "8.38.0"
126+
"@typescript-eslint/utils" "8.38.0"
127+
"@typescript-eslint/visitor-keys" "8.38.0"
121128
graphemer "^1.4.0"
122-
ignore "^5.3.1"
129+
ignore "^7.0.0"
123130
natural-compare "^1.4.0"
124-
ts-api-utils "^1.3.0"
131+
ts-api-utils "^2.1.0"
125132

126-
"@typescript-eslint/parser@^7.0.0":
127-
version "7.18.0"
128-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
129-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
133+
"@typescript-eslint/parser@^8.0.0":
134+
version "8.38.0"
135+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
136+
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
130137
dependencies:
131-
"@typescript-eslint/scope-manager" "7.18.0"
132-
"@typescript-eslint/types" "7.18.0"
133-
"@typescript-eslint/typescript-estree" "7.18.0"
134-
"@typescript-eslint/visitor-keys" "7.18.0"
138+
"@typescript-eslint/scope-manager" "8.38.0"
139+
"@typescript-eslint/types" "8.38.0"
140+
"@typescript-eslint/typescript-estree" "8.38.0"
141+
"@typescript-eslint/visitor-keys" "8.38.0"
135142
debug "^4.3.4"
136143

137-
"@typescript-eslint/scope-manager@7.18.0":
138-
version "7.18.0"
139-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
140-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
144+
"@typescript-eslint/project-service@8.38.0":
145+
version "8.38.0"
146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
147+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
141148
dependencies:
142-
"@typescript-eslint/types" "7.18.0"
143-
"@typescript-eslint/visitor-keys" "7.18.0"
149+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
150+
"@typescript-eslint/types" "^8.38.0"
151+
debug "^4.3.4"
144152

145-
"@typescript-eslint/type-utils@7.18.0":
146-
version "7.18.0"
147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
148-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
153+
"@typescript-eslint/scope-manager@8.38.0":
154+
version "8.38.0"
155+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
156+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
149157
dependencies:
150-
"@typescript-eslint/typescript-estree" "7.18.0"
151-
"@typescript-eslint/utils" "7.18.0"
152-
debug "^4.3.4"
153-
ts-api-utils "^1.3.0"
158+
"@typescript-eslint/types" "8.38.0"
159+
"@typescript-eslint/visitor-keys" "8.38.0"
154160

155-
"@typescript-eslint/types@7.18.0":
156-
version "7.18.0"
157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
158-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
161+
"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
162+
version "8.38.0"
163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
164+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
159165

160-
"@typescript-eslint/typescript-estree@7.18.0":
161-
version "7.18.0"
162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
163-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
166+
"@typescript-eslint/type-utils@8.38.0":
167+
version "8.38.0"
168+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
169+
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
164170
dependencies:
165-
"@typescript-eslint/types" "7.18.0"
166-
"@typescript-eslint/visitor-keys" "7.18.0"
171+
"@typescript-eslint/types" "8.38.0"
172+
"@typescript-eslint/typescript-estree" "8.38.0"
173+
"@typescript-eslint/utils" "8.38.0"
174+
debug "^4.3.4"
175+
ts-api-utils "^2.1.0"
176+
177+
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
178+
version "8.38.0"
179+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
180+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
181+
182+
"@typescript-eslint/typescript-estree@8.38.0":
183+
version "8.38.0"
184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
185+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
186+
dependencies:
187+
"@typescript-eslint/project-service" "8.38.0"
188+
"@typescript-eslint/tsconfig-utils" "8.38.0"
189+
"@typescript-eslint/types" "8.38.0"
190+
"@typescript-eslint/visitor-keys" "8.38.0"
167191
debug "^4.3.4"
168-
globby "^11.1.0"
192+
fast-glob "^3.3.2"
169193
is-glob "^4.0.3"
170194
minimatch "^9.0.4"
171195
semver "^7.6.0"
172-
ts-api-utils "^1.3.0"
196+
ts-api-utils "^2.1.0"
173197

174-
"@typescript-eslint/utils@7.18.0":
175-
version "7.18.0"
176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
177-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
198+
"@typescript-eslint/utils@8.38.0":
199+
version "8.38.0"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
201+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
178202
dependencies:
179-
"@eslint-community/eslint-utils" "^4.4.0"
180-
"@typescript-eslint/scope-manager" "7.18.0"
181-
"@typescript-eslint/types" "7.18.0"
182-
"@typescript-eslint/typescript-estree" "7.18.0"
203+
"@eslint-community/eslint-utils" "^4.7.0"
204+
"@typescript-eslint/scope-manager" "8.38.0"
205+
"@typescript-eslint/types" "8.38.0"
206+
"@typescript-eslint/typescript-estree" "8.38.0"
183207

184-
"@typescript-eslint/visitor-keys@7.18.0":
185-
version "7.18.0"
186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
187-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
208+
"@typescript-eslint/visitor-keys@8.38.0":
209+
version "8.38.0"
210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
211+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
188212
dependencies:
189-
"@typescript-eslint/types" "7.18.0"
190-
eslint-visitor-keys "^3.4.3"
213+
"@typescript-eslint/types" "8.38.0"
214+
eslint-visitor-keys "^4.2.1"
191215

192216
"@ungap/structured-clone@^1.2.0":
193217
version "1.2.0"
@@ -251,11 +275,6 @@ array-includes@^3.1.8:
251275
get-intrinsic "^1.2.4"
252276
is-string "^1.0.7"
253277

254-
array-union@^2.1.0:
255-
version "2.1.0"
256-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
257-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
258-
259278
array.prototype.findlastindex@^1.2.5:
260279
version "1.2.5"
261280
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
@@ -488,13 +507,6 @@ delayed-stream@~1.0.0:
488507
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
489508
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
490509

491-
dir-glob@^3.0.1:
492-
version "3.0.1"
493-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
494-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
495-
dependencies:
496-
path-type "^4.0.0"
497-
498510
doctrine@^2.1.0:
499511
version "2.1.0"
500512
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -664,6 +676,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
664676
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
665677
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
666678

679+
eslint-visitor-keys@^4.2.1:
680+
version "4.2.1"
681+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
682+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
683+
667684
eslint@^8.56.0:
668685
version "8.57.1"
669686
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -746,16 +763,16 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
746763
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
747764
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
748765

749-
fast-glob@^3.2.9:
750-
version "3.3.2"
751-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
752-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
766+
fast-glob@^3.3.2:
767+
version "3.3.3"
768+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
769+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
753770
dependencies:
754771
"@nodelib/fs.stat" "^2.0.2"
755772
"@nodelib/fs.walk" "^1.2.3"
756773
glob-parent "^5.1.2"
757774
merge2 "^1.3.0"
758-
micromatch "^4.0.4"
775+
micromatch "^4.0.8"
759776

760777
fast-json-stable-stringify@^2.0.0:
761778
version "2.1.0"
@@ -922,18 +939,6 @@ globalthis@^1.0.3:
922939
define-properties "^1.2.1"
923940
gopd "^1.0.1"
924941

925-
globby@^11.1.0:
926-
version "11.1.0"
927-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
928-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
929-
dependencies:
930-
array-union "^2.1.0"
931-
dir-glob "^3.0.1"
932-
fast-glob "^3.2.9"
933-
ignore "^5.2.0"
934-
merge2 "^1.4.1"
935-
slash "^3.0.0"
936-
937942
gopd@^1.0.1:
938943
version "1.0.1"
939944
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -997,10 +1002,10 @@ ignore@^5.2.0:
9971002
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
9981003
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
9991004

1000-
ignore@^5.3.1:
1001-
version "5.3.1"
1002-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1003-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1005+
ignore@^7.0.0:
1006+
version "7.0.5"
1007+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1008+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
10041009

10051010
import-fresh@^3.2.1:
10061011
version "3.3.0"
@@ -1229,15 +1234,15 @@ lodash.merge@^4.6.2:
12291234
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
12301235
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
12311236

1232-
merge2@^1.3.0, merge2@^1.4.1:
1237+
merge2@^1.3.0:
12331238
version "1.4.1"
12341239
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
12351240
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
12361241

1237-
micromatch@^4.0.4:
1238-
version "4.0.7"
1239-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
1240-
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
1242+
micromatch@^4.0.8:
1243+
version "4.0.8"
1244+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1245+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
12411246
dependencies:
12421247
braces "^3.0.3"
12431248
picomatch "^2.3.1"
@@ -1396,11 +1401,6 @@ path-parse@^1.0.7:
13961401
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
13971402
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
13981403

1399-
path-type@^4.0.0:
1400-
version "4.0.0"
1401-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
1402-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
1403-
14041404
picomatch@^2.3.1:
14051405
version "2.3.1"
14061406
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -1557,11 +1557,6 @@ side-channel@^1.0.4:
15571557
get-intrinsic "^1.2.4"
15581558
object-inspect "^1.13.1"
15591559

1560-
slash@^3.0.0:
1561-
version "3.0.0"
1562-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1563-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1564-
15651560
string.prototype.trim@^1.2.9:
15661561
version "1.2.9"
15671562
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"
@@ -1631,10 +1626,10 @@ to-regex-range@^5.0.1:
16311626
dependencies:
16321627
is-number "^7.0.0"
16331628

1634-
ts-api-utils@^1.3.0:
1635-
version "1.3.0"
1636-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
1637-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
1629+
ts-api-utils@^2.1.0:
1630+
version "2.1.0"
1631+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1632+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
16381633

16391634
tsconfig-paths@^3.15.0:
16401635
version "3.15.0"

0 commit comments

Comments
 (0)