diff --git a/package-lock.json b/package-lock.json index 7306c34b3..42b9b72df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@typescript-eslint/parser": "^6.21.0", "astro": "^4.16.7", "astro-auto-import": "^0.4.4", - "astro-eslint-parser": "^1.0.3", + "astro-eslint-parser": "^1.1.0", "astro-expressive-code": "^0.37.0", "astro-og-canvas": "^0.5.4", "canvaskit-wasm": "^0.39.1", @@ -6015,9 +6015,9 @@ } }, "node_modules/astro-eslint-parser": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-1.0.3.tgz", - "integrity": "sha512-AGsGgcg7Jg9UpyCDgvl/EkdYpe1oMkFdmC2Zl+KWneoieLCtQIFjmcY8yt41gcNx4mby0w8BBJQcBmPuf8UAoQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-1.1.0.tgz", + "integrity": "sha512-F6NW1RJo5pp2kPnnM97M5Ohw8zAGjv83MpxHqfAochH68n/kiXN57+hYaNUCA7XkScoVNr6yzvly3hsY34TGfQ==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.0.0", diff --git a/package.json b/package.json index 98f46b8b8..6631d8669 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "^6.21.0", "astro": "^4.16.7", "astro-auto-import": "^0.4.4", - "astro-eslint-parser": "^1.0.3", + "astro-eslint-parser": "^1.1.0", "astro-expressive-code": "^0.37.0", "astro-og-canvas": "^0.5.4", "canvaskit-wasm": "^0.39.1",