Skip to content

Commit

Permalink
fix: new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Mar 22, 2024
1 parent 7f17284 commit 3843e13
Show file tree
Hide file tree
Showing 3 changed files with 1,216 additions and 1,019 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@aws-sdk/client-ses": "^3.525.0",
"@aws-sdk/client-s3": "^3.537.0",
"@aws-sdk/client-ses": "^3.535.0",
"@casl/ability": "^6.7.0",
"@golevelup/nestjs-rabbitmq": "^5.1.0",
"@golevelup/nestjs-stripe": "^0.6.5",
Expand All @@ -76,7 +76,7 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/platform-express": "^10.3.5",
"@nestjs/platform-socket.io": "^10.3.3",
"@nestjs/schedule": "^4.0.1",
"@nestjs/serve-static": "^4.0.1",
Expand All @@ -86,42 +86,42 @@
"@nestjs/websockets": "^10.3.3",
"@ngneat/falso": "^7.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.105.0",
"@sentry/node": "^7.105.0",
"@sentry/hub": "^7.108.0",
"@sentry/node": "^7.108.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"@travelerdev/nestjs-sentry": "^4.3.0",
"argon2": "^0.40.1",
"cache-manager": "5.4.0",
"cache-manager-ioredis-yet": "^1.2.2",
"cache-manager-ioredis-yet": "^2.0.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"date-fns": "^3.3.1",
"date-fns-tz": "^2.0.0",
"eta": "^3.2.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^2.0.1",
"eta": "^3.4.0",
"firebase-admin": "^12.0.0",
"helmet": "^7.1.0",
"helper-fns": "^2.7.0",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^2.4.0",
"isomorphic-dompurify": "^2.6.0",
"joi": "^17.12.2",
"mime-types": "^2.1.35",
"nestjs-cloudinary": "^2.0.7",
"nestjs-i18n": "^10.4.5",
"nestjs-minio": "^2.5.4",
"nestjs-pino": "^4.0.0",
"nestjs-throttler-storage-redis": "^0.4.2",
"nodemailer": "^6.9.11",
"nestjs-throttler-storage-redis": "^0.4.4",
"nodemailer": "^6.9.13",
"otplib": "^12.0.1",
"passport": "0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "4.0.1",
"passport-magic-login": "^1.2.2",
"pino-http": "^9.0.0",
"pino-pretty": "^10.3.1",
"poolifier": "^3.1.21",
"pino-pretty": "^11.0.0",
"poolifier": "^3.1.22",
"preview-email": "^3.0.19",
"prom-client": "^15.1.0",
"qrcode": "^1.5.3",
Expand All @@ -130,15 +130,15 @@
"rxjs": "^7.8.1",
"sharp": "^0.33.2",
"socket.io": "^4.7.4",
"stripe": "^14.19.0",
"stripe": "^14.22.0",
"swagger-stats": "^0.99.7",
"twilio": "5.0.1",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@firebase/app-compat": "^0.2.28",
"@antfu/eslint-config": "^2.9.0",
"@firebase/app-compat": "^0.2.29",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "6.1.7",
Expand All @@ -147,9 +147,9 @@
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.3",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.105.0",
"@sentry/types": "^7.108.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.4.4",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.6",
Expand All @@ -159,7 +159,7 @@
"@types/jest": "^29.5.12",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"@types/nodemailer": "^6.4.14",
"@types/passport": "^1.0.16",
"@types/passport-facebook": "^3.0.3",
Expand All @@ -185,7 +185,7 @@
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-node-externals": "^3.0.0"
},
"mikro-orm": {
Expand Down
Loading

0 comments on commit 3843e13

Please sign in to comment.