diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53d587e..bdda6b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,15 @@ version: 2 +enable-beta-ecosystems: true updates: - - package-ecosystem: npm + - package-ecosystem: bun directory: "/" schedule: interval: "daily" time: "09:00" timezone: "Asia/Tokyo" + groups: + dependencies: + patterns: + - "*" reviewers: - "kyoya0819" \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 91411d2..9419d3d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c083773..e868b79 100644 --- a/package.json +++ b/package.json @@ -29,21 +29,21 @@ }, "dependencies": { "fast-sort": "^3.4.1", - "uuid": "^11.0.3" + "uuid": "^11.1.0" }, "devDependencies": { "@eslint/compat": "^1.2.7", - "@types/node": "^22.10.2", + "@types/node": "^22.13.5", "@types/uuid": "^10.0.0", - "@typescript-eslint/eslint-plugin": "^8.18.1", - "@typescript-eslint/parser": "^8.18.1", + "@typescript-eslint/eslint-plugin": "^8.24.1", + "@typescript-eslint/parser": "^8.24.1", "eslint": "^9.21.0", "eslint-plugin-import": "^2.31.0", "npm-run-all": "^4.1.5", - "typescript": "^5.7.2", - "vite": "^6.0.3", - "vite-plugin-dts": "^4.3.0", - "vite-plugin-lib": "^2.1.3", + "typescript": "^5.7.3", + "vite": "^6.1.1", + "vite-plugin-dts": "^4.5.0", + "vite-plugin-lib": "^2.1.6", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.0.6" },