♻️ bump sync-server dependencies (#5497)

* bcrypt 5.0.2 -> 6.0.0

* supertest 6.3.4 -> 7.1.4

* pluggy-sdk 0.70.1 -> 0.74.0

* types

* better-sqlite3 11.10.0 -> 12.2.0

* express-rate-limit 7.5.0 -> 8.0.1

* babel/core 7.27.1 -> 7.28.0

* typescript 5.8.3 -> 5.9.2

* node types

* note

* typechecker
This commit is contained in:
Matt Fiddaman
2025-08-06 02:00:04 -04:00
committed by GitHub
parent c621f68e0a
commit 136ad055f7
9 changed files with 269 additions and 232 deletions

View File

@@ -29,40 +29,40 @@
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "workspace:*",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.10.0",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.2.0",
"convict": "^6.2.4",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"debug": "^4.4.1",
"express": "5.1.0",
"express-rate-limit": "^7.5.0",
"express-rate-limit": "^8.0.1",
"express-winston": "^4.2.0",
"jws": "^4.0.0",
"migrate": "^2.1.0",
"nordigen-node": "^1.4.1",
"openid-client": "^5.7.1",
"pluggy-sdk": "^0.70.1",
"pluggy-sdk": "^0.74.0",
"uuid": "^11.1.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/core": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@types/babel__core": "^7",
"@types/bcrypt": "^5.0.2",
"@types/bcrypt": "^6.0.0",
"@types/better-sqlite3": "^7.6.13",
"@types/convict": "^6",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/express-actuator": "^1.8.3",
"@types/node": "^22.15.18",
"@types/supertest": "^2.0.16",
"@types/node": "^22.17.0",
"@types/supertest": "^6.0.3",
"@vitest/coverage-v8": "3.2.4",
"http-proxy-middleware": "^3.0.5",
"nodemon": "^3.1.10",
"supertest": "^6.3.4",
"typescript": "^5.8.3",
"supertest": "^7.1.4",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}
}