diff --git a/package-lock.json b/package-lock.json index e4c2b6b..7692498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "faucet-pipeline-sass": "^1.4.0", "faucet-pipeline-static": "^2.0.0", "npm-run-all": "^4.1.5", - "prettier": "^3.0.0", + "prettier": "^3.1.0", "stylelint": "^15.0.0", "stylelint-config-clean-order": "^5.0.0", "stylelint-config-sass-guidelines": "^10.0.0", @@ -6638,9 +6638,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 327855c..5c18777 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "faucet-pipeline-sass": "^1.4.0", "faucet-pipeline-static": "^2.0.0", "npm-run-all": "^4.1.5", - "prettier": "^3.0.0", + "prettier": "^3.1.0", "stylelint": "^15.0.0", "stylelint-config-clean-order": "^5.0.0", "stylelint-config-sass-guidelines": "^10.0.0",