diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index e3bdc67c..b43bd065 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -64,7 +64,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "prettier": "^3.1.1", + "prettier": "^3.2.4", "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.3.3", "vite": "^5.0.12", @@ -7076,9 +7076,9 @@ } }, "node_modules/prettier": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", - "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", + "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 43fe108d..c9bddd73 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -70,7 +70,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "prettier": "^3.1.1", + "prettier": "^3.2.4", "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.3.3", "vite": "^5.0.12",