Skip to content

Commit

Permalink
feat(deps): update prisma to v2.21.2 (#1066)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 15, 2021
1 parent 17dae40 commit 7e3a092
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
},
"devDependencies": {
"@prisma-labs/prettier-config": "0.1.0",
"@prisma/client": "2.21.0",
"@prisma/fetch-engine": "2.21.0",
"@prisma/get-platform": "2.21.0",
"@prisma/migrate": "2.21.0",
"@prisma/sdk": "2.21.0",
"@prisma/client": "2.21.2",
"@prisma/fetch-engine": "2.21.2",
"@prisma/get-platform": "2.21.2",
"@prisma/migrate": "2.21.2",
"@prisma/sdk": "2.21.2",
"@types/jest": "26.0.20",
"@types/lodash": "4.14.167",
"@types/node": "14.14.20",
Expand Down
92 changes: 46 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,30 +680,30 @@
resolved "https://registry.yarnpkg.com/@prisma-labs/prettier-config/-/prettier-config-0.1.0.tgz#ef6cb5f89487974ca997516e9b39d5ccbefeeaad"
integrity sha512-P0h2y+gnIxFP2HdsTYSYHWmabGBlxyVjnUepsrRe8gAF36mxOonGsbsQmKt/Q9H9CMjrSkFoDe5F5HLi2iW5/Q==

"@prisma/client@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.21.0.tgz#97cb64d7ac76c1cce7f65f7a207320733efbac3a"
integrity sha512-RMtX0sdDl5MDJ49WOvGMzqgPF5yN6DQMSpzr+jpCkL7kuHASGiVcBYpvkBlNNA5a186zKCHuaMdNb8h7hDS4/A==
"@prisma/client@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.21.2.tgz#ca8489832da1d61add429390210be4d7896e5e29"
integrity sha512-UjkOXYpxLuHyoMDsP2m0LTcxhrjQa1dEOLFe3aDrO/BLrs/2yUxyPdtwSKxizRXFzuXSGkKIK225vcjZRuMpAg==
dependencies:
"@prisma/engines-version" "2.21.0-36.e421996c87d5f3c8f7eeadd502d4ad402c89464d"

"@prisma/debug@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/debug/-/debug-2.21.0.tgz#70f4a4295558a7ada69ce6525b0d2d0782489c80"
integrity sha512-fCAQKn62KDgPWnx+h2g9M8kXcnToEWG74wQ0xALO9HC0HM49ZJldB89/uiB5cU8tWG6ccgQacmXxj7c7a/WFCw==
"@prisma/debug@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/debug/-/debug-2.21.2.tgz#10ab3e5dd26217920c0a1d1c5c752a1df08ac988"
integrity sha512-oB5JmzR9/I0hYU7GOuzSBF2F0QCDHp1UUi1acIGb5Vu6EQtP6VOwBmgCOyNW6VrwxvnjcEsNtLXnRQ1rl4DKqw==
dependencies:
debug "4.3.2"
ms "^2.1.3"

"@prisma/engine-core@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/engine-core/-/engine-core-2.21.0.tgz#ba446a0a8596a58e93bc2171efdb48bab3909cef"
integrity sha512-BNG6oChhIXOHuoNisxYHQLKtNv9riIO3yITYtGeUv153J5t7XZQLC7kp8LFUaYEgAr8ZwR8aYhqfzje1NTlzSA==
"@prisma/engine-core@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/engine-core/-/engine-core-2.21.2.tgz#cf40d7647e5ff945454fbb04655f41657be17ddf"
integrity sha512-t+XYncNZrVzl1HaKF6zYT1pEzBxgcJM7tHbtTuhHG6aGPVObb7oJqAmrOWI98Ac38YuKrenKJa0Ce24Qf00XWQ==
dependencies:
"@prisma/debug" "2.21.0"
"@prisma/debug" "2.21.2"
"@prisma/engines" "2.21.0-36.e421996c87d5f3c8f7eeadd502d4ad402c89464d"
"@prisma/generator-helper" "2.21.0"
"@prisma/get-platform" "2.21.0"
"@prisma/generator-helper" "2.21.2"
"@prisma/get-platform" "2.21.2"
chalk "^4.0.0"
execa "^5.0.0"
get-stream "^6.0.0"
Expand All @@ -728,13 +728,13 @@
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-2.21.0-36.e421996c87d5f3c8f7eeadd502d4ad402c89464d.tgz#aafed60c9506bc766e49ea60b9f8ce7da2385bc6"
integrity sha512-L57tvSoom2GDWDqik4wrAUBvLTAv5MTm2OOzNMBKsv0w5cX7ONoZ8KnGQN+csmdJpQVBs93dIvIBm72OO+l/9Q==

"@prisma/fetch-engine@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/fetch-engine/-/fetch-engine-2.21.0.tgz#7236843e8d53eb7d7664929824d542f0e5980e2a"
integrity sha512-smXXSx9zns3HKOA60hKI5qRgAjrjfWzX4RpQT6E7ieQW4x3YfEmzqCl6BTDftOB++esK8BpOLaes5J9NLbdAIw==
"@prisma/fetch-engine@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/fetch-engine/-/fetch-engine-2.21.2.tgz#1dc232872e31b7479ab3e42cfba19ac27bd4d1b0"
integrity sha512-SKg75GdyVfmlAM8ydH/vTnxU29FpwVhvKdOP5fjJvhqv1/YGCStsiYR36x7GggBlNuh7KKtI7KtRpjc0jE+SbQ==
dependencies:
"@prisma/debug" "2.21.0"
"@prisma/get-platform" "2.21.0"
"@prisma/debug" "2.21.2"
"@prisma/get-platform" "2.21.2"
chalk "^4.0.0"
execa "^5.0.0"
find-cache-dir "^3.3.1"
Expand All @@ -751,30 +751,30 @@
temp-dir "^2.0.0"
tempy "^1.0.0"

"@prisma/generator-helper@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/generator-helper/-/generator-helper-2.21.0.tgz#378b8edbefee3d619d099efbb0a1eed77a3b0813"
integrity sha512-Aldje91NQ3d45eWjXcSqchD3JAhLlkCI2mp1sdASGnNmGfU28baDHH+igEonOIVe5obsRtnbQRKnAFw1LJHkQw==
"@prisma/generator-helper@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/generator-helper/-/generator-helper-2.21.2.tgz#5620e032bd906cc42d65c15a7de8876d239aa170"
integrity sha512-zo3rqKTWo3GExb2rLgwo0EMHfpeJyj6Lo8b5g1CFWCmtpe3O4gic7mqiTWRz2jk5r6FiSIyOl4+iVRBjDmHFhg==
dependencies:
"@prisma/debug" "2.21.0"
"@prisma/debug" "2.21.2"
"@types/cross-spawn" "^6.0.1"
chalk "^4.0.0"
cross-spawn "^7.0.2"

"@prisma/get-platform@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/get-platform/-/get-platform-2.21.0.tgz#24677cfb79eef4b3c1eb8da92c99d68bce99a9e4"
integrity sha512-goHgU43l2kDF8n+wKNk6MfDAtM55ekC61Ud7qhjiF6DZM0z61oyf0ZsGqW0FqXMqFS1ckKJRw64/qeFgEhZc6g==
"@prisma/get-platform@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/get-platform/-/get-platform-2.21.2.tgz#e480d9676989495b28d734f01a64caa00ea2fa15"
integrity sha512-z9Nme7AaD4f34S1oRPjXaJJPlF4WTEx/yPxBAxvNb4QR6w84zU4zahu5n6Vkc6ErRPihlSiRG2ptDdQie/Cdww==
dependencies:
"@prisma/debug" "2.21.0"
"@prisma/debug" "2.21.2"

"@prisma/migrate@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/migrate/-/migrate-2.21.0.tgz#764be79fc9247ecf975c53f757d799f4b9457ab9"
integrity sha512-pobKrGawtx8vD0RSXOSdVjWtWnkeiHSmu4QmG1mtlnwMquk/T6kQhIkXqEZ/15qkK8ojApqkIAPAG2LwZxDSjg==
"@prisma/migrate@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/migrate/-/migrate-2.21.2.tgz#eb57d5c7e3901917b3b608a040a50a653806d9ec"
integrity sha512-UpLYel5lM+ddYtRcZFrLLu0GPolf1fs5jeZ8ilxSmLsn8siXiuBh8P8yzWUBKGCtYsS2EaPMS3igwd+TL+O09g==
dependencies:
"@prisma/debug" "2.21.0"
"@prisma/get-platform" "2.21.0"
"@prisma/debug" "2.21.2"
"@prisma/get-platform" "2.21.2"
"@sindresorhus/slugify" "^1.1.0"
diff "4.0.2"
execa "^5.0.0"
Expand All @@ -790,17 +790,17 @@
strip-ansi "^6.0.0"
strip-indent "^3.0.0"

"@prisma/sdk@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@prisma/sdk/-/sdk-2.21.0.tgz#25a18b8d7010c077980d03bdc73f7485abc93beb"
integrity sha512-nwI+OuEAhsmmy29/MwI5TzSkowavB6KNz+mQpKfdcgEjgawzTnefgSk/HX3gLLekIfOOgs4Y4Wcfwq7YRERlVg==
"@prisma/sdk@2.21.2":
version "2.21.2"
resolved "https://registry.yarnpkg.com/@prisma/sdk/-/sdk-2.21.2.tgz#f983998febc529ba7733ac6760c3f7d89538920d"
integrity sha512-m35JPEGYOnldBrIGpKdwxP/xER0S4vpk7L/qiLZGW6kVMcJRaeUGEONzmgaXtAXn6dP2BopsQ0UheCs3aF8uiQ==
dependencies:
"@prisma/debug" "2.21.0"
"@prisma/engine-core" "2.21.0"
"@prisma/debug" "2.21.2"
"@prisma/engine-core" "2.21.2"
"@prisma/engines" "2.21.0-36.e421996c87d5f3c8f7eeadd502d4ad402c89464d"
"@prisma/fetch-engine" "2.21.0"
"@prisma/generator-helper" "2.21.0"
"@prisma/get-platform" "2.21.0"
"@prisma/fetch-engine" "2.21.2"
"@prisma/generator-helper" "2.21.2"
"@prisma/get-platform" "2.21.2"
"@timsuchanek/copy" "^1.4.5"
archiver "^4.0.0"
arg "^5.0.0"
Expand Down

0 comments on commit 7e3a092

Please sign in to comment.