From aad2d626a1a1a872148300ce4da531c916a49e10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:05:18 +0000 Subject: [PATCH] chore(deps): update dependency prettier to ^3.4.2 (#4670) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 f022e94d7f..5dfd98b532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "lightningcss": "^1.28.2", "lint-staged": "^15.2.10", "markdownlint-cli2": "^0.15.0", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "prettier-plugin-nginx": "^1.0.3", "prettier-plugin-sh": "^0.14.0", "prettier-plugin-sql": "^0.18.1", @@ -7078,9 +7078,9 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index e2bfb08b76..6bd0f5287a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lightningcss": "^1.28.2", "lint-staged": "^15.2.10", "markdownlint-cli2": "^0.15.0", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "prettier-plugin-nginx": "^1.0.3", "prettier-plugin-sh": "^0.14.0", "prettier-plugin-sql": "^0.18.1",