From 79542fcda322d6a3cd87f581b1c4bb18b20ac601 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 13:34:18 +0000 Subject: [PATCH] Update dependency prettier to v3.7.1 --- 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 6200912..1f92055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "jest": "30.2.0", - "prettier": "3.6.2", + "prettier": "3.7.1", "shelljs": "0.10.0", "tanem-scripts": "7.0.27" }, @@ -4096,9 +4096,9 @@ } }, "node_modules/prettier": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", - "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz", + "integrity": "sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index de40820..7b95eac 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "repository": "github:tanem/shelljs-plugin-authors", "devDependencies": { "jest": "30.2.0", - "prettier": "3.6.2", + "prettier": "3.7.1", "shelljs": "0.10.0", "tanem-scripts": "7.0.27" },