diff --git a/package-lock.json b/package-lock.json index d7fed72d51f28..569c9367d9c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "~9.17.0", "eslint-plugin-import-x": "~4.6.1", "eslint-plugin-no-relative-import-paths": "~1.5.5", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-tailwindcss": "0.6.9" }, "engines": { @@ -19754,11 +19754,10 @@ } }, "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": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index e9ca1e77de2ca..17ceca5084fac 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "~9.17.0", "eslint-plugin-import-x": "~4.6.1", "eslint-plugin-no-relative-import-paths": "~1.5.5", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-tailwindcss": "0.6.9" } }