From cdb26a85c4838da804c98f89e3bf68848c80deb4 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:45:19 +0100 Subject: [PATCH] chore(deps): update prettier to 3.1.1 --- dist/index.js | 8 ++++---- index.js | 8 ++++---- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dist/index.js b/dist/index.js index e74360e84..84b80de7b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -74506,10 +74506,10 @@ const lockHash = () => { const lockFilename = useYarn() ? yarnFilename : usePnpm() - ? pnpmLockFilename - : useNpm() - ? packageLockFilename - : noLockFile() + ? pnpmLockFilename + : useNpm() + ? packageLockFilename + : noLockFile() const fileHash = hasha.fromFileSync(lockFilename) debug(`Hash from file ${lockFilename} is ${fileHash}`) return fileHash diff --git a/index.js b/index.js index a1743a42c..ceaf31323 100644 --- a/index.js +++ b/index.js @@ -110,10 +110,10 @@ const lockHash = () => { const lockFilename = useYarn() ? yarnFilename : usePnpm() - ? pnpmLockFilename - : useNpm() - ? packageLockFilename - : noLockFile() + ? pnpmLockFilename + : useNpm() + ? packageLockFilename + : noLockFile() const fileHash = hasha.fromFileSync(lockFilename) debug(`Hash from file ${lockFilename} is ${fileHash}`) return fileHash diff --git a/package-lock.json b/package-lock.json index 3c307f013..878d9fa27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@vercel/ncc": "0.38.1", "husky": "8.0.3", "markdown-link-check": "3.11.1", - "prettier": "3.0.3" + "prettier": "3.1.1" } }, "node_modules/@actions/cache": { @@ -1341,9 +1341,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.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -2565,9 +2565,9 @@ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" }, "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.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "dev": true }, "process": { diff --git a/package.json b/package.json index a5fa2947f..022ecf9e3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@vercel/ncc": "0.38.1", "husky": "8.0.3", "markdown-link-check": "3.11.1", - "prettier": "3.0.3" + "prettier": "3.1.1" }, "publishConfig": { "access": "public"