diff --git a/shooting/package-lock.json b/shooting/package-lock.json index 9efaa5e..8e2e96a 100644 --- a/shooting/package-lock.json +++ b/shooting/package-lock.json @@ -13,7 +13,7 @@ "@nrwl/nx-cloud": "*", "@nrwl/workspace": "15.6.3", "nx": "15.6.3", - "prettier": "2.8.4", + "prettier": "2.8.6", "typescript": "4.9.5" } }, @@ -1663,9 +1663,9 @@ } }, "node_modules/prettier": { - "version": "2.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", - "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.6.tgz", + "integrity": "sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -3364,9 +3364,9 @@ "dev": true }, "prettier": { - "version": "2.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", - "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.6.tgz", + "integrity": "sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==", "dev": true }, "proxy-from-env": { diff --git a/shooting/package.json b/shooting/package.json index 58c5b9b..d4b47d5 100644 --- a/shooting/package.json +++ b/shooting/package.json @@ -14,7 +14,7 @@ "@nrwl/nx-cloud": "latest", "nx": "15.6.3", "@nrwl/workspace": "15.6.3", - "prettier": "2.8.4", + "prettier": "2.8.6", "typescript": "4.9.5" } }