From c32a1a9e422ad56c7c876bce9bd024be46309ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:26:58 +0000 Subject: [PATCH] [SECURITY] - Website Dependencies: Bump prettier-plugin-astro in /web Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.0 to 0.12.2. - [Release notes](https://github.com/withastro/prettier-plugin-astro/releases) - [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.12.0...v0.12.2) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 98c5dca..a4d3384 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-astro": "^0.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "prettier": "^3.0.3", - "prettier-plugin-astro": "^0.12.0", + "prettier-plugin-astro": "^0.12.2", "prettier-plugin-tailwindcss": "^0.5.7", "sass": "^1.69.5", "svgo": "^2.8.0", @@ -7908,9 +7908,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.0.tgz", - "integrity": "sha512-8E+9YQR6/5CPZJs8XsfBw579zrwZkc0Wb7x0fRVm/51JC8Iys4lBw4ecV8fHwpbQnzve86TUa4fJ08BJzqfWnA==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz", + "integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", diff --git a/web/package.json b/web/package.json index 54e0525..c0577ef 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "eslint-plugin-astro": "^0.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "prettier": "^3.0.3", - "prettier-plugin-astro": "^0.12.0", + "prettier-plugin-astro": "^0.12.2", "prettier-plugin-tailwindcss": "^0.5.7", "sass": "^1.69.5", "svgo": "^2.8.0",