diff --git a/package-lock.json b/package-lock.json index beb667e1..bdd0725c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/github-slugger": "^2.0.0", "@types/react": "^18.2.23", "@typescript-eslint/parser": "^6.9.1", - "astro-eslint-parser": "^0.15.0", + "astro-eslint-parser": "^0.16.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.50.0", @@ -2117,9 +2117,9 @@ } }, "node_modules/astro-eslint-parser": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.15.0.tgz", - "integrity": "sha512-iC3VvAS/o6TX92Frwp5Yht/AO3a2tQhCnOe9CdbiICwy+ZYTH/ZOiBxeXI2I5qE1YlbtP2wvBLr+SCgwOAEZvg==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.16.0.tgz", + "integrity": "sha512-k9ASvY8pa6qttM+fvNJCILxxjftfNg/ou5cjd25SVHsc7moplezGGM9fgMUyf24SRYt8ShO603oHRDn2KqwxMg==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.0.0", @@ -3343,6 +3343,34 @@ "eslint": ">=7.0.0" } }, + "node_modules/eslint-plugin-astro/node_modules/@astrojs/compiler": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.2.1.tgz", + "integrity": "sha512-NJ1lWKzMkyEjE3W5NpPNAVot4/PLF5om/P6ekxNu3iLS05CaYFTcp7WpYMjdCC252b7wkNVAs45FNkVQ+RHW/g==", + "dev": true + }, + "node_modules/eslint-plugin-astro/node_modules/astro-eslint-parser": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.15.0.tgz", + "integrity": "sha512-iC3VvAS/o6TX92Frwp5Yht/AO3a2tQhCnOe9CdbiICwy+ZYTH/ZOiBxeXI2I5qE1YlbtP2wvBLr+SCgwOAEZvg==", + "dev": true, + "dependencies": { + "@astrojs/compiler": "^2.0.0", + "@typescript-eslint/scope-manager": "^5.0.0", + "@typescript-eslint/types": "^5.0.0", + "astrojs-compiler-sync": "^0.3.0", + "debug": "^4.3.4", + "eslint-visitor-keys": "^3.0.0", + "espree": "^9.0.0", + "semver": "^7.3.8" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ota-meshi" + } + }, "node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", @@ -11769,9 +11797,9 @@ } }, "astro-eslint-parser": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.15.0.tgz", - "integrity": "sha512-iC3VvAS/o6TX92Frwp5Yht/AO3a2tQhCnOe9CdbiICwy+ZYTH/ZOiBxeXI2I5qE1YlbtP2wvBLr+SCgwOAEZvg==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.16.0.tgz", + "integrity": "sha512-k9ASvY8pa6qttM+fvNJCILxxjftfNg/ou5cjd25SVHsc7moplezGGM9fgMUyf24SRYt8ShO603oHRDn2KqwxMg==", "dev": true, "requires": { "@astrojs/compiler": "^2.0.0", @@ -12671,6 +12699,30 @@ "astro-eslint-parser": "^0.15.0", "postcss": "^8.4.14", "postcss-selector-parser": "^6.0.10" + }, + "dependencies": { + "@astrojs/compiler": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.2.1.tgz", + "integrity": "sha512-NJ1lWKzMkyEjE3W5NpPNAVot4/PLF5om/P6ekxNu3iLS05CaYFTcp7WpYMjdCC252b7wkNVAs45FNkVQ+RHW/g==", + "dev": true + }, + "astro-eslint-parser": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.15.0.tgz", + "integrity": "sha512-iC3VvAS/o6TX92Frwp5Yht/AO3a2tQhCnOe9CdbiICwy+ZYTH/ZOiBxeXI2I5qE1YlbtP2wvBLr+SCgwOAEZvg==", + "dev": true, + "requires": { + "@astrojs/compiler": "^2.0.0", + "@typescript-eslint/scope-manager": "^5.0.0", + "@typescript-eslint/types": "^5.0.0", + "astrojs-compiler-sync": "^0.3.0", + "debug": "^4.3.4", + "eslint-visitor-keys": "^3.0.0", + "espree": "^9.0.0", + "semver": "^7.3.8" + } + } } }, "eslint-scope": { diff --git a/package.json b/package.json index ec2084b5..405fd2e7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/github-slugger": "^2.0.0", "@types/react": "^18.2.23", "@typescript-eslint/parser": "^6.9.1", - "astro-eslint-parser": "^0.15.0", + "astro-eslint-parser": "^0.16.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.50.0",