Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: "@prisma/sdk"
  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 ecb544a commit 5400a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cpg-template-typescript/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"dependencies": {
"@prisma/client": "3.7.0",
"@prisma/generator-helper": "3.8.1",
"@prisma/sdk": "3.7.0",
"@prisma/sdk": "3.9.1",
"prettier": "2.5.0"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/node": "17.0.10",
"@types/prettier": "2.4.2",
"jest": "27.4.7",
"prisma": "3.7.0",
"prisma": "3.8.1",
"ts-jest": "27.1.2",
"typescript": "4.5.5"
},
Expand Down

0 comments on commit 5400a73

Please sign in to comment.