|
125 | 125 | tsutils "^3.21.0" |
126 | 126 |
|
127 | 127 | "@typescript-eslint/parser@^5.33.1": |
128 | | - version "5.40.1" |
129 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd" |
130 | | - integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg== |
| 128 | + version "5.41.0" |
| 129 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67" |
| 130 | + integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA== |
131 | 131 | dependencies: |
132 | | - "@typescript-eslint/scope-manager" "5.40.1" |
133 | | - "@typescript-eslint/types" "5.40.1" |
134 | | - "@typescript-eslint/typescript-estree" "5.40.1" |
| 132 | + "@typescript-eslint/scope-manager" "5.41.0" |
| 133 | + "@typescript-eslint/types" "5.41.0" |
| 134 | + "@typescript-eslint/typescript-estree" "5.41.0" |
135 | 135 | debug "^4.3.4" |
136 | 136 |
|
137 | 137 | "@typescript-eslint/scope-manager@5.40.1": |
|
142 | 142 | "@typescript-eslint/types" "5.40.1" |
143 | 143 | "@typescript-eslint/visitor-keys" "5.40.1" |
144 | 144 |
|
| 145 | +"@typescript-eslint/scope-manager@5.41.0": |
| 146 | + version "5.41.0" |
| 147 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf" |
| 148 | + integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ== |
| 149 | + dependencies: |
| 150 | + "@typescript-eslint/types" "5.41.0" |
| 151 | + "@typescript-eslint/visitor-keys" "5.41.0" |
| 152 | + |
145 | 153 | "@typescript-eslint/type-utils@5.40.1": |
146 | 154 | version "5.40.1" |
147 | 155 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601" |
|
157 | 165 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749" |
158 | 166 | integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw== |
159 | 167 |
|
| 168 | +"@typescript-eslint/types@5.41.0": |
| 169 | + version "5.41.0" |
| 170 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85" |
| 171 | + integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA== |
| 172 | + |
160 | 173 | "@typescript-eslint/typescript-estree@5.40.1": |
161 | 174 | version "5.40.1" |
162 | 175 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72" |
|
170 | 183 | semver "^7.3.7" |
171 | 184 | tsutils "^3.21.0" |
172 | 185 |
|
| 186 | +"@typescript-eslint/typescript-estree@5.41.0": |
| 187 | + version "5.41.0" |
| 188 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61" |
| 189 | + integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg== |
| 190 | + dependencies: |
| 191 | + "@typescript-eslint/types" "5.41.0" |
| 192 | + "@typescript-eslint/visitor-keys" "5.41.0" |
| 193 | + debug "^4.3.4" |
| 194 | + globby "^11.1.0" |
| 195 | + is-glob "^4.0.3" |
| 196 | + semver "^7.3.7" |
| 197 | + tsutils "^3.21.0" |
| 198 | + |
173 | 199 | "@typescript-eslint/utils@5.40.1": |
174 | 200 | version "5.40.1" |
175 | 201 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca" |
|
192 | 218 | "@typescript-eslint/types" "5.40.1" |
193 | 219 | eslint-visitor-keys "^3.3.0" |
194 | 220 |
|
| 221 | +"@typescript-eslint/visitor-keys@5.41.0": |
| 222 | + version "5.41.0" |
| 223 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9" |
| 224 | + integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw== |
| 225 | + dependencies: |
| 226 | + "@typescript-eslint/types" "5.41.0" |
| 227 | + eslint-visitor-keys "^3.3.0" |
| 228 | + |
195 | 229 | "@vscode/test-electron@^2.2.0": |
196 | 230 | version "2.2.0" |
197 | 231 | resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.0.tgz#b90c76b8f076f9cf2d885f14b3c5fc3f586b9419" |
|
0 commit comments