From 52ef3611340f53d9518bc491d23df7f2164fe282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 16:34:54 +0530 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0fc677e4..e9467b95c 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index 636315914..3e5375ad8 100644 --- a/package.json +++ b/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",