Skip to content

Commit 5469277

Browse files
committed
fix(deps): update dependency graphql-config to ^2.0.0
1 parent bc34697 commit 5469277

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "Apache-2.0",
1010
"dependencies": {
11-
"graphql-config": "^1.2.0",
11+
"graphql-config": "^2.0.0",
1212
"prisma-yml": "1.0.16"
1313
},
1414
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
150150
version "4.1.11"
151151
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
152152

153-
graphql-config@^1.2.0:
154-
version "1.2.0"
155-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.2.0.tgz#c1396e7705ce82870923134426d1b19b2de6c326"
153+
graphql-config@^2.0.0:
154+
version "2.0.0"
155+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
156156
dependencies:
157-
graphql "^0.12.3"
158157
graphql-import "^0.4.0"
159158
graphql-request "^1.4.0"
160159
js-yaml "^3.10.0"
160+
lodash "^4.17.4"
161161
minimatch "^3.0.4"
162162

163163
graphql-import@^0.4.0:

0 commit comments

Comments
 (0)