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 Oct 29, 2024
1 parent b3f0deb commit 0cf0214
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 951 deletions.
32 changes: 16 additions & 16 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
},
"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",
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",
"rimraf": "^6.0.0",
"testcontainers": "^10.9.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@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",
Expand Down
Loading

0 comments on commit 0cf0214

Please sign in to comment.