diff --git a/package-lock.json b/package-lock.json index 830d9917..c0af6c78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0", - "prettier": "3.0.1", + "prettier": "3.0.2", "semantic-release": "21.0.7", "sinon": "15.2.0" }, @@ -6846,9 +6846,9 @@ } }, "node_modules/prettier": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz", - "integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz", + "integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 1870421a..f58d3767 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0", - "prettier": "3.0.1", + "prettier": "3.0.2", "semantic-release": "21.0.7", "sinon": "15.2.0" },