Skip to content

Commit c078cf6

Browse files
committed
fix: packages/job-server/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent c60cd35 commit c078cf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/job-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"watch:ts": "tsc -w"
2323
},
2424
"dependencies": {
25-
"@bull-board/fastify": "^4.9.0",
25+
"@bull-board/fastify": "^6.18.0",
2626
"@fastify/autoload": "^5.0.0",
2727
"@fastify/cookie": "^8.3.0",
2828
"@fastify/env": "^4.1.0",
@@ -33,7 +33,7 @@
3333
"@ossinsight/email-server": "workspace:^0.0.1",
3434
"@types/cron": "^2.0.0",
3535
"async": "^3.2.4",
36-
"axios": "^0.27.2",
36+
"axios": "^1.13.5",
3737
"bufferutil": "^4.0.7",
3838
"bullmq": "^3.4.1",
3939
"cron": "^2.1.0",

0 commit comments

Comments
 (0)