diff --git a/package-lock.json b/package-lock.json index 67397408..28ba2b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "4.0.0", - "prettier": "3.2.0", + "prettier": "3.2.1", "semantic-release": "22.0.12", "sinon": "17.0.1" }, @@ -6787,9 +6787,9 @@ } }, "node_modules/prettier": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.0.tgz", - "integrity": "sha512-/vBUecTGaPlRVwyZVROVC58bYIScqaoEJzZmzQXXrZOzqn0TwWz0EnOozOlFO/YAImRnb7XsKpTCd3m1SjS2Ww==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.1.tgz", + "integrity": "sha512-qSUWshj1IobVbKc226Gw2pync27t0Kf0EdufZa9j7uBSJay1CC+B3K5lAAZoqgX3ASiKuWsk6OmzKRetXNObWg==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 2ac14000..6d1382ce 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "conventional-changelog-eslint": "5.0.0", "conventional-changelog-express": "4.0.0", "conventional-changelog-jshint": "4.0.0", - "prettier": "3.2.0", + "prettier": "3.2.1", "semantic-release": "22.0.12", "sinon": "17.0.1" },