diff --git a/package-lock.json b/package-lock.json index 46ad6add9..12af387f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "licensee": "10.0.0", "markdownlint-cli": "0.37.0", "nve": "17.0.0", - "prettier": "3.0.3", + "prettier": "3.1.0", "publint": "0.2.4", "rollup": "4.4.0", "shescape-previous": "npm:shescape@2.0.1", @@ -10619,9 +10619,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 b1d9f2d02..dbdde774e 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "licensee": "10.0.0", "markdownlint-cli": "0.37.0", "nve": "17.0.0", - "prettier": "3.0.3", + "prettier": "3.1.0", "publint": "0.2.4", "rollup": "4.4.0", "shescape-previous": "npm:shescape@2.0.1", diff --git a/script/fuzz.js b/script/fuzz.js index f12248491..11a96df55 100644 --- a/script/fuzz.js +++ b/script/fuzz.js @@ -49,8 +49,8 @@ function logDetails(shell, target, time) { shell === false ? "no shell" : shell === true - ? "the default system shell" - : `${shell}`, + ? "the default system shell" + : `${shell}`, "targeting", target, "\n",