Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 4f55f9d commit 2c7691e
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 988 deletions.
36 changes: 18 additions & 18 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@
},
"dependencies": {
"@aws-sdk/client-ses": "^3.600.0",
"@bull-board/api": "^5.21.3",
"@bull-board/fastify": "^5.21.3",
"@fastify/cors": "^9.0.1",
"@fastify/jwt": "^8.0.1",
"@fastify/oauth2": "^7.9.0",
"@fastify/sensible": "^5.6.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^4.0.0",
"@bull-board/api": "^6.0.0",
"@bull-board/fastify": "^6.0.0",
"@fastify/cors": "^10.0.0",
"@fastify/jwt": "^9.0.0",
"@fastify/oauth2": "^8.0.0",
"@fastify/sensible": "^6.0.0",
"@fastify/swagger": "^9.0.0",
"@fastify/swagger-ui": "^5.0.0",
"@next/common": "workspace:*",
"bullmq": "^4.17.0",
"close-with-grace": "^1.3.0",
"fastify": "^4.28.0",
"fastify-plugin": "^4.5.1",
"fastify-type-provider-zod": "^1.1.9",
"bullmq": "^5.0.0",
"close-with-grace": "^2.0.0",
"fastify": "^5.0.0",
"fastify-plugin": "^5.0.0",
"fastify-type-provider-zod": "^4.0.0",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"lru-cache": "^11.0.0",
"mongoose": "^8.4.3",
"mongoose-lean-virtuals": "^0.9.1",
"mongoose-lean-virtuals": "^1.0.0",
"ms": "^2.1.3",
"ofetch": "^1.3.4",
"string-similarity": "^4.0.4",
"ua-parser-js": "^1.0.38",
"ua-parser-js": "^2.0.0",
"unstorage": "^1.10.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
"zod": "^3.23.6"
Expand All @@ -52,13 +52,13 @@
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash-es": "^4.17.12",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.7",
"@types/node": "^22.0.0",
"@types/string-similarity": "^4.0.2",
"@types/ua-parser-js": "^0.7.39",
"esbuild": "^0.23.0",
"esbuild-plugin-pino": "^2.2.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.5",
"pino-pretty": "^13.0.0",
"rimraf": "^6.0.0",
"testcontainers": "^10.9.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"difflib": "^0.2.4",
"latinize": "^2.0.0",
"mathjs": "^13.0.0",
"mathjs": "^14.0.0",
"pino": "9.3.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
Expand All @@ -33,12 +33,12 @@
"@types/difflib": "^0.2.7",
"@types/latinize": "^0.2.18",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.7",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"lodash-es": "^4.17.21",
"mongoose": "^8.4.3",
"ofetch": "^1.3.4",
"pino-pretty": "^11.2.1",
"pino-pretty": "^13.0.0",
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
Expand Down
Loading

0 comments on commit 2c7691e

Please sign in to comment.