Browse Source

chore(deps-dev): bump eslint-plugin-astro from 0.27.1 to 0.27.2 (#5195)

Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.27.1...v0.27.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
52ef361134
2 changed files with 8 additions and 8 deletions
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -23,7 +23,7 @@
         "eslint": "^8.42.0",
         "eslint-config-xo": "^0.43.1",
         "eslint-config-xo-typescript": "^0.57.0",
-        "eslint-plugin-astro": "^0.27.1",
+        "eslint-plugin-astro": "^0.27.2",
         "eslint-plugin-import": "^2.27.5",
         "eslint-plugin-unicorn": "^47.0.0",
         "fs-extra": "^11.1.1",
@@ -3851,9 +3851,9 @@
       }
     },
     "node_modules/eslint-plugin-astro": {
-      "version": "0.27.1",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.1.tgz",
-      "integrity": "sha512-xt02HVlj5lBoAPzYOKDfVa3swjFr2Vh0Rj6TsInWmfcmQcjEkDMnu9olUAF8Q+LqHr0wQr5z6GmcxJskSqOmjQ==",
+      "version": "0.27.2",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.2.tgz",
+      "integrity": "sha512-MUEkKXvj4onjq9/IyLMfbg8nUjY+SznhHcOvKDnHLgqzGzxUEoaOTR+mPZrDIyqAPC716GxpjsK9MDgoYLPyFA==",
       "dev": true,
       "dependencies": {
         "@eslint-community/eslint-utils": "^4.2.0",
@@ -13932,9 +13932,9 @@
       }
     },
     "eslint-plugin-astro": {
-      "version": "0.27.1",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.1.tgz",
-      "integrity": "sha512-xt02HVlj5lBoAPzYOKDfVa3swjFr2Vh0Rj6TsInWmfcmQcjEkDMnu9olUAF8Q+LqHr0wQr5z6GmcxJskSqOmjQ==",
+      "version": "0.27.2",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.2.tgz",
+      "integrity": "sha512-MUEkKXvj4onjq9/IyLMfbg8nUjY+SznhHcOvKDnHLgqzGzxUEoaOTR+mPZrDIyqAPC716GxpjsK9MDgoYLPyFA==",
       "dev": true,
       "requires": {
         "@eslint-community/eslint-utils": "^4.2.0",

+ 1 - 1
package.json

@@ -71,7 +71,7 @@
     "eslint": "^8.42.0",
     "eslint-config-xo": "^0.43.1",
     "eslint-config-xo-typescript": "^0.57.0",
-    "eslint-plugin-astro": "^0.27.1",
+    "eslint-plugin-astro": "^0.27.2",
     "eslint-plugin-import": "^2.27.5",
     "eslint-plugin-unicorn": "^47.0.0",
     "fs-extra": "^11.1.1",