Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2022
1 parent 59af26b commit 9fa774f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/valentinpalkovic/prisma-json-schema-generator/issues"
},
"dependencies": {
"@prisma/generator-helper": "3.13.0",
"@prisma/generator-helper": "3.14.0",
"@prisma/sdk": "3.13.0"
},
"devDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,15 @@
ms "2.1.3"
strip-ansi "6.0.1"

"@prisma/debug@3.14.0":
version "3.14.0"
resolved "https://registry.yarnpkg.com/@prisma/debug/-/debug-3.14.0.tgz#4bc87b6c5e28e018063799ef01fd03f3e4628030"
integrity sha512-cvA2NRJU6oLCFpYcOJO6jjUZZcPwQqdKYVpa6OY+jFrSwLdYLgSPjrfbnBPOD2z1gzODdnrWYfpz3wPKVhZ0IQ==
dependencies:
"@types/debug" "4.1.7"
ms "2.1.3"
strip-ansi "6.0.1"

"@prisma/engine-core@3.13.0":
version "3.13.0"
resolved "https://registry.yarnpkg.com/@prisma/engine-core/-/engine-core-3.13.0.tgz#a52d479f7dcaf5d7c1a54bd3280c2e9483f2205b"
Expand Down Expand Up @@ -1029,6 +1038,16 @@
chalk "4.1.2"
cross-spawn "7.0.3"

"@prisma/generator-helper@3.14.0":
version "3.14.0"
resolved "https://registry.yarnpkg.com/@prisma/generator-helper/-/generator-helper-3.14.0.tgz#d0eb3b6c0d72c35da1644e134ef953059d3208d7"
integrity sha512-WuYhXMOr2rJ+A0D93QLoKJvu7FlHORPZz/72LwZlJT2GXQi2WNtS2xKJzgCI+Auc0JlLjijV5/7mDrUa4iHUbw==
dependencies:
"@prisma/debug" "3.14.0"
"@types/cross-spawn" "6.0.2"
chalk "4.1.2"
cross-spawn "7.0.3"

"@prisma/get-platform@3.13.0-17.efdf9b1183dddfd4258cd181a72125755215ab7b":
version "3.13.0-17.efdf9b1183dddfd4258cd181a72125755215ab7b"
resolved "https://registry.yarnpkg.com/@prisma/get-platform/-/get-platform-3.13.0-17.efdf9b1183dddfd4258cd181a72125755215ab7b.tgz#76ca12f3805ef36b9d79351f3787a18468fc5f09"
Expand Down

0 comments on commit 9fa774f

Please sign in to comment.