From 99afbb9656c1d97e2e3005e117441710f54ec30d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 22:26:53 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 36a264f..730e90a 100644 --- a/package.json +++ b/package.json @@ -29,28 +29,28 @@ "compile": "bun build src/index.ts --compile --outfile bin/codew" }, "dependencies": { - "@clack/prompts": "^0.7.0", - "cleye": "^1.3.2", + "@clack/prompts": "^0.11.0", + "cleye": "^1.3.4", "execa": "^8.0.1", "lowdb": "^6.1.1", "mkdirp": "^3.0.1", - "picocolors": "^1.0.0", + "picocolors": "^1.1.1", "slash": "^5.1.0" }, "devDependencies": { "@bisquit/changelogithub-config": "^0.0.9", - "@typescript-eslint/eslint-plugin": "^6.19.1", - "@typescript-eslint/parser": "^6.19.1", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", "@vitest/coverage-v8": "^0.34.6", - "bumpp": "^9.3.0", + "bumpp": "^9.11.1", "concurrently": "^8.2.2", "cross-env": "^7.0.3", - "eslint": "^8.56.0", + "eslint": "^8.57.1", "eslint-plugin-simple-import-sort": "^10.0.0", - "prettier": "^3.2.4", + "prettier": "^3.8.1", "tsup": "^7.2.0", "tsx": "^3.14.0", - "typescript": "^5.3.3", + "typescript": "^5.9.3", "vitest": "^0.34.6" }, "prettier": {