Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent cfc5d1b commit 5c7a85f
Show file tree
Hide file tree
Showing 10 changed files with 315 additions and 310 deletions.
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.21.1",
"@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.21.1":
version: 5.21.1
resolution: "@prisma/client@npm:5.21.1"
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: f4cf3e77682eabf8d67d9d82980ba1bfa37cdfbce03159a14fa530b3fe5241cd4a2808d8cd1bdff1ba29522b8cc3e4c53332ed8d0b54ba00483057a3d1d2d473
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.21.1"
"@sentry/node": "npm:^7.84.0"
"@sentry/tracing": "npm:^7.84.0"
"@types/cors": "npm:^2.8.17"
Expand Down
Loading

0 comments on commit 5c7a85f

Please sign in to comment.