diff --git a/bun.lockb b/bun.lockb index fbdbb10..6908c42 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a33ddde..f4bf5e0 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,13 @@ "clean:node": "rm -rf node_modules" }, "dependencies": { - "type-fest": "^4.8.3" + "type-fest": "^4.9.0" }, "devDependencies": { "bun-types": "latest", - "rollup": "^4.7.0", + "npm-check-updates": "^16.14.12", + "npm-sort": "^0.0.4", + "rollup": "^4.9.1", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-ts": "^3.4.5", "tsx": "^4.7.0",