diff --git a/package-lock.json b/package-lock.json index b18856f2..23f8d1b8 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.0", + "prettier": "3.0.1", "semantic-release": "21.0.7", "sinon": "15.2.0" }, @@ -6794,9 +6794,9 @@ } }, "node_modules/prettier": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", - "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz", + "integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index a8afef7e..1870421a 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.0", + "prettier": "3.0.1", "semantic-release": "21.0.7", "sinon": "15.2.0" },