From 16786cc8a770563df455754e0aa585ae421e55a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 01:55:04 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.5.3 --- 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 25cd8db0..d4724c06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "lodash": "4.17.21", "markdown-link-check": "3.13.6", "parcel-bundler": "1.12.5", - "prettier": "3.4.2", + "prettier": "3.5.3", "rimraf": "6.0.1", "semantic-release": "17.4.7", "serve": "14.2.4", @@ -16744,9 +16744,9 @@ } }, "node_modules/prettier": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", - "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 649a0c2d..0a7e7eba 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "lodash": "4.17.21", "markdown-link-check": "3.13.6", "parcel-bundler": "1.12.5", - "prettier": "3.4.2", + "prettier": "3.5.3", "rimraf": "6.0.1", "semantic-release": "17.4.7", "serve": "14.2.4",