|
332 | 332 | "@angular-devkit/architect" ">= 0.2000.0 < 0.2100.0" |
333 | 333 | "@angular-devkit/core" ">= 20.0.0 < 21.0.0" |
334 | 334 |
|
335 | | -"@angular-eslint/bundled-angular-compiler@20.5.0": |
336 | | - version "20.5.0" |
337 | | - resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.5.0.tgz#b0dd9ffd89f5cb0139741d112bdb228f1ba7a46d" |
338 | | - integrity sha512-XjvSZk+G/4rRUOLHHjlHBeS4OnnsLV9G1YtE5OerBB2H4x6nKgUEzpptad3uuL4iYWI9rGaWMLqGPTvyYqw/IA== |
339 | | - |
340 | 335 | "@angular-eslint/bundled-angular-compiler@20.5.1": |
341 | 336 | version "20.5.1" |
342 | 337 | resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-20.5.1.tgz#34efb036c7ed2034d4783f6f44b925989e55c6a8" |
|
403 | 398 | semver "7.7.3" |
404 | 399 | strip-json-comments "3.1.1" |
405 | 400 |
|
406 | | -"@angular-eslint/template-parser@20.5.0": |
407 | | - version "20.5.0" |
408 | | - resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-20.5.0.tgz#a17bbd7bcff72ee1e13cdf4d786876ea3d0f17ba" |
409 | | - integrity sha512-dWaz2Knjy6yJI5/xVYqp5iu65b725wveMwt1DgJ9EDTZ5gpJcTsvSCW4zQr/6iXfpAZHKPh9LJvVW1svowhtWw== |
| 401 | +"@angular-eslint/template-parser@21.1.0": |
| 402 | + version "21.1.0" |
| 403 | + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-21.1.0.tgz#7af5cff19cf522dfe4182b680d569202c60b54e4" |
| 404 | + integrity sha512-PYVgNbjNtuD5/QOuS6cHR8A7bRqsVqxtUUXGqdv76FYMAajQcAvyfR0QxOkqf3NmYxgNgO3hlUHWq0ILjVbcow== |
410 | 405 | dependencies: |
411 | | - "@angular-eslint/bundled-angular-compiler" "20.5.0" |
412 | | - eslint-scope "^8.0.2" |
| 406 | + "@angular-eslint/bundled-angular-compiler" "21.1.0" |
| 407 | + eslint-scope "^9.0.0" |
413 | 408 |
|
414 | 409 | "@angular-eslint/utils@20.5.1": |
415 | 410 | version "20.5.1" |
|
4076 | 4071 | "@types/estree" "*" |
4077 | 4072 | "@types/json-schema" "*" |
4078 | 4073 |
|
| 4074 | +"@types/esrecurse@^4.3.1": |
| 4075 | + version "4.3.1" |
| 4076 | + resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec" |
| 4077 | + integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw== |
| 4078 | + |
4079 | 4079 | "@types/estree@*", "@types/estree@1.0.8", "@types/estree@^1.0.8": |
4080 | 4080 | version "1.0.8" |
4081 | 4081 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e" |
@@ -7677,11 +7677,13 @@ eslint-scope@^7.2.2: |
7677 | 7677 | esrecurse "^4.3.0" |
7678 | 7678 | estraverse "^5.2.0" |
7679 | 7679 |
|
7680 | | -eslint-scope@^8.0.2: |
7681 | | - version "8.4.0" |
7682 | | - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82" |
7683 | | - integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg== |
| 7680 | +eslint-scope@^9.0.0: |
| 7681 | + version "9.1.0" |
| 7682 | + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.0.tgz#dfcb41d6c0d73df6b977a50cf3e91c41ddb4154e" |
| 7683 | + integrity sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ== |
7684 | 7684 | dependencies: |
| 7685 | + "@types/esrecurse" "^4.3.1" |
| 7686 | + "@types/estree" "^1.0.8" |
7685 | 7687 | esrecurse "^4.3.0" |
7686 | 7688 | estraverse "^5.2.0" |
7687 | 7689 |
|
|
0 commit comments