Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 3870708 commit a473bc1
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 640 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ultimate-nest",
"version": "2.8.0",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"description": "NestJS + MikroORM blog example with batteries included",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -56,8 +56,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/client-ses": "^3.693.0",
"@aws-sdk/client-s3": "^3.699.0",
"@aws-sdk/client-ses": "^3.699.0",
"@casl/ability": "^6.7.2",
"@date-fns/utc": "^2.1.0",
"@golevelup/nestjs-rabbitmq": "^5.6.1",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@ntegral/nestjs-sentry": "^4.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.114.0",
"@sentry/node": "^8.38.0",
"@sentry/node": "^8.40.0",
"@socket.io/redis-adapter": "^8.3.0",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.41.1",
Expand All @@ -102,11 +102,11 @@
"compression": "^1.7.5",
"date-fns": "^4.1.0",
"eta": "^3.5.0",
"firebase-admin": "^13.0.0",
"firebase-admin": "^13.0.1",
"helmet": "^8.0.0",
"helper-fns": "^2.9.2",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.16.0",
"isomorphic-dompurify": "^2.17.0",
"joi": "^17.13.3",
"mime": "^4.0.4",
"nestjs-cloudinary": "^2.1.1",
Expand Down Expand Up @@ -137,19 +137,19 @@
"url-minify": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@antfu/eslint-config": "^3.9.2",
"@firebase/app-compat": "^0.2.46",
"@firebase/app-types": "^0.9.3",
"@golevelup/ts-jest": "^0.6.1",
"@mikro-orm/cli": "6.4.0",
"@mikro-orm/seeder": "6.4.0",
"@nestjs/cli": "10.4.7",
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.8",
"@rubiin/tsconfig": "^1.2.1",
"@sentry/types": "^8.38.0",
"@sentry/types": "^8.40.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@swc/jest": "^0.2.37",
"@total-typescript/ts-reset": "^0.6.1",
"@types/cache-manager": "^4.0.6",
Expand All @@ -159,8 +159,8 @@
"@types/jest": "^29.5.14",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/node": "^22.9.3",
"@types/nodemailer": "^6.4.17",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
"@types/passport-google-oauth20": "^2.0.16",
Expand All @@ -174,17 +174,17 @@
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.15.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "29.7.0",
"lint-staged": "^15.2.10",
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.8",
"supertest": "7.0.0",
"testcontainers": "^10.14.0",
"testcontainers": "^10.15.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-node-externals": "^3.0.0"
},
Expand Down
Loading

0 comments on commit a473bc1

Please sign in to comment.