ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#35
Closed renovate[bot] wants to merge renovate/all-minor-patch into main
10 files +48 -41
packages/ts/test-envs/bun-with-nodejs/package.jsonmodified+4-4
Changes to packages/ts/test-envs/bun-with-nodejs/package.json
@@ -4,8 +4,8 @@
44 "packageManager": "bun@1.2.0",
55 "description": "Test environment for Bun and Node.js coexistence",
66 "engines": {
7 "node": ">=20.0.0",
8 "npm": ">=9.0.0"
7 "node": ">=20.19.5",
8 "npm": ">=9.9.4"
99 },
1010 "scripts": {
1111 "dev": "echo 'Testing Bun + Node.js coexistence'",
@@ -14,9 +14,9 @@
1414 "test-npm": "npm --version"
1515 },
1616 "dependencies": {
17 "lodash": "^4.17.0"
17 "lodash": "^4.17.21"
1818 },
1919 "devDependencies": {
20 "typescript": "^5.0.0"
20 "typescript": "^5.9.3"
2121 }
2222}