From 7fb0beef0cc55d2db7a7622f10a8af75d3bcd961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:47:45 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.6.0 --- 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 3343b59e9..344c0ea5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "globals": "16.0.0", "husky": "9.1.7", "markdown-link-check": "3.13.7", - "prettier": "3.5.3" + "prettier": "3.6.0" } }, "node_modules/@actions/cache": { @@ -3325,9 +3325,9 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz", + "integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index f216918fb..22bf9b7d9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "globals": "16.0.0", "husky": "9.1.7", "markdown-link-check": "3.13.7", - "prettier": "3.5.3" + "prettier": "3.6.0" }, "publishConfig": { "access": "public"