fix(deps): update dependency nestjs-kysely to v3 (#19660)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-01 10:27:20 +01:00 committed by GitHub
parent a068a41c06
commit 29b3981609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@
"multer": "^2.0.1", "multer": "^2.0.1",
"nest-commander": "^3.16.0", "nest-commander": "^3.16.0",
"nestjs-cls": "^5.0.0", "nestjs-cls": "^5.0.0",
"nestjs-kysely": "^1.1.0", "nestjs-kysely": "^3.0.0",
"nestjs-otel": "^6.0.0", "nestjs-otel": "^6.0.0",
"nodemailer": "^7.0.0", "nodemailer": "^7.0.0",
"openid-client": "^6.3.3", "openid-client": "^6.3.3",
@ -13116,9 +13116,9 @@
} }
}, },
"node_modules/nestjs-kysely": { "node_modules/nestjs-kysely": {
"version": "1.2.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/nestjs-kysely/-/nestjs-kysely-1.2.0.tgz", "resolved": "https://registry.npmjs.org/nestjs-kysely/-/nestjs-kysely-3.0.0.tgz",
"integrity": "sha512-KseCGb0SXCzIYC+Hx3Z3d+kPAfSZCSK6j9UoqUV/gcBCPad9utC7itmoUw0/w5sV+Jf9pc1DKpgClP1IkflA4w==", "integrity": "sha512-YA6tHBgXQYPNpMBPII2OvUOiaWjCCoh5pP5dUHirQcMUHxNFzInBL6MDk8y74rk2z/5IvAK9AUlsdPyJtToO6g==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0", "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",

View File

@ -88,7 +88,7 @@
"multer": "^2.0.1", "multer": "^2.0.1",
"nest-commander": "^3.16.0", "nest-commander": "^3.16.0",
"nestjs-cls": "^5.0.0", "nestjs-cls": "^5.0.0",
"nestjs-kysely": "^1.1.0", "nestjs-kysely": "^3.0.0",
"nestjs-otel": "^6.0.0", "nestjs-otel": "^6.0.0",
"nodemailer": "^7.0.0", "nodemailer": "^7.0.0",
"openid-client": "^6.3.3", "openid-client": "^6.3.3",