Skip to content

Commit f852d60

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-cli to v2.16.1
1 parent 344c427 commit f852d60

File tree

4 files changed

+14
-32
lines changed

4 files changed

+14
-32
lines changed

advanced/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"dotenv": "5.0.1",
17-
"graphql-cli": "2.16.0",
17+
"graphql-cli": "2.16.1",
1818
"nodemon": "1.17.5",
1919
"npm-run-all": "4.1.3",
2020
"prisma": "1.7.0"

advanced/server/yarn.lock

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,9 +2165,9 @@ [email protected]:
21652165
update-notifier "^2.3.0"
21662166
yargs "11.0.0"
21672167

2168-
2169-
version "2.16.0"
2170-
resolved "https://registry.yarnpkg.com/graphql-cli/-/graphql-cli-2.16.0.tgz#eb3cb7fefae0b818eab053c0a05d4f9b102d39aa"
2168+
2169+
version "2.16.1"
2170+
resolved "https://registry.yarnpkg.com/graphql-cli/-/graphql-cli-2.16.1.tgz#8fe13f14490c846481044cc33c6a120d949594b3"
21712171
dependencies:
21722172
adm-zip "0.4.7"
21732173
apollo-codegen "^0.19.1"
@@ -2193,7 +2193,7 @@ [email protected]:
21932193
mkdirp "^0.5.1"
21942194
node-fetch "^2.0.0"
21952195
npm-paths "^1.0.0"
2196-
npm-run "^5.0.1"
2196+
npm-run "4.1.2"
21972197
opn "^5.2.0"
21982198
ora "^1.4.0"
21992199
parse-github-url "^1.0.2"
@@ -3693,7 +3693,7 @@ npm-conf@^1.1.0:
36933693
config-chain "^1.1.11"
36943694
pify "^3.0.0"
36953695

3696-
npm-path@^2.0.2, npm-path@^2.0.3, npm-path@^2.0.4:
3696+
npm-path@^2.0.2, npm-path@^2.0.3:
36973697
version "2.0.4"
36983698
resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz#c641347a5ff9d6a09e4d9bce5580c4f505278e64"
36993699
dependencies:
@@ -3726,7 +3726,7 @@ npm-run-path@^2.0.0:
37263726
dependencies:
37273727
path-key "^2.0.0"
37283728

3729-
npm-run@^4.1.2:
3729+
npm-run@4.1.2, npm-run@^4.1.2:
37303730
version "4.1.2"
37313731
resolved "https://registry.yarnpkg.com/npm-run/-/npm-run-4.1.2.tgz#1030e1ec56908c89fcc3fa366d03a2c2ba98eb99"
37323732
dependencies:
@@ -3737,15 +3737,6 @@ npm-run@^4.1.2:
37373737
serializerr "^1.0.3"
37383738
sync-exec "^0.6.2"
37393739

3740-
npm-run@^5.0.1:
3741-
version "5.0.1"
3742-
resolved "https://registry.yarnpkg.com/npm-run/-/npm-run-5.0.1.tgz#1baea93389b50ae25a32382c8ca322398e50cd16"
3743-
dependencies:
3744-
minimist "^1.2.0"
3745-
npm-path "^2.0.4"
3746-
npm-which "^3.0.1"
3747-
serializerr "^1.0.3"
3748-
37493740
npm-which@^3.0.1:
37503741
version "3.0.1"
37513742
resolved "https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa"

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prisma-binding": "1.5.19"
1212
},
1313
"devDependencies": {
14-
"graphql-cli": "2.16.0",
14+
"graphql-cli": "2.16.1",
1515
"npm-run-all": "4.1.3",
1616
"prisma": "1.7.0"
1717
}

basic/server/yarn.lock

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,9 +1958,9 @@ [email protected]:
19581958
update-notifier "^2.3.0"
19591959
yargs "11.0.0"
19601960

1961-
1962-
version "2.16.0"
1963-
resolved "https://registry.yarnpkg.com/graphql-cli/-/graphql-cli-2.16.0.tgz#eb3cb7fefae0b818eab053c0a05d4f9b102d39aa"
1961+
1962+
version "2.16.1"
1963+
resolved "https://registry.yarnpkg.com/graphql-cli/-/graphql-cli-2.16.1.tgz#8fe13f14490c846481044cc33c6a120d949594b3"
19641964
dependencies:
19651965
adm-zip "0.4.7"
19661966
apollo-codegen "^0.19.1"
@@ -1986,7 +1986,7 @@ [email protected]:
19861986
mkdirp "^0.5.1"
19871987
node-fetch "^2.0.0"
19881988
npm-paths "^1.0.0"
1989-
npm-run "^5.0.1"
1989+
npm-run "4.1.2"
19901990
opn "^5.2.0"
19911991
ora "^1.4.0"
19921992
parse-github-url "^1.0.2"
@@ -3265,7 +3265,7 @@ npm-conf@^1.1.0:
32653265
config-chain "^1.1.11"
32663266
pify "^3.0.0"
32673267

3268-
npm-path@^2.0.2, npm-path@^2.0.3, npm-path@^2.0.4:
3268+
npm-path@^2.0.2, npm-path@^2.0.3:
32693269
version "2.0.4"
32703270
resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz#c641347a5ff9d6a09e4d9bce5580c4f505278e64"
32713271
dependencies:
@@ -3298,7 +3298,7 @@ npm-run-path@^2.0.0:
32983298
dependencies:
32993299
path-key "^2.0.0"
33003300

3301-
npm-run@^4.1.2:
3301+
npm-run@4.1.2, npm-run@^4.1.2:
33023302
version "4.1.2"
33033303
resolved "https://registry.yarnpkg.com/npm-run/-/npm-run-4.1.2.tgz#1030e1ec56908c89fcc3fa366d03a2c2ba98eb99"
33043304
dependencies:
@@ -3309,15 +3309,6 @@ npm-run@^4.1.2:
33093309
serializerr "^1.0.3"
33103310
sync-exec "^0.6.2"
33113311

3312-
npm-run@^5.0.1:
3313-
version "5.0.1"
3314-
resolved "https://registry.yarnpkg.com/npm-run/-/npm-run-5.0.1.tgz#1baea93389b50ae25a32382c8ca322398e50cd16"
3315-
dependencies:
3316-
minimist "^1.2.0"
3317-
npm-path "^2.0.4"
3318-
npm-which "^3.0.1"
3319-
serializerr "^1.0.3"
3320-
33213312
npm-which@^3.0.1:
33223313
version "3.0.1"
33233314
resolved "https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa"

0 commit comments

Comments
 (0)