diff --git a/bun.lockb b/bun.lockb index 8f53293..0e06437 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 347b249..0f8bae7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "clean:node": "rm -rf node_modules" }, "dependencies": { - "hotscript": "^1.0.13", "lodash-es": "^4.17.21", "type-fest": "^4.10.2" }, @@ -36,12 +35,12 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@types/lodash-es": "^4.17.12", "bun-types": "latest", - "npm-check-updates": "^16.14.14", + "npm-check-updates": "^16.14.15", "npm-sort": "^0.0.4", - "rollup": "^4.9.6", + "rollup": "^4.12.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-ts": "^3.4.5", - "tsx": "^4.7.0", + "tsx": "^4.7.1", "typescript": "^5.3.3" } }