diff --git a/package-lock.json b/package-lock.json index 4080a90d..f21ba92e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-n": "^17.23.2", "eslint-plugin-unicorn": "^62.0.0", "globals": "^16.5.0", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "tshy": "^3.1.0", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0", @@ -3412,9 +3412,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", "bin": { diff --git a/package.json b/package.json index 887206cd..64f48c63 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "eslint-plugin-n": "^17.23.2", "eslint-plugin-unicorn": "^62.0.0", "globals": "^16.5.0", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "tshy": "^3.1.0", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0",