|
113 | 113 | resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
|
114 | 114 | integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
|
115 | 115 |
|
116 |
| -"@typescript-eslint/eslint-plugin@^7.16.1": |
117 |
| - version "7.16.1" |
118 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.1.tgz#f5f5da52db674b1f2cdb9d5f3644e5b2ec750465" |
119 |
| - integrity sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A== |
| 116 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 117 | + version "8.0.0" |
| 118 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56" |
| 119 | + integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg== |
120 | 120 | dependencies:
|
121 | 121 | "@eslint-community/regexpp" "^4.10.0"
|
122 |
| - "@typescript-eslint/scope-manager" "7.16.1" |
123 |
| - "@typescript-eslint/type-utils" "7.16.1" |
124 |
| - "@typescript-eslint/utils" "7.16.1" |
125 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 122 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 123 | + "@typescript-eslint/type-utils" "8.0.0" |
| 124 | + "@typescript-eslint/utils" "8.0.0" |
| 125 | + "@typescript-eslint/visitor-keys" "8.0.0" |
126 | 126 | graphemer "^1.4.0"
|
127 | 127 | ignore "^5.3.1"
|
128 | 128 | natural-compare "^1.4.0"
|
129 | 129 | ts-api-utils "^1.3.0"
|
130 | 130 |
|
131 |
| -"@typescript-eslint/parser@^7.16.1": |
132 |
| - version "7.16.1" |
133 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.1.tgz#84c581cf86c8b2becd48d33ddc41a6303d57b274" |
134 |
| - integrity sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA== |
| 131 | +"@typescript-eslint/parser@^8.0.0": |
| 132 | + version "8.0.0" |
| 133 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d" |
| 134 | + integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ== |
135 | 135 | dependencies:
|
136 |
| - "@typescript-eslint/scope-manager" "7.16.1" |
137 |
| - "@typescript-eslint/types" "7.16.1" |
138 |
| - "@typescript-eslint/typescript-estree" "7.16.1" |
139 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 136 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 137 | + "@typescript-eslint/types" "8.0.0" |
| 138 | + "@typescript-eslint/typescript-estree" "8.0.0" |
| 139 | + "@typescript-eslint/visitor-keys" "8.0.0" |
140 | 140 | debug "^4.3.4"
|
141 | 141 |
|
142 | 142 | "@typescript-eslint/[email protected]":
|
|
147 | 147 | "@typescript-eslint/types" "5.62.0"
|
148 | 148 | "@typescript-eslint/visitor-keys" "5.62.0"
|
149 | 149 |
|
150 |
| -"@typescript-eslint/scope-manager@7.16.1": |
151 |
| - version "7.16.1" |
152 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.1.tgz#2b43041caabf8ddd74512b8b550b9fc53ca3afa1" |
153 |
| - integrity sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw== |
| 150 | +"@typescript-eslint/scope-manager@8.0.0": |
| 151 | + version "8.0.0" |
| 152 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118" |
| 153 | + integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw== |
154 | 154 | dependencies:
|
155 |
| - "@typescript-eslint/types" "7.16.1" |
156 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 155 | + "@typescript-eslint/types" "8.0.0" |
| 156 | + "@typescript-eslint/visitor-keys" "8.0.0" |
157 | 157 |
|
158 |
| -"@typescript-eslint/type-utils@7.16.1": |
159 |
| - version "7.16.1" |
160 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.1.tgz#4d7ae4f3d9e3c8cbdabae91609b1a431de6aa6ca" |
161 |
| - integrity sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA== |
| 158 | +"@typescript-eslint/type-utils@8.0.0": |
| 159 | + version "8.0.0" |
| 160 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884" |
| 161 | + integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg== |
162 | 162 | dependencies:
|
163 |
| - "@typescript-eslint/typescript-estree" "7.16.1" |
164 |
| - "@typescript-eslint/utils" "7.16.1" |
| 163 | + "@typescript-eslint/typescript-estree" "8.0.0" |
| 164 | + "@typescript-eslint/utils" "8.0.0" |
165 | 165 | debug "^4.3.4"
|
166 | 166 | ts-api-utils "^1.3.0"
|
167 | 167 |
|
|
170 | 170 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
171 | 171 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
172 | 172 |
|
173 |
| -"@typescript-eslint/types@7.16.1": |
174 |
| - version "7.16.1" |
175 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.1.tgz#bbab066276d18e398bc64067b23f1ce84dfc6d8c" |
176 |
| - integrity sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ== |
| 173 | +"@typescript-eslint/types@8.0.0": |
| 174 | + version "8.0.0" |
| 175 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18" |
| 176 | + integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw== |
177 | 177 |
|
178 | 178 | "@typescript-eslint/[email protected]":
|
179 | 179 | version "5.62.0"
|
|
188 | 188 | semver "^7.3.7"
|
189 | 189 | tsutils "^3.21.0"
|
190 | 190 |
|
191 |
| -"@typescript-eslint/typescript-estree@7.16.1": |
192 |
| - version "7.16.1" |
193 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz#9b145ba4fd1dde1986697e1ce57dc501a1736dd3" |
194 |
| - integrity sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ== |
| 191 | +"@typescript-eslint/typescript-estree@8.0.0": |
| 192 | + version "8.0.0" |
| 193 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6" |
| 194 | + integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg== |
195 | 195 | dependencies:
|
196 |
| - "@typescript-eslint/types" "7.16.1" |
197 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 196 | + "@typescript-eslint/types" "8.0.0" |
| 197 | + "@typescript-eslint/visitor-keys" "8.0.0" |
198 | 198 | debug "^4.3.4"
|
199 | 199 | globby "^11.1.0"
|
200 | 200 | is-glob "^4.0.3"
|
201 | 201 | minimatch "^9.0.4"
|
202 | 202 | semver "^7.6.0"
|
203 | 203 | ts-api-utils "^1.3.0"
|
204 | 204 |
|
205 |
| -"@typescript-eslint/utils@7.16.1": |
206 |
| - version "7.16.1" |
207 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.1.tgz#df42dc8ca5a4603016fd102db0346cdab415cdb7" |
208 |
| - integrity sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA== |
| 205 | +"@typescript-eslint/utils@8.0.0": |
| 206 | + version "8.0.0" |
| 207 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99" |
| 208 | + integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q== |
209 | 209 | dependencies:
|
210 | 210 | "@eslint-community/eslint-utils" "^4.4.0"
|
211 |
| - "@typescript-eslint/scope-manager" "7.16.1" |
212 |
| - "@typescript-eslint/types" "7.16.1" |
213 |
| - "@typescript-eslint/typescript-estree" "7.16.1" |
| 211 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 212 | + "@typescript-eslint/types" "8.0.0" |
| 213 | + "@typescript-eslint/typescript-estree" "8.0.0" |
214 | 214 |
|
215 | 215 | "@typescript-eslint/utils@^5.10.0":
|
216 | 216 | version "5.62.0"
|
|
234 | 234 | "@typescript-eslint/types" "5.62.0"
|
235 | 235 | eslint-visitor-keys "^3.3.0"
|
236 | 236 |
|
237 |
| -"@typescript-eslint/visitor-keys@7.16.1": |
238 |
| - version "7.16.1" |
239 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.1.tgz#4287bcf44c34df811ff3bb4d269be6cfc7d8c74b" |
240 |
| - integrity sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg== |
| 237 | +"@typescript-eslint/visitor-keys@8.0.0": |
| 238 | + version "8.0.0" |
| 239 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3" |
| 240 | + integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA== |
241 | 241 | dependencies:
|
242 |
| - "@typescript-eslint/types" "7.16.1" |
| 242 | + "@typescript-eslint/types" "8.0.0" |
243 | 243 | eslint-visitor-keys "^3.4.3"
|
244 | 244 |
|
245 | 245 | "@ungap/structured-clone@^1.2.0":
|
|
0 commit comments