|
108 | 108 | dependencies:
|
109 | 109 | "@types/node" "*"
|
110 | 110 |
|
111 |
| -"@typescript-eslint/eslint-plugin@^7.0.0": |
112 |
| - version "7.16.1" |
113 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.1.tgz#f5f5da52db674b1f2cdb9d5f3644e5b2ec750465" |
114 |
| - integrity sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A== |
| 111 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 112 | + version "8.0.0" |
| 113 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56" |
| 114 | + integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg== |
115 | 115 | dependencies:
|
116 | 116 | "@eslint-community/regexpp" "^4.10.0"
|
117 |
| - "@typescript-eslint/scope-manager" "7.16.1" |
118 |
| - "@typescript-eslint/type-utils" "7.16.1" |
119 |
| - "@typescript-eslint/utils" "7.16.1" |
120 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 117 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 118 | + "@typescript-eslint/type-utils" "8.0.0" |
| 119 | + "@typescript-eslint/utils" "8.0.0" |
| 120 | + "@typescript-eslint/visitor-keys" "8.0.0" |
121 | 121 | graphemer "^1.4.0"
|
122 | 122 | ignore "^5.3.1"
|
123 | 123 | natural-compare "^1.4.0"
|
124 | 124 | ts-api-utils "^1.3.0"
|
125 | 125 |
|
126 |
| -"@typescript-eslint/parser@^7.0.0": |
127 |
| - version "7.16.1" |
128 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.1.tgz#84c581cf86c8b2becd48d33ddc41a6303d57b274" |
129 |
| - integrity sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA== |
| 126 | +"@typescript-eslint/parser@^8.0.0": |
| 127 | + version "8.0.0" |
| 128 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d" |
| 129 | + integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ== |
130 | 130 | dependencies:
|
131 |
| - "@typescript-eslint/scope-manager" "7.16.1" |
132 |
| - "@typescript-eslint/types" "7.16.1" |
133 |
| - "@typescript-eslint/typescript-estree" "7.16.1" |
134 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 131 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 132 | + "@typescript-eslint/types" "8.0.0" |
| 133 | + "@typescript-eslint/typescript-estree" "8.0.0" |
| 134 | + "@typescript-eslint/visitor-keys" "8.0.0" |
135 | 135 | debug "^4.3.4"
|
136 | 136 |
|
137 |
| -"@typescript-eslint/scope-manager@7.16.1": |
138 |
| - version "7.16.1" |
139 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.1.tgz#2b43041caabf8ddd74512b8b550b9fc53ca3afa1" |
140 |
| - integrity sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw== |
| 137 | +"@typescript-eslint/scope-manager@8.0.0": |
| 138 | + version "8.0.0" |
| 139 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118" |
| 140 | + integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw== |
141 | 141 | dependencies:
|
142 |
| - "@typescript-eslint/types" "7.16.1" |
143 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 142 | + "@typescript-eslint/types" "8.0.0" |
| 143 | + "@typescript-eslint/visitor-keys" "8.0.0" |
144 | 144 |
|
145 |
| -"@typescript-eslint/type-utils@7.16.1": |
146 |
| - version "7.16.1" |
147 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.1.tgz#4d7ae4f3d9e3c8cbdabae91609b1a431de6aa6ca" |
148 |
| - integrity sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA== |
| 145 | +"@typescript-eslint/type-utils@8.0.0": |
| 146 | + version "8.0.0" |
| 147 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884" |
| 148 | + integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg== |
149 | 149 | dependencies:
|
150 |
| - "@typescript-eslint/typescript-estree" "7.16.1" |
151 |
| - "@typescript-eslint/utils" "7.16.1" |
| 150 | + "@typescript-eslint/typescript-estree" "8.0.0" |
| 151 | + "@typescript-eslint/utils" "8.0.0" |
152 | 152 | debug "^4.3.4"
|
153 | 153 | ts-api-utils "^1.3.0"
|
154 | 154 |
|
155 |
| -"@typescript-eslint/types@7.16.1": |
156 |
| - version "7.16.1" |
157 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.1.tgz#bbab066276d18e398bc64067b23f1ce84dfc6d8c" |
158 |
| - integrity sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ== |
| 155 | +"@typescript-eslint/types@8.0.0": |
| 156 | + version "8.0.0" |
| 157 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18" |
| 158 | + integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw== |
159 | 159 |
|
160 |
| -"@typescript-eslint/typescript-estree@7.16.1": |
161 |
| - version "7.16.1" |
162 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz#9b145ba4fd1dde1986697e1ce57dc501a1736dd3" |
163 |
| - integrity sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ== |
| 160 | +"@typescript-eslint/typescript-estree@8.0.0": |
| 161 | + version "8.0.0" |
| 162 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6" |
| 163 | + integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg== |
164 | 164 | dependencies:
|
165 |
| - "@typescript-eslint/types" "7.16.1" |
166 |
| - "@typescript-eslint/visitor-keys" "7.16.1" |
| 165 | + "@typescript-eslint/types" "8.0.0" |
| 166 | + "@typescript-eslint/visitor-keys" "8.0.0" |
167 | 167 | debug "^4.3.4"
|
168 | 168 | globby "^11.1.0"
|
169 | 169 | is-glob "^4.0.3"
|
170 | 170 | minimatch "^9.0.4"
|
171 | 171 | semver "^7.6.0"
|
172 | 172 | ts-api-utils "^1.3.0"
|
173 | 173 |
|
174 |
| -"@typescript-eslint/utils@7.16.1": |
175 |
| - version "7.16.1" |
176 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.1.tgz#df42dc8ca5a4603016fd102db0346cdab415cdb7" |
177 |
| - integrity sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA== |
| 174 | +"@typescript-eslint/utils@8.0.0": |
| 175 | + version "8.0.0" |
| 176 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99" |
| 177 | + integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q== |
178 | 178 | dependencies:
|
179 | 179 | "@eslint-community/eslint-utils" "^4.4.0"
|
180 |
| - "@typescript-eslint/scope-manager" "7.16.1" |
181 |
| - "@typescript-eslint/types" "7.16.1" |
182 |
| - "@typescript-eslint/typescript-estree" "7.16.1" |
| 180 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 181 | + "@typescript-eslint/types" "8.0.0" |
| 182 | + "@typescript-eslint/typescript-estree" "8.0.0" |
183 | 183 |
|
184 |
| -"@typescript-eslint/visitor-keys@7.16.1": |
185 |
| - version "7.16.1" |
186 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.1.tgz#4287bcf44c34df811ff3bb4d269be6cfc7d8c74b" |
187 |
| - integrity sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg== |
| 184 | +"@typescript-eslint/visitor-keys@8.0.0": |
| 185 | + version "8.0.0" |
| 186 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3" |
| 187 | + integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA== |
188 | 188 | dependencies:
|
189 |
| - "@typescript-eslint/types" "7.16.1" |
| 189 | + "@typescript-eslint/types" "8.0.0" |
190 | 190 | eslint-visitor-keys "^3.4.3"
|
191 | 191 |
|
192 | 192 | "@ungap/structured-clone@^1.2.0":
|
|
0 commit comments