Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/job-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"watch:ts": "tsc -w"
},
"dependencies": {
"@bull-board/fastify": "^4.9.0",
"@bull-board/fastify": "^6.18.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This is a major version upgrade from v4 to v6. Major version bumps can introduce breaking changes. Please test thoroughly to ensure that the application continues to work as expected after this upgrade.

"@fastify/autoload": "^5.0.0",
"@fastify/cookie": "^8.3.0",
"@fastify/env": "^4.1.0",
Expand All @@ -33,7 +33,7 @@
"@ossinsight/email-server": "workspace:^0.0.1",
"@types/cron": "^2.0.0",
"async": "^3.2.4",
"axios": "^0.27.2",
"axios": "^1.13.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This is a major version upgrade for axios from v0.x to v1.x. This version jump is known to have breaking changes. Please carefully review the axios v1.0 migration guide and test all parts of the application that make HTTP requests to ensure compatibility.

"bufferutil": "^4.0.7",
"bullmq": "^3.4.1",
"cron": "^2.1.0",
Expand Down
Loading