From c9654d49fa5f534411021c7a5dc87938806a7488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:13:11 +0000 Subject: [PATCH] Bump the npm group with 1 update Bumps the npm group with 1 update: [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro). Updates `eslint-plugin-astro` from 0.32.0 to 0.33.1 - [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.32.0...v0.33.1) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ab5ad..d91924c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "eslint": "^8.57.0", - "eslint-plugin-astro": "^0.32.0", + "eslint-plugin-astro": "^0.33.1", "eslint-plugin-jsx-a11y": "^6.8.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", @@ -2979,9 +2979,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.32.0.tgz", - "integrity": "sha512-T8Chx9yG4vrWLCMkQGEbBvUJYSwMVXbw95+EpceFue/jr8JavjYw9A6K1xUxMyycnlWOGMiK7wJ5d/hHNsKBhg==", + "version": "0.33.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.33.1.tgz", + "integrity": "sha512-wVyxAf8Ulmljv5qJQLgspWe17LR4hLXcksIENtUlEC3W7rleBVEKXS+hIqzBfCbpkBLZpl1tsYes1AGpYHd13w==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", diff --git a/package.json b/package.json index 9f63393..43a6cf4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "eslint": "^8.57.0", - "eslint-plugin-astro": "^0.32.0", + "eslint-plugin-astro": "^0.33.1", "eslint-plugin-jsx-a11y": "^6.8.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0",