diff --git a/package-lock.json b/package-lock.json index 4e421db3..6f505bd7 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.0.3", + "prettier": "3.1.0", "semantic-release": "22.0.7", "sinon": "17.0.1" }, @@ -6372,9 +6372,9 @@ } }, "node_modules/prettier": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", - "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index a96c808a..2c56cfbe 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.0.3", + "prettier": "3.1.0", "semantic-release": "22.0.7", "sinon": "17.0.1" },