From a1ecc97906de7b3b804cd4e937fb4e2b8c396904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:59:24 +0000 Subject: [PATCH] Update dependency prettier to v3.4.2 --- 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 2cfc2901..7967711f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-json": "4.0.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "7.2.1", - "prettier": "3.4.1", + "prettier": "3.4.2", "stylelint": "16.11.0", "stylelint-config-standard": "36.0.1", "typescript": "5.7.2", @@ -4518,9 +4518,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 7c5ed7f1..da770fe8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-json": "4.0.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "7.2.1", - "prettier": "3.4.1", + "prettier": "3.4.2", "stylelint": "16.11.0", "stylelint-config-standard": "36.0.1", "typescript": "5.7.2",