From 5be5d5cadc822bf274398b2c0d05eb1fb90b9f6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:44:47 +0000 Subject: [PATCH] Update dependency prettier to v3.4.2 (#492) 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 a6abf83..a8c698d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-config-stylelint": "21.0.0", "npm-run-all2": "6.2.6", "postcss": "8.4.49", - "prettier": "3.4.1", + "prettier": "3.4.2", "remark-cli": "12.0.1", "stylelint": "16.11.0" }, @@ -4013,9 +4013,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 5492a86..d84f0de 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-config-stylelint": "21.0.0", "npm-run-all2": "6.2.6", "postcss": "8.4.49", - "prettier": "3.4.1", + "prettier": "3.4.2", "remark-cli": "12.0.1", "stylelint": "16.11.0" },