Skip to content

Commit

Permalink
chore(deps): bump @prisma/client
Browse files Browse the repository at this point in the history
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 3.8.1 to 3.9.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/3.9.1/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 4, 2022
1 parent 5dd0825 commit 27ef6b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cpg-template-typescript/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"test": "jest"
},
"dependencies": {
"@prisma/client": "3.7.0",
"@prisma/client": "3.9.1",
"@prisma/generator-helper": "3.8.1",
"@prisma/sdk": "3.7.0",
"prettier": "2.5.0"
"prettier": "2.5.1"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/node": "17.0.10",
"@types/node": "17.0.14",
"@types/prettier": "2.4.2",
"jest": "27.4.7",
"prisma": "3.8.1",
Expand Down

0 comments on commit 27ef6b1

Please sign in to comment.