Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies (minor) #534

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test-notifications-texts": "cross-env NODE_ENV=development && tsx watch ./src/tests/notifications.ts"
},
"dependencies": {
"@prisma/client": "5.6.0",
"@prisma/client": "5.22.0",
"@sentry/node": "^7.84.0",
"@sentry/tracing": "^7.84.0",
"basic-ftp": "^5.0.4",
Expand Down
19 changes: 5 additions & 14 deletions api-node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,24 +263,15 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:5.6.0":
version: 5.6.0
resolution: "@prisma/client@npm:5.6.0"
dependencies:
"@prisma/engines-version": "npm:5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee"
"@prisma/client@npm:5.22.0":
version: 5.22.0
resolution: "@prisma/client@npm:5.22.0"
peerDependencies:
prisma: "*"
peerDependenciesMeta:
prisma:
optional: true
checksum: eb784095ed27921bf859cd4b72b1a7e8d8f98dac0ebc782d94eecb4f4abaaa5de26d99bf9ef4e4d7b620d6f449d806884a315332766b3c040a97ef06150ba8f4
languageName: node
linkType: hard

"@prisma/engines-version@npm:5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee":
version: 5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee
resolution: "@prisma/engines-version@npm:5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee"
checksum: 0a6248f702855775fab9fe277a98acdc558c3929101c8d56010f8dba708e35c42eb9879af3bd2e2a9446a68776a3e8b609ffb0e1835de083334cb492d236f101
checksum: 991d7410ded2d6c824303ac222ae94df4f1bf42240dda97c710cfee3a3bc59fef65c73e1ee55177e38d12f4d7dfc0a047748f98b4e3026dddd65f462684cd2d1
languageName: node
linkType: hard

Expand Down Expand Up @@ -636,7 +627,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "api_node@workspace:."
dependencies:
"@prisma/client": "npm:5.6.0"
"@prisma/client": "npm:5.22.0"
"@sentry/node": "npm:^7.84.0"
"@sentry/tracing": "npm:^7.84.0"
"@types/cors": "npm:^2.8.17"
Expand Down
Loading
Loading