diff --git a/package-lock.json b/package-lock.json index 5cc4890..319a130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-sonarjs": "^3.0.5", "eslint-plugin-unicorn": "^62.0.0", "knip": "^5.81.0", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "prettier-plugin-packagejson": "^2.5.20", "tsx": "^4.21.0", "turbo": "^2.7.4", @@ -6710,9 +6710,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "peer": true, diff --git a/package.json b/package.json index 6d30dec..dd5a2a8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-sonarjs": "^3.0.5", "eslint-plugin-unicorn": "^62.0.0", "knip": "^5.81.0", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "prettier-plugin-packagejson": "^2.5.20", "tsx": "^4.21.0", "turbo": "^2.7.4",