Skip to content

Commit 68dc251

Browse files
committed
fix: bump graphql-config
1 parent 08c9a01 commit 68dc251

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "^2.2.0",
11+
"graphql-config": "2.2.1",
1212
"prisma-yml": "1.0.97"
1313
},
1414
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,9 +1182,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
11821182
version "4.1.11"
11831183
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
11841184

1185-
graphql-config@^2.2.0:
1186-
version "2.2.0"
1187-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.0.tgz#fe1529eb5b77d0bf5cb32b8bbda2f5e7db622d97"
1185+
1186+
version "2.2.1"
1187+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.1.tgz#5fd0ec77ac7428ca5fb2026cf131be10151a0cb2"
11881188
dependencies:
11891189
graphql-import "^0.7.1"
11901190
graphql-request "^1.5.0"

0 commit comments

Comments
 (0)