-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
3870708
commit a473bc1
Showing
2 changed files
with
633 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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" | ||
}, | ||
|
Oops, something went wrong.