Merge pull request #639 from gitroomhq/dependabot/npm_and_yarn/prisma/client-6.4.1

chore(deps): bump @prisma/client from 5.22.0 to 6.4.1
This commit is contained in:
egelhaus 2025-03-10 13:02:03 +01:00 committed by GitHub
commit bc1912caa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

17
package-lock.json generated
View File

@ -48,7 +48,7 @@
"@nx/webpack": "19.7.2",
"@nx/workspace": "19.7.2",
"@postiz/wallets": "^0.0.1",
"@prisma/client": "^5.8.1",
"@prisma/client": "^6.4.1",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@swc/helpers": "0.5.13",
@ -10787,19 +10787,24 @@
}
},
"node_modules/@prisma/client": {
"version": "5.22.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.22.0.tgz",
"integrity": "sha512-M0SVXfyHnQREBKxCgyo7sffrKttwE6R8PMq330MIUF0pTwjUhLbW84pFDlf06B27XyCR++VtjugEnIHdr07SVA==",
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.4.1.tgz",
"integrity": "sha512-A7Mwx44+GVZVexT5e2GF/WcKkEkNNKbgr059xpr5mn+oUm2ZW1svhe+0TRNBwCdzhfIZ+q23jEgsNPvKD9u+6g==",
"hasInstallScript": true,
"license": "Apache-2.0",
"engines": {
"node": ">=16.13"
"node": ">=18.18"
},
"peerDependencies": {
"prisma": "*"
"prisma": "*",
"typescript": ">=5.1.0"
},
"peerDependenciesMeta": {
"prisma": {
"optional": true
},
"typescript": {
"optional": true
}
}
},

View File

@ -71,7 +71,7 @@
"@nx/webpack": "19.7.2",
"@nx/workspace": "19.7.2",
"@postiz/wallets": "^0.0.1",
"@prisma/client": "^5.8.1",
"@prisma/client": "^6.4.1",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@swc/helpers": "0.5.13",