From b3ddafea96602d65f040c6e6d4bf522fa0bb1537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 02:33:07 +0000 Subject: [PATCH] Build(deps-dev): Bump prettier from 3.5.0 to 3.5.2 Bumps [prettier](https://github.com/prettier/prettier) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.0...3.5.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... 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 32fc711..5521d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "0.4.19", "globals": "15.15.0", - "prettier": "3.5.0", + "prettier": "3.5.2", "prettier-plugin-tailwindcss": "^0.6.11", "typescript": "5.7.3", "typescript-eslint": "8.24.0", @@ -3370,9 +3370,9 @@ } }, "node_modules/prettier": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz", - "integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", + "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index f256016..f486ca5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "0.4.19", "globals": "15.15.0", - "prettier": "3.5.0", + "prettier": "3.5.2", "prettier-plugin-tailwindcss": "^0.6.11", "typescript": "5.7.3", "typescript-eslint": "8.24.0",