also looking at this
chore(deps): update all non-major dependencies
#35
10 files
+48
-41
| @@ -4,8 +4,8 @@ | ||
| 4 | 4 | "packageManager": "bun@1.2.0", |
| 5 | 5 | "description": "Test environment for Bun and Node.js coexistence", |
| 6 | 6 | "engines": { |
| 7 | "node": ">=20.0.0", | |
| 8 | "npm": ">=9.0.0" | |
| 7 | "node": ">=20.19.5", | |
| 8 | "npm": ">=9.9.4" | |
| 9 | 9 | }, |
| 10 | 10 | "scripts": { |
| 11 | 11 | "dev": "echo 'Testing Bun + Node.js coexistence'", |
| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | "test-npm": "npm --version" |
| 15 | 15 | }, |
| 16 | 16 | "dependencies": { |
| 17 | "lodash": "^4.17.0" | |
| 17 | "lodash": "^4.17.21" | |
| 18 | 18 | }, |
| 19 | 19 | "devDependencies": { |
| 20 | "typescript": "^5.0.0" | |
| 20 | "typescript": "^5.9.3" | |
| 21 | 21 | } |
| 22 | 22 | } |