Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 29, 2024
1 parent ca18882 commit 9ffb3ea
Show file tree
Hide file tree
Showing 2 changed files with 1,019 additions and 1,003 deletions.
32 changes: 16 additions & 16 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@algolia/client-search": "^4.22.1",
"@antfu/install-pkg": "0.4.1",
"@aws-sdk/client-s3": "3.685.0",
"@antfu/install-pkg": "0.5.0",
"@aws-sdk/client-s3": "3.701.0",
"@babel/core": "7.26.0",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/plugin-transform-typescript": "7.25.9",
Expand All @@ -67,26 +67,26 @@
"@langchain/openai": "0.3.14",
"@mx-space/complied": "workspace:*",
"@nestjs/cache-manager": "2.3.0",
"@nestjs/common": "10.4.9",
"@nestjs/core": "10.4.9",
"@nestjs/common": "10.4.12",
"@nestjs/core": "10.4.12",
"@nestjs/event-emitter": "2.1.1",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-fastify": "10.4.9",
"@nestjs/platform-socket.io": "10.4.9",
"@nestjs/mapped-types": "^2.0.6",
"@nestjs/platform-fastify": "10.4.12",
"@nestjs/platform-socket.io": "10.4.12",
"@nestjs/schedule": "4.1.1",
"@nestjs/throttler": "6.2.1",
"@nestjs/websockets": "10.4.9",
"@nestjs/websockets": "10.4.12",
"@simplewebauthn/server": "10.0.1",
"@socket.io/redis-adapter": "8.3.0",
"@socket.io/redis-emitter": "5.1.0",
"@typegoose/auto-increment": "4.7.0",
"@typegoose/typegoose": "12.8.0",
"@types/jsonwebtoken": "9.0.7",
"algoliasearch": "4.24.0",
"axios": "^1.7.0",
"axios": "^1.7.8",
"axios-retry": "4.5.0",
"bcryptjs": "^2.4.3",
"better-auth": "1.0.5",
"better-auth": "1.0.7",
"blurhash": "2.0.5",
"cache-manager": "5.7.6",
"cache-manager-ioredis-yet": "2.1.2",
Expand All @@ -98,7 +98,7 @@
"dayjs": "1.11.13",
"ejs": "3.1.10",
"form-data": "4.0.1",
"inquirer": "^10.1.0",
"inquirer": "^10.2.2",
"isbot": "5.1.17",
"js-yaml": "^4.1.0",
"json5": "2.2.3",
Expand All @@ -119,7 +119,7 @@
"mongoose-paginate-v2": "1.8.5",
"node-machine-id": "1.1.12",
"nodemailer": "6.9.16",
"openai": "4.71.1",
"openai": "4.73.1",
"pluralize": "^8.0.0",
"qs": "6.13.1",
"reflect-metadata": "0.2.2",
Expand All @@ -140,7 +140,7 @@
"@langchain/core": "0.3.19",
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.9",
"@nestjs/testing": "10.4.12",
"@swc/core": "1.9.3",
"@types/babel__core": "7.20.5",
"@types/bcryptjs": "^2.4.6",
Expand All @@ -152,15 +152,15 @@
"@types/lodash": "4.17.13",
"@types/mime-types": "2.1.4",
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
"@types/node": "22.9.4",
"@types/node": "22.10.1",
"@types/nodemailer": "6.4.17",
"@types/qs": "6.9.17",
"@types/remove-markdown": "0.3.4",
"@types/semver": "7.5.8",
"@types/ua-parser-js": "0.7.39",
"@types/validator": "13.12.2",
"@vercel/ncc": "0.38.3",
"cron": "^3.1.9",
"cron": "^3.2.1",
"husky": "9.1.7",
"ioredis": "5.4.1",
"sharp": "0.33.5",
Expand All @@ -171,4 +171,4 @@
"vitest": "1.5.2",
"zx": "7.2.3"
}
}
}
Loading

0 comments on commit 9ffb3ea

Please sign in to comment.