Skip to content

Commit 36c06cf

Browse files
committed
fix(deps): update dependency prisma-yml to v1.0.28
1 parent e44c74c commit 36c06cf

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"graphql-config": "^2.0.0",
12-
"prisma-yml": "1.0.25"
12+
"prisma-yml": "1.0.28"
1313
},
1414
"devDependencies": {
1515
"@types/node": "9.4.6",

yarn.lock

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ cross-fetch@0.0.8:
9595
node-fetch "1.7.3"
9696
whatwg-fetch "2.0.3"
9797

98+
cross-fetch@1.1.1:
99+
version "1.1.1"
100+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1.tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0"
101+
dependencies:
102+
node-fetch "1.7.3"
103+
whatwg-fetch "2.0.3"
104+
98105
debug@^3.1.0:
99106
version "3.1.0"
100107
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -173,6 +180,12 @@ graphql-request@^1.4.0:
173180
dependencies:
174181
cross-fetch "0.0.8"
175182

183+
graphql-request@^1.5.0:
184+
version "1.5.0"
185+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.5.0.tgz#69b30a1767189fcba27f5c907c0a87339f90b5d8"
186+
dependencies:
187+
cross-fetch "1.1.1"
188+
176189
graphql@^0.12.3:
177190
version "0.12.3"
178191
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
@@ -346,16 +359,17 @@ prisma-json-schema@^0.0.1:
346359
version "0.0.1"
347360
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.1.tgz#0802e156a293faefdf21e5e41beb8d3681f45cb1"
348361

349-
prisma-yml@1.0.25:
350-
version "1.0.25"
351-
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.25.tgz#e7989efa85320d7f7695d2280ba305abe5262f75"
362+
prisma-yml@1.0.28:
363+
version "1.0.28"
364+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.28.tgz#5dd9bb99353cf2fba5bb12880b25faaaf72b9f5e"
352365
dependencies:
353366
ajv "5"
354367
bluebird "^3.5.1"
355368
chalk "^2.3.0"
356369
debug "^3.1.0"
357370
dotenv "^4.0.0"
358371
fs-extra "^5.0.0"
372+
graphql-request "^1.5.0"
359373
isomorphic-fetch "^2.2.1"
360374
js-yaml "^3.10.0"
361375
json-stable-stringify "^1.0.1"

0 commit comments

Comments
 (0)