diff --git a/package-lock.json b/package-lock.json index f00574e..9ebe863 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-jest": "28.11.0", "jest": "29.7.0", "npm-run-all2": "7.0.2", - "prettier": "3.5.1", + "prettier": "3.5.3", "ts-jest": "29.2.5", "typescript": "5.7.3" }, @@ -6630,9 +6630,9 @@ } }, "node_modules/prettier": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", - "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 3478f1d..9c08eed 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-jest": "28.11.0", "jest": "29.7.0", "npm-run-all2": "7.0.2", - "prettier": "3.5.1", + "prettier": "3.5.3", "ts-jest": "29.2.5", "typescript": "5.7.3" },