|
111 | 111 | integrity sha512-WvHluhUo+lQvE3I4wUagRpnkHuysB4qSyOQUyIAS9n9PYMJjepzTUD8Jyks0YeXoPD0UGctjqp2u84/b3v6Ydw== |
112 | 112 |
|
113 | 113 | "@typescript-eslint/eslint-plugin@^5.33.1": |
114 | | - version "5.41.0" |
115 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1" |
116 | | - integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA== |
| 114 | + version "5.42.0" |
| 115 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5" |
| 116 | + integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ== |
117 | 117 | dependencies: |
118 | | - "@typescript-eslint/scope-manager" "5.41.0" |
119 | | - "@typescript-eslint/type-utils" "5.41.0" |
120 | | - "@typescript-eslint/utils" "5.41.0" |
| 118 | + "@typescript-eslint/scope-manager" "5.42.0" |
| 119 | + "@typescript-eslint/type-utils" "5.42.0" |
| 120 | + "@typescript-eslint/utils" "5.42.0" |
121 | 121 | debug "^4.3.4" |
122 | 122 | ignore "^5.2.0" |
| 123 | + natural-compare-lite "^1.4.0" |
123 | 124 | regexpp "^3.2.0" |
124 | 125 | semver "^7.3.7" |
125 | 126 | tsutils "^3.21.0" |
|
142 | 143 | "@typescript-eslint/types" "5.41.0" |
143 | 144 | "@typescript-eslint/visitor-keys" "5.41.0" |
144 | 145 |
|
145 | | -"@typescript-eslint/type-utils@5.41.0": |
146 | | - version "5.41.0" |
147 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf" |
148 | | - integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA== |
| 146 | +"@typescript-eslint/scope-manager@5.42.0": |
| 147 | + version "5.42.0" |
| 148 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef" |
| 149 | + integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow== |
149 | 150 | dependencies: |
150 | | - "@typescript-eslint/typescript-estree" "5.41.0" |
151 | | - "@typescript-eslint/utils" "5.41.0" |
| 151 | + "@typescript-eslint/types" "5.42.0" |
| 152 | + "@typescript-eslint/visitor-keys" "5.42.0" |
| 153 | + |
| 154 | +"@typescript-eslint/type-utils@5.42.0": |
| 155 | + version "5.42.0" |
| 156 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca" |
| 157 | + integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg== |
| 158 | + dependencies: |
| 159 | + "@typescript-eslint/typescript-estree" "5.42.0" |
| 160 | + "@typescript-eslint/utils" "5.42.0" |
152 | 161 | debug "^4.3.4" |
153 | 162 | tsutils "^3.21.0" |
154 | 163 |
|
|
157 | 166 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85" |
158 | 167 | integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA== |
159 | 168 |
|
| 169 | +"@typescript-eslint/types@5.42.0": |
| 170 | + version "5.42.0" |
| 171 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a" |
| 172 | + integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw== |
| 173 | + |
160 | 174 | "@typescript-eslint/typescript-estree@5.41.0": |
161 | 175 | version "5.41.0" |
162 | 176 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61" |
|
170 | 184 | semver "^7.3.7" |
171 | 185 | tsutils "^3.21.0" |
172 | 186 |
|
173 | | -"@typescript-eslint/utils@5.41.0": |
174 | | - version "5.41.0" |
175 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9" |
176 | | - integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ== |
| 187 | +"@typescript-eslint/typescript-estree@5.42.0": |
| 188 | + version "5.42.0" |
| 189 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8" |
| 190 | + integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg== |
| 191 | + dependencies: |
| 192 | + "@typescript-eslint/types" "5.42.0" |
| 193 | + "@typescript-eslint/visitor-keys" "5.42.0" |
| 194 | + debug "^4.3.4" |
| 195 | + globby "^11.1.0" |
| 196 | + is-glob "^4.0.3" |
| 197 | + semver "^7.3.7" |
| 198 | + tsutils "^3.21.0" |
| 199 | + |
| 200 | +"@typescript-eslint/utils@5.42.0": |
| 201 | + version "5.42.0" |
| 202 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15" |
| 203 | + integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ== |
177 | 204 | dependencies: |
178 | 205 | "@types/json-schema" "^7.0.9" |
179 | 206 | "@types/semver" "^7.3.12" |
180 | | - "@typescript-eslint/scope-manager" "5.41.0" |
181 | | - "@typescript-eslint/types" "5.41.0" |
182 | | - "@typescript-eslint/typescript-estree" "5.41.0" |
| 207 | + "@typescript-eslint/scope-manager" "5.42.0" |
| 208 | + "@typescript-eslint/types" "5.42.0" |
| 209 | + "@typescript-eslint/typescript-estree" "5.42.0" |
183 | 210 | eslint-scope "^5.1.1" |
184 | 211 | eslint-utils "^3.0.0" |
185 | 212 | semver "^7.3.7" |
|
192 | 219 | "@typescript-eslint/types" "5.41.0" |
193 | 220 | eslint-visitor-keys "^3.3.0" |
194 | 221 |
|
| 222 | +"@typescript-eslint/visitor-keys@5.42.0": |
| 223 | + version "5.42.0" |
| 224 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0" |
| 225 | + integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg== |
| 226 | + dependencies: |
| 227 | + "@typescript-eslint/types" "5.42.0" |
| 228 | + eslint-visitor-keys "^3.3.0" |
| 229 | + |
195 | 230 | "@vscode/test-electron@^2.2.0": |
196 | 231 | version "2.2.0" |
197 | 232 | resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.0.tgz#b90c76b8f076f9cf2d885f14b3c5fc3f586b9419" |
@@ -1486,6 +1521,11 @@ napi-build-utils@^1.0.1: |
1486 | 1521 | resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806" |
1487 | 1522 | integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== |
1488 | 1523 |
|
| 1524 | +natural-compare-lite@^1.4.0: |
| 1525 | + version "1.4.0" |
| 1526 | + resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" |
| 1527 | + integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== |
| 1528 | + |
1489 | 1529 | natural-compare@^1.4.0: |
1490 | 1530 | version "1.4.0" |
1491 | 1531 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
|
0 commit comments