Skip to content

Commit 9c43d96

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency prisma-binding to v2.3.6
1 parent fb8ba98 commit 9c43d96

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql-tools": "4.0.4",
1919
"graphql-yoga": "1.17.4",
2020
"jsonwebtoken": "8.5.0",
21-
"prisma-binding": "2.3.5",
21+
"prisma-binding": "2.3.6",
2222
"prisma-client-lib": "1.28.3"
2323
},
2424
"devDependencies": {

yarn.lock

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4441,10 +4441,10 @@ prettier@1.14.3:
44414441
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895"
44424442
integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg==
44434443

4444-
prisma-binding@2.3.5:
4445-
version "2.3.5"
4446-
resolved "https://registry.yarnpkg.com/prisma-binding/-/prisma-binding-2.3.5.tgz#5dbda74335a2c09528b9d07028d674e4af1827ae"
4447-
integrity sha512-PMzv+tiMMZcOvbcxB+e9n3sE2et/D05rt3A7ytIiAaf3jNpcJez37DOoJUNecs0tuqtW4flkHkD1mvVOmo2IeA==
4444+
prisma-binding@2.3.6:
4445+
version "2.3.6"
4446+
resolved "https://registry.yarnpkg.com/prisma-binding/-/prisma-binding-2.3.6.tgz#0bce78d0f1bbde634d0986b09db33bba2291db92"
4447+
integrity sha512-4e6gwnUThDR7AxY9cmUeMCRKIN5RNc0DqnfIDNxWWr19+WF/WrF4NpQF2L2xSI++/cdbkweKyuHZ2sA+99lwPQ==
44484448
dependencies:
44494449
apollo-link "1.2.9"
44504450
apollo-link-error "1.1.8"
@@ -4456,7 +4456,7 @@ prisma-binding@2.3.5:
44564456
graphql-tools "4.0.4"
44574457
http-link-dataloader "^0.1.6"
44584458
jsonwebtoken "8.5.0"
4459-
subscriptions-transport-ws "0.9.15"
4459+
subscriptions-transport-ws "0.9.16"
44604460
yargs "12.0.5"
44614461

44624462
prisma-cli-core@1.28.3:
@@ -5492,7 +5492,18 @@ strip-json-comments@~2.0.1:
54925492
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
54935493
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
54945494

5495-
subscriptions-transport-ws@0.9.15, subscriptions-transport-ws@^0.9.15, subscriptions-transport-ws@^0.9.8:
5495+
subscriptions-transport-ws@0.9.16:
5496+
version "0.9.16"
5497+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.16.tgz#90a422f0771d9c32069294c08608af2d47f596ec"
5498+
integrity sha512-pQdoU7nC+EpStXnCfh/+ho0zE0Z+ma+i7xvj7bkXKb1dvYHSZxgRPaU6spRP+Bjzow67c/rRDoix5RT0uU9omw==
5499+
dependencies:
5500+
backo2 "^1.0.2"
5501+
eventemitter3 "^3.1.0"
5502+
iterall "^1.2.1"
5503+
symbol-observable "^1.0.4"
5504+
ws "^5.2.0"
5505+
5506+
subscriptions-transport-ws@^0.9.15, subscriptions-transport-ws@^0.9.8:
54965507
version "0.9.15"
54975508
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.15.tgz#68a8b7ba0037d8c489fb2f5a102d1494db297d0d"
54985509
integrity sha512-f9eBfWdHsePQV67QIX+VRhf++dn1adyC/PZHP6XI5AfKnZ4n0FW+v5omxwdHVpd4xq2ZijaHEcmlQrhBY79ZWQ==

0 commit comments

Comments
 (0)