Skip to content

Commit 243cec1

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency prisma-binding to v2.2.16
1 parent 935e132 commit 243cec1

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
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.0",
2020
"jsonwebtoken": "8.4.0",
21-
"prisma-binding": "2.2.15",
21+
"prisma-binding": "2.2.16",
2222
"prisma-client-lib": "1.25.3"
2323
},
2424
"devDependencies": {

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,14 +2154,14 @@ [email protected]:
21542154
scuid "^1.0.2"
21552155
yaml-ast-parser "^0.0.40"
21562156

2157-
2158-
version "2.4.1"
2159-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.4.1.tgz#5880b78670b5910b3589a6fa76441e9a7d8c289c"
2160-
integrity sha512-UHSVM2bfB4gGtwRcUXwejo2R825Rm8vnJGA6+IB+NquObXBdw6YvDSTIwgavsNM6I6qRlyl0CUaAf/r15YYqwQ==
2157+
2158+
version "2.4.2"
2159+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.4.2.tgz#a48340e55161f90a75e3c24bab87e810f4b096d5"
2160+
integrity sha512-1w3YoyCnGaEkR/vihOnK9PqN30IMqzKoVkg156zSRK9tGvYF33yy3O8ZZqOPMu7q6xp+LMUsnrjhYgit4sH1hg==
21612161
dependencies:
21622162
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
21632163
graphql-import "^0.7.1"
2164-
graphql-tools "4.0.3"
2164+
graphql-tools "4.0.4"
21652165
iterall "1.2.2"
21662166
object-path-immutable "^3.0.0"
21672167
resolve-cwd "^2.0.0"
@@ -2392,21 +2392,21 @@ graphql-tag@^2.10.0:
23922392
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
23932393
integrity sha512-9FD6cw976TLLf9WYIUPCaaTpniawIjHWZSwIRZSjrfufJamcXbVVYfN2TWvJYbw0Xf2JjYbl1/f2+wDnBVw3/w==
23942394

2395-
[email protected].3, graphql-tools@^4.0.0, graphql-tools@^4.0.3:
2396-
version "4.0.3"
2397-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
2398-
integrity sha512-NNZM0WSnVLX1zIMUxu7SjzLZ4prCp15N5L2T2ro02OVyydZ0fuCnZYRnx/yK9xjGWbZA0Q58yEO//Bv/psJWrg==
2395+
2396+
version "4.0.4"
2397+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.4.tgz#ca08a63454221fdde825fe45fbd315eb2a6d566b"
2398+
integrity sha512-chF12etTIGVVGy3fCTJ1ivJX2KB7OSG4c6UOJQuqOHCmBQwTyNgCDuejZKvpYxNZiEx7bwIjrodDgDe9RIkjlw==
23992399
dependencies:
24002400
apollo-link "^1.2.3"
24012401
apollo-utilities "^1.0.1"
24022402
deprecated-decorator "^0.1.6"
24032403
iterall "^1.1.3"
24042404
uuid "^3.1.0"
24052405

2406-
2407-
version "4.0.4"
2408-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.4.tgz#ca08a63454221fdde825fe45fbd315eb2a6d566b"
2409-
integrity sha512-chF12etTIGVVGy3fCTJ1ivJX2KB7OSG4c6UOJQuqOHCmBQwTyNgCDuejZKvpYxNZiEx7bwIjrodDgDe9RIkjlw==
2406+
graphql-tools@^4.0.0, graphql-tools@^4.0.3:
2407+
version "4.0.3"
2408+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
2409+
integrity sha512-NNZM0WSnVLX1zIMUxu7SjzLZ4prCp15N5L2T2ro02OVyydZ0fuCnZYRnx/yK9xjGWbZA0Q58yEO//Bv/psJWrg==
24102410
dependencies:
24112411
apollo-link "^1.2.3"
24122412
apollo-utilities "^1.0.1"
@@ -4360,17 +4360,17 @@ prettier@^1.14.3:
43604360
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e"
43614361
integrity sha512-YgPLFFA0CdKL4Eg2IHtUSjzj/BWgszDHiNQAe0VAIBse34148whfdzLagRL+QiKS+YfK5ftB6X4v/MBw8yCoug==
43624362

4363-
4364-
version "2.2.15"
4365-
resolved "https://registry.yarnpkg.com/prisma-binding/-/prisma-binding-2.2.15.tgz#56b3e47e4eea3200c458635c9dbfec8bed27af8f"
4366-
integrity sha512-Zgly0Qhu1y9pr7kKYVECKwSOaBNlKifQWiuolLXxvQ8D4dB17WVYny/PO/Qat9zemU+ipTTtxf+wDSQChJ16+g==
4363+
4364+
version "2.2.16"
4365+
resolved "https://registry.yarnpkg.com/prisma-binding/-/prisma-binding-2.2.16.tgz#a309545724a3cf6eb81fb2887b581be19b337712"
4366+
integrity sha512-feTZGJSmQcHFTdB5AQoNMUUFGbGtBmwqV7MLk9IHRhquTt8NjjrP/PPhPQgOUBM7JL0+R5qyUhq4H0/6NEEQDQ==
43674367
dependencies:
43684368
apollo-link "1.2.6"
43694369
apollo-link-error "1.1.5"
43704370
apollo-link-ws "1.0.12"
43714371
cross-fetch "3.0.0"
43724372
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
4373-
graphql-binding "2.4.1"
4373+
graphql-binding "2.4.2"
43744374
graphql-import "0.7.1"
43754375
graphql-tools "4.0.4"
43764376
http-link-dataloader "^0.1.6"

0 commit comments

Comments
 (0)