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 Dec 23, 2024
1 parent 92c06dd commit abe764a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 109 deletions.
12 changes: 6 additions & 6 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@fastify/swagger": "^9.2.0",
"@fastify/swagger-ui": "^5.1.0",
"@next/common": "workspace:*",
"bullmq": "^4.17.0",
"close-with-grace": "^1.3.0",
"bullmq": "^5.0.0",
"close-with-grace": "^2.0.0",
"fastify": "^5.1.0",
"fastify-plugin": "^4.5.1",
"fastify-zod-openapi": "^3.0.3",
"fastify-plugin": "^5.0.0",
"fastify-zod-openapi": "^4.0.0",
"lodash-es": "^4.17.21",
"lru-weak-cache": "^0.3.3",
"mongoose": "^8.4.3",
Expand All @@ -44,7 +44,7 @@
"string-similarity": "^4.0.4",
"ulidx": "^2.4.1",
"zod": "^3.23.6",
"zod-openapi": "^3.3.0",
"zod-openapi": "^4.0.0",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"@types/node": "^22.9.0",
"@types/string-similarity": "^4.0.2",
"fastify-tsconfig": "^2.0.0",
"pino-pretty": "^11.2.1",
"pino-pretty": "^13.0.0",
"rimraf": "^6.0.1",
"testcontainers": "^10.9.0",
"ts-patch": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@next/tsconfig": "workspace:*",
"@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",
"tsup": "^8.1.0",
Expand Down
Loading

0 comments on commit abe764a

Please sign in to comment.