Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 17.0.2 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 17.0.2 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - @bull-board/fastify from 4.12.2 to 5.21.4.
    See this package in npm: https://www.npmjs.com/package/@bull-board/fastify
  - @fastify/cookie from 8.3.0 to 9.4.0.
    See this package in npm: https://www.npmjs.com/package/@fastify/cookie
  - axios from 0.27.2 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios
  - bullmq from 3.15.8 to 5.12.10.
    See this package in npm: https://www.npmjs.com/package/bullmq
  - cron from 2.4.4 to 3.1.7.
    See this package in npm: https://www.npmjs.com/package/cron
  - fastify-cli from 5.9.0 to 6.3.0.
    See this package in npm: https://www.npmjs.com/package/fastify-cli
  - mysql2 from 2.3.3 to 3.11.0.
    See this package in npm: https://www.npmjs.com/package/mysql2
  - next from 12.3.4 to 14.2.7.
    See this package in npm: https://www.npmjs.com/package/next
  - octokit from 2.1.0 to 4.0.2.
    See this package in npm: https://www.npmjs.com/package/octokit
  - pino from 8.21.0 to 9.3.2.
    See this package in npm: https://www.npmjs.com/package/pino
  - utf-8-validate from 5.0.10 to 6.0.4.
    See this package in npm: https://www.npmjs.com/package/utf-8-validate

See this project in Snyk:
https://app.snyk.io/org/q1blue-rxw/project/c899d8da-c199-4766-8d40-aa8d9a71141f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent d26ee00 commit 71a9fbc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/job-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"watch:ts": "tsc -w"
},
"dependencies": {
"@bull-board/fastify": "^4.9.0",
"@bull-board/fastify": "^5.21.4",
"@fastify/autoload": "^5.0.0",
"@fastify/cookie": "^8.3.0",
"@fastify/cookie": "^9.4.0",
"@fastify/env": "^4.1.0",
"@fastify/mysql": "^4.0.0",
"@fastify/redis": "^6.1.0",
Expand All @@ -33,27 +33,27 @@
"@ossinsight/email-server": "workspace:^0.0.1",
"@types/cron": "^2.0.0",
"async": "^3.2.4",
"axios": "^0.27.2",
"axios": "^1.7.5",
"bufferutil": "^4.0.7",
"bullmq": "^3.4.1",
"cron": "^2.1.0",
"bullmq": "^5.12.10",
"cron": "^3.1.7",
"dotenv": "^16.0.3",
"encoding": "^0.1.13",
"fast-glob": "^3.2.12",
"fastify": "^4.0.0",
"fastify-cli": "^5.5.1",
"fastify-cli": "^6.3.0",
"fastify-cron": "^1.3.1",
"fastify-plugin": "^4.3.0",
"ioredis": "^5.2.4",
"luxon": "^3.1.0",
"mysql2": "^2.3.3",
"next": "^v12.3.2",
"octokit": "^2.0.10",
"pino": "^8.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"mysql2": "^3.11.0",
"next": "^14.2.7",
"octokit": "^4.0.2",
"pino": "^9.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uglify-js": "^3.17.4",
"utf-8-validate": "^5.0.10"
"utf-8-validate": "^6.0.4"
},
"devDependencies": {
"@types/async": "^3.2.15",
Expand Down

0 comments on commit 71a9fbc

Please sign in to comment.