diff --git a/package-lock.json b/package-lock.json index 5077bab..6879f8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@cspell/dict-npm": "^5.2.4", "cspell": "^10.0.0", "npm-run-all": "^4.1.5", - "prettier": "^3.8.0", + "prettier": "^3.9.5", "prettier-plugin-latex": "^2.0.1", "shx": "^0.4.0" } @@ -2572,9 +2572,9 @@ } }, "node_modules/prettier": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", - "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.5.tgz", + "integrity": "sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 70f113a..76ecf0c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@cspell/dict-npm": "^5.2.4", "cspell": "^10.0.0", "npm-run-all": "^4.1.5", - "prettier": "^3.8.0", + "prettier": "^3.9.5", "prettier-plugin-latex": "^2.0.1", "shx": "^0.4.0" }