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

build(deps): bump @prisma/client from 5.0.0 to 5.16.1 #1281

Open
wants to merge 2 commits into
base: main
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 queue-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": "4.9.5"
},
"dependencies": {
"@prisma/client": "5.0.0"
"@prisma/client": "5.16.1"
}
}
28 changes: 6 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3667,17 +3667,15 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:5.0.0":
version: 5.0.0
resolution: "@prisma/client@npm:5.0.0"
dependencies:
"@prisma/engines-version": 4.17.0-26.6b0aef69b7cdfc787f822ecd7cdc76d5f1991584
"@prisma/client@npm:5.16.1":
version: 5.16.1
resolution: "@prisma/client@npm:5.16.1"
peerDependencies:
prisma: "*"
peerDependenciesMeta:
prisma:
optional: true
checksum: 332c2af44e880ffc9dd1223992bf6f45910094c7a3a540cbbfdda45d6caf3e82998376338abdf85e34a12f1082ae932f2385d6396c62fe4bba7ec6b84de54466
checksum: 86f2d462581bce4eba1b665a8609da8091881f65b68060998d06556e1942667a436a573c83c0f0a555a8c4e547a29ab802025332f7cf5d6580b41b0ce5754e90
languageName: node
linkType: hard

Expand All @@ -3688,13 +3686,6 @@ __metadata:
languageName: node
linkType: hard

"@prisma/engines-version@npm:4.17.0-26.6b0aef69b7cdfc787f822ecd7cdc76d5f1991584":
version: 4.17.0-26.6b0aef69b7cdfc787f822ecd7cdc76d5f1991584
resolution: "@prisma/engines-version@npm:4.17.0-26.6b0aef69b7cdfc787f822ecd7cdc76d5f1991584"
checksum: 8fcbceef3b554ee7fa404bead50be5286412a097b21723272aff298b289caf2802b01b84bb85c4c9f3b592eeac114c8d6e79db083f271dc8c54f453b4a515233
languageName: node
linkType: hard

"@prisma/engines-version@npm:5.8.0-37.0a83d8541752d7582de2ebc1ece46519ce72a848":
version: 5.8.0-37.0a83d8541752d7582de2ebc1ece46519ce72a848
resolution: "@prisma/engines-version@npm:5.8.0-37.0a83d8541752d7582de2ebc1ece46519ce72a848"
Expand Down Expand Up @@ -5090,7 +5081,7 @@ __metadata:
"@babel/eslint-plugin": ^7.22.10
"@babel/preset-env": ^7.23.3
"@babel/preset-typescript": ^7.23.3
"@prisma/client": 5.0.0
"@prisma/client": 5.16.1
"@types/node": ^20.4.6
babel-eslint: ^10.1.0
eslint: ^8.10.0
Expand Down Expand Up @@ -11431,14 +11422,7 @@ __metadata:
languageName: node
linkType: hard

"govuk-frontend@npm:^4.0.1":
version: 4.7.0
resolution: "govuk-frontend@npm:4.7.0"
checksum: 0e246dd2c724e51fd14dd40fc31c66627df7d07ebe89e1a19b1e7da7e7a5eb86bc6560229e18a13e40651e6c953a67422d54e77e240d82efff7b2cbefaa8b88d
languageName: node
linkType: hard

"govuk-frontend@npm:^4.8.0":
"govuk-frontend@npm:^4.0.1, govuk-frontend@npm:^4.8.0":
version: 4.8.0
resolution: "govuk-frontend@npm:4.8.0"
checksum: e255f924f399319e109347ec4993e0441fc5847a6a73ba44a465b1599c7d03e85c29212743b081ccd60e19224c6301143c77540b8e4bfe615fcb3e162b8663f4
Expand Down
Loading