diff --git a/package-lock.json b/package-lock.json index 0c7fed4..644da31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "es-main": "^1.2.0", "eslint": "^8.32.0", "eslint-config-planet": "^20.0.3", - "eslint-plugin-astro": "^0.23.0", + "eslint-plugin-astro": "^0.24.0", "eslint-plugin-mdx": "^2.0.5", "eslint-plugin-react": "^7.32.1", "fs-extra": "^11.1.0", @@ -1737,12 +1737,13 @@ "dev": true }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.49.0", + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz", + "integrity": "sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==", "dev": true, - "license": "MIT", "dependencies": { - "@typescript-eslint/types": "5.49.0", - "@typescript-eslint/visitor-keys": "5.49.0" + "@typescript-eslint/types": "5.54.1", + "@typescript-eslint/visitor-keys": "5.54.1" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1753,9 +1754,10 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.49.0", + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.54.1.tgz", + "integrity": "sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==", "dev": true, - "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -1765,11 +1767,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.49.0", + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz", + "integrity": "sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==", "dev": true, - "license": "MIT", "dependencies": { - "@typescript-eslint/types": "5.49.0", + "@typescript-eslint/types": "5.54.1", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -2177,9 +2180,10 @@ } }, "node_modules/astro-eslint-parser": { - "version": "0.11.0", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.12.0.tgz", + "integrity": "sha512-1r8TXPHoUk6OSNzeGOGpklmPedleYVpZU50jIPfsQjzrGMs+XpCSCc8+AATnKraPYnTvkmNClhjafSY6w3H90g==", "dev": true, - "license": "MIT", "dependencies": { "@astrojs/compiler": "^1.0.0", "@typescript-eslint/scope-manager": "^5.48.2", @@ -2277,8 +2281,9 @@ }, "node_modules/astrojs-compiler-sync": { "version": "0.3.1", + "resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.1.tgz", + "integrity": "sha512-IzPuzkwdiRIZoBhCTuFhuBMWVESXgthTdwQ24QS8LvLargcWAA4E21KmZo4wimsmOG5vj4KKs9QFpy9zhXuo9Q==", "dev": true, - "license": "MIT", "dependencies": { "synckit": "^0.8.0" }, @@ -3612,13 +3617,14 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "0.23.0", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.24.0.tgz", + "integrity": "sha512-oRGBMZPAFHhAHD8cyZez4OA5LRkgxLA+RtCIInC4nzw8thO/uojMdKXDri+sy2IFsGcu2PpOw70Uik0U5/izug==", "dev": true, - "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.14", "@typescript-eslint/types": "^5.25.0", - "astro-eslint-parser": "^0.11.0", + "astro-eslint-parser": "^0.12.0", "eslint-utils": "^3.0.0", "postcss": "^8.4.14", "postcss-selector-parser": "^6.0.10" diff --git a/package.json b/package.json index e657adc..55b16c3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "es-main": "^1.2.0", "eslint": "^8.32.0", "eslint-config-planet": "^20.0.3", - "eslint-plugin-astro": "^0.23.0", + "eslint-plugin-astro": "^0.24.0", "eslint-plugin-mdx": "^2.0.5", "eslint-plugin-react": "^7.32.1", "fs-extra": "^11.1.0",