From 1bbc13b7aa4182efddd06fedd6bda05cdf6a473e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:42:05 +0000 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-astro from 0.14.0 to 0.14.1 (#348) Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.14.0 to 0.14.1. - [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.14.0...v0.14.1) --- updated-dependencies: - dependency-name: prettier-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 | 22 ++++++++-------------- package.json | 2 +- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e14b5bd..c118757e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "js-yaml": "^4.1.0", "mdast-util-to-string": "^4.0.0", "prettier": "^3.3.3", - "prettier-plugin-astro": "^0.14.0", + "prettier-plugin-astro": "^0.14.1", "reading-time": "^1.5.0", "sharp": "0.33.4", "tailwind-merge": "^2.4.0", @@ -203,9 +203,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.8.1.tgz", - "integrity": "sha512-NGfPAgU/9rvDEwsXu82RI1AxiivaxtEYBK9saW1f+2fTHUUqCJQ27HYtb2akG2QxCmFikgZ9zk26BEWgiHho1Q==" + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.9.2.tgz", + "integrity": "sha512-Vpu0Ffsj8SoV+N0DFHlxxOMKHwSC9059Xy/OlG1t6uFYSoJXxkBC2WyF6igO7x10V+8uJrhOxaXr3nA90kJXow==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.4.1", @@ -9439,12 +9439,12 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.0.tgz", - "integrity": "sha512-7jRGJsexaRIyUzTk8uzXlP45cw6DQ5Ci4bTe0xCBCcuO1Fff8jJy9oI+kRCQKSdDFTSAArMSg8GpvzlKBtSaZA==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz", + "integrity": "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==", "dev": true, "dependencies": { - "@astrojs/compiler": "^1.5.5", + "@astrojs/compiler": "^2.9.1", "prettier": "^3.0.0", "sass-formatter": "^0.7.6" }, @@ -9452,12 +9452,6 @@ "node": "^14.15.0 || >=16.0.0" } }, - "node_modules/prettier-plugin-astro/node_modules/@astrojs/compiler": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.8.2.tgz", - "integrity": "sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==", - "dev": true - }, "node_modules/prismjs": { "version": "1.29.0", "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", diff --git a/package.json b/package.json index 4ce2aaf4..94fde4d1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "js-yaml": "^4.1.0", "mdast-util-to-string": "^4.0.0", "prettier": "^3.3.3", - "prettier-plugin-astro": "^0.14.0", + "prettier-plugin-astro": "^0.14.1", "reading-time": "^1.5.0", "sharp": "0.33.4", "tailwind-merge": "^2.4.0",