Skip to content

Commit

Permalink
Merge pull request #539 from rubiin/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
mergify[bot] authored Dec 2, 2024
2 parents aece822 + 4f2017b commit 9d44b2e
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 582 deletions.
28 changes: 14 additions & 14 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": "[email protected].2",
"packageManager": "[email protected].4",
"description": "NestJS + MikroORM blog example with batteries included",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -56,7 +56,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.699.0",
"@aws-sdk/client-s3": "^3.701.0",
"@aws-sdk/client-ses": "^3.699.0",
"@casl/ability": "^6.7.2",
"@date-fns/utc": "^2.1.0",
Expand All @@ -73,25 +73,25 @@
"@nest-lab/throttler-storage-redis": "^1.0.0",
"@nestjs/axios": "^3.1.2",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "10.4.8",
"@nestjs/common": "10.4.12",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "10.4.8",
"@nestjs/core": "10.4.12",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.8",
"@nestjs/platform-socket.io": "^10.4.8",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/platform-socket.io": "^10.4.12",
"@nestjs/schedule": "^4.1.1",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^8.0.7",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.2.1",
"@nestjs/websockets": "^10.4.8",
"@nestjs/websockets": "^10.4.12",
"@ngneat/falso": "^7.2.0",
"@ntegral/nestjs-sentry": "^4.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.114.0",
"@sentry/node": "^8.40.0",
"@sentry/node": "^8.41.0",
"@socket.io/redis-adapter": "^8.3.0",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.41.1",
Expand All @@ -106,7 +106,7 @@
"helmet": "^8.0.0",
"helper-fns": "^2.9.2",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.17.0",
"isomorphic-dompurify": "^2.18.0",
"joi": "^17.13.3",
"mime": "^4.0.4",
"nestjs-cloudinary": "^2.1.1",
Expand Down Expand Up @@ -137,17 +137,17 @@
"url-minify": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.11.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.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.8",
"@nestjs/testing": "10.4.12",
"@rubiin/tsconfig": "^1.2.1",
"@sentry/types": "^8.40.0",
"@sentry/types": "^8.41.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.9.3",
"@swc/jest": "^0.2.37",
Expand All @@ -159,7 +159,7 @@
"@types/jest": "^29.5.14",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"@types/nodemailer": "^6.4.17",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
Expand All @@ -173,7 +173,7 @@
"@types/swagger-ui-express": "^4.1.7",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"husky": "^9.1.7",
"jest": "29.7.0",
"lint-staged": "^15.2.10",
Expand Down
Loading

0 comments on commit 9d44b2e

Please sign in to comment.