From 5f624720b87dd2d963d007f9011dec8a4ffa2a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:05:41 +0000 Subject: [PATCH] Bump eslint-plugin-astro from 0.33.0 to 0.33.1 Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.33.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.33.0...v0.33.1) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1ae5bb..1ee2d33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4755,9 +4755,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.33.0.tgz", - "integrity": "sha512-Plvj8Kg1/4IbFThzhLSZ+tackLT/BR1VVkrmyDYDScZFxB6AmuTcn9d6SW71QL6xgnEKjGI8mQiTjSq8BdCl7Q==", + "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",