Skip to content

Commit 91dc546

Browse files
renovate[bot]kbrandwijk
authored andcommitted
fix(deps): update dependency graphql-import to v0.4.1 (#49)
1 parent d928ac6 commit 91dc546

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"chalk": "2.3.0",
4343
"fs-extra": "5.0.0",
44-
"graphql-import": "0.4.0",
44+
"graphql-import": "0.4.1",
4545
"graphql-static-binding": "0.8.0",
4646
"lodash": "4.17.4"
4747
}

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,14 @@ [email protected]:
886886
js-yaml "^3.10.0"
887887
minimatch "^3.0.4"
888888

889-
[email protected], graphql-import@^0.4.0:
889+
890+
version "0.4.1"
891+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.1.tgz#ef1c047d6250bc8c009b12b64c26924ac4f4716c"
892+
dependencies:
893+
graphql "^0.12.3"
894+
lodash "^4.17.4"
895+
896+
graphql-import@^0.4.0:
890897
version "0.4.0"
891898
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.0.tgz#84c1b2dfde1c9af26525bd87a6d2f84a63853501"
892899
dependencies:

0 commit comments

Comments
 (0)