diff --git a/package-lock.json b/package-lock.json index 54ad4b7..ebd70ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,9 +13,9 @@ "packages/prettier-plugin-postgresql" ], "devDependencies": { - "prettier": "3.2.5", + "prettier": "3.3.2", "txm": "^8.2.0", - "typescript": "~5.4.2" + "typescript": "~5.5.3" }, "engines": { "node": "^18.0.0 || >=20.0.0", @@ -1303,9 +1303,9 @@ } }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -1569,9 +1569,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 931ada1..17d2507 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "test:workspaces": "npm run --workspaces --if-present test" }, "devDependencies": { - "prettier": "3.2.5", + "prettier": "3.3.2", "txm": "^8.2.0", - "typescript": "~5.4.2" + "typescript": "~5.5.3" } }