From 13afe595185402ae691195f952a0f90a13e7cd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 21:39:44 +0530 Subject: [PATCH] chore(deps): bump eslint-plugin-astro from 1.1.2 to 1.2.0 in /web (#417) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 8157521..4f0b827 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "@types/node": "^20.12.8", "@typescript-eslint/parser": "^7.7.1", "eslint": "^8.57.0", - "eslint-plugin-astro": "^1.0.3", + "eslint-plugin-astro": "^1.2.0", "eslint-plugin-jsx-a11y": "^6.8.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 6a05604..c87fdeb 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -35,8 +35,8 @@ devDependencies: specifier: ^8.57.0 version: 8.57.0 eslint-plugin-astro: - specifier: ^1.0.3 - version: 1.1.2(eslint@8.57.0)(typescript@5.4.5) + specifier: ^1.2.0 + version: 1.2.0(eslint@8.57.0)(typescript@5.4.5) eslint-plugin-jsx-a11y: specifier: ^6.8.0 version: 6.8.0(eslint@8.57.0) @@ -2444,8 +2444,8 @@ packages: semver: 7.6.0 dev: true - /eslint-plugin-astro@1.1.2(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-bVKnu0SH5hMxiw0k/gOpbQxZMztW8EYOv1WnK+ofOP1offosmexbYz087kqZ7kFYe2j7Yoz6UIJxisdjFgdTbw==} + /eslint-plugin-astro@1.2.0(eslint@8.57.0)(typescript@5.4.5): + resolution: {integrity: sha512-Z2b/7a9EUNu8PWch6/fUKXTCj10hrbdVsR1CmUgke5nfrJuej+uUnL5z5hd9/IIWxLdSbk5Fowf/nyfbmhRmDQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.57.0'