diff --git a/apps/api/package.json b/apps/api/package.json index c9b6af98..4aaee1d3 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -21,7 +21,7 @@ "devDependencies": { "bun-types": "latest", "eslint-config-custom": "workspace:*", - "pino-pretty": "11.0.0", + "pino-pretty": "13.0.0", "tsconfig": "workspace:*" }, "main": "src/index.ts", diff --git a/bun.lockb b/bun.lockb index cf890be4..77d34815 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fdbb0ecc..7b11b146 100644 --- a/package.json +++ b/package.json @@ -13,18 +13,18 @@ "format:fix": "prettier --write ." }, "devDependencies": { - "concurrently": "8.2.2", - "eslint": "8.57.0", + "concurrently": "9.1.2", + "eslint": "9.18.0", "eslint-config-custom": "workspace:*", - "eslint-config-prettier": "9.1.0", + "eslint-config-prettier": "10.0.1", "husky": "9.0.11", "lint-staged": "15.2.2", "patch-package": "8.0.0", "playwright": "1.42.1", "prettier": "3.2.5", - "scaffdog": "3.0.0", + "scaffdog": "4.1.0", "tsup": "8.0.2", - "turbo": "1.13.0", + "turbo": "2.3.3", "typescript": "5.4.3" }, "engines": { diff --git a/packages/rehype-image-optimizer/package.json b/packages/rehype-image-optimizer/package.json index e3359921..9d820860 100644 --- a/packages/rehype-image-optimizer/package.json +++ b/packages/rehype-image-optimizer/package.json @@ -30,7 +30,7 @@ "license": "MIT", "devDependencies": { "@types/hast": "3.0.4", - "@types/node": "20.12.2", + "@types/node": "22.10.7", "eslint-config-custom": "workspace:*", "tsconfig": "workspace:*" },