|
12 | 12 | kleur "^4.1.5" |
13 | 13 | yargs "^17.7.2" |
14 | 14 |
|
15 | | -"@astrojs/compiler@^2.0.0", "@astrojs/compiler@^2.10.3", "@astrojs/compiler@^2.13.0", "@astrojs/compiler@^2.9.1": |
| 15 | +"@astrojs/compiler@^2.0.0 || ^3.0.0": |
| 16 | + version "3.0.1" |
| 17 | + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-3.0.1.tgz#25c041906cdf8e101a595bf29023e7b21e137e53" |
| 18 | + integrity sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA== |
| 19 | + |
| 20 | +"@astrojs/compiler@^2.10.3", "@astrojs/compiler@^2.13.0", "@astrojs/compiler@^2.9.1": |
16 | 21 | version "2.13.0" |
17 | 22 | resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.13.0.tgz#a40bef3106fff808bd91b41680275a7e28996d63" |
18 | 23 | integrity sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw== |
@@ -1606,17 +1611,17 @@ astring@^1.8.0: |
1606 | 1611 | resolved "https://registry.yarnpkg.com/astring/-/astring-1.9.0.tgz#cc73e6062a7eb03e7d19c22d8b0b3451fd9bfeef" |
1607 | 1612 | integrity sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg== |
1608 | 1613 |
|
1609 | | -astro-eslint-parser@^1.0.2: |
1610 | | - version "1.2.2" |
1611 | | - resolved "https://registry.yarnpkg.com/astro-eslint-parser/-/astro-eslint-parser-1.2.2.tgz#e622776c7ec6819cb248e69aa6291504be92c8c4" |
1612 | | - integrity sha512-JepyLROIad6f44uyqMF6HKE2QbunNzp3mYKRcPoDGt0QkxXmH222FAFC64WTyQu2Kg8NNEXHTN/sWuUId9sSxw== |
| 1614 | +astro-eslint-parser@^1.3.0: |
| 1615 | + version "1.4.0" |
| 1616 | + resolved "https://registry.yarnpkg.com/astro-eslint-parser/-/astro-eslint-parser-1.4.0.tgz#f29d5f50844fd743a6749796cea2de257891876d" |
| 1617 | + integrity sha512-+QDcgc7e+au6EZ0YjMmRRjNoQo5bDMlaR45aWDoFsuxQTCM9qmCHRoiKJPELgckJ8Wmr7vcfpa9eCDHBFh6G4w== |
1613 | 1618 | dependencies: |
1614 | | - "@astrojs/compiler" "^2.0.0" |
| 1619 | + "@astrojs/compiler" "^2.0.0 || ^3.0.0" |
1615 | 1620 | "@typescript-eslint/scope-manager" "^7.0.0 || ^8.0.0" |
1616 | 1621 | "@typescript-eslint/types" "^7.0.0 || ^8.0.0" |
1617 | 1622 | astrojs-compiler-sync "^1.0.0" |
1618 | 1623 | debug "^4.3.4" |
1619 | | - entities "^6.0.0" |
| 1624 | + entities "^7.0.0" |
1620 | 1625 | eslint-scope "^8.0.1" |
1621 | 1626 | eslint-visitor-keys "^4.0.0" |
1622 | 1627 | espree "^10.0.0" |
@@ -2158,6 +2163,11 @@ entities@^6.0.0: |
2158 | 2163 | resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694" |
2159 | 2164 | integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g== |
2160 | 2165 |
|
| 2166 | +entities@^7.0.0: |
| 2167 | + version "7.0.1" |
| 2168 | + resolved "https://registry.yarnpkg.com/entities/-/entities-7.0.1.tgz#26e8a88889db63417dcb9a1e79a3f1bc92b5976b" |
| 2169 | + integrity sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA== |
| 2170 | + |
2161 | 2171 | es-module-lexer@^1.7.0: |
2162 | 2172 | version "1.7.0" |
2163 | 2173 | resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz#9159601561880a85f2734560a9099b2c31e5372a" |
@@ -2237,15 +2247,15 @@ eslint-compat-utils@^0.6.0: |
2237 | 2247 | dependencies: |
2238 | 2248 | semver "^7.5.4" |
2239 | 2249 |
|
2240 | | -eslint-plugin-astro@~1.5.0: |
2241 | | - version "1.5.0" |
2242 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-astro/-/eslint-plugin-astro-1.5.0.tgz#dc4d034a12c34b5133601c2a8927a01a6c55f1bc" |
2243 | | - integrity sha512-IWy4kY3DKTJxd7g652zIWpBGFuxw7NIIt16kyqc8BlhnIKvI8yGJj+Maua0DiNYED3F/D8AmzoTTTA6A95WX9g== |
| 2250 | +eslint-plugin-astro@~1.7.0: |
| 2251 | + version "1.7.0" |
| 2252 | + resolved "https://registry.yarnpkg.com/eslint-plugin-astro/-/eslint-plugin-astro-1.7.0.tgz#edcd1ee47a965f51f095df99d6e25a5d4da00786" |
| 2253 | + integrity sha512-89xpAn528UKCdmyysbg0AHHqi6sqcK89wXnJIpu4F0mFBN03zATEBNK7pRtMfl6gwtMOm5ECXs+Wz5qDHhwTFw== |
2244 | 2254 | dependencies: |
2245 | 2255 | "@eslint-community/eslint-utils" "^4.2.0" |
2246 | 2256 | "@jridgewell/sourcemap-codec" "^1.4.14" |
2247 | 2257 | "@typescript-eslint/types" "^7.7.1 || ^8" |
2248 | | - astro-eslint-parser "^1.0.2" |
| 2258 | + astro-eslint-parser "^1.3.0" |
2249 | 2259 | eslint-compat-utils "^0.6.0" |
2250 | 2260 | globals "^16.0.0" |
2251 | 2261 | postcss "^8.4.14" |
|
0 commit comments