diff --git a/package-lock.json b/package-lock.json index 68086467..814eca6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "jest": "29.7.0", "jest-snapshot": "29.7.0", "npm-run-all2": "7.0.2", - "prettier": "3.5.2", + "prettier": "3.5.3", "tanem-scripts": "7.0.27", "ts-jest": "29.2.6", "ts-node": "10.9.2", @@ -6592,9 +6592,9 @@ } }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "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 0fe45a94..78c421da 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jest": "29.7.0", "jest-snapshot": "29.7.0", "npm-run-all2": "7.0.2", - "prettier": "3.5.2", + "prettier": "3.5.3", "tanem-scripts": "7.0.27", "ts-jest": "29.2.6", "ts-node": "10.9.2",