diff --git a/basic/.install/package.json b/basic/.install/package.json index 81298a2..1f993aa 100644 --- a/basic/.install/package.json +++ b/basic/.install/package.json @@ -2,7 +2,7 @@ "name": "install", "version": "0.0.0", "devDependencies": { - "graphql-boilerplate-install": "0.1.8" + "graphql-boilerplate-install": "0.1.9" }, "prettier": { "semi": false, diff --git a/basic/.install/yarn.lock b/basic/.install/yarn.lock index 2de2f89..ddbc2ed 100644 --- a/basic/.install/yarn.lock +++ b/basic/.install/yarn.lock @@ -14,12 +14,14 @@ cross-spawn@5.1.0, cross-spawn@^5.1.0: shebang-command "^1.2.0" which "^1.2.9" -graphql-boilerplate-install@0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/graphql-boilerplate-install/-/graphql-boilerplate-install-0.1.8.tgz#7d71b3f5908d968aaa77c524765cc1b4d7bec348" +graphql-boilerplate-install@0.1.9: + version "0.1.9" + resolved "https://registry.yarnpkg.com/graphql-boilerplate-install/-/graphql-boilerplate-install-0.1.9.tgz#bcd7e8dbb2b685820e78a76a5dbb6f24fcadf2c8" dependencies: cross-spawn "5.1.0" + node-fetch "^2.1.2" npm-run "4.1.2" + sillyname "^0.1.0" isexe@^2.0.0: version "2.0.0" @@ -36,6 +38,10 @@ minimist@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" +node-fetch@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5" + npm-path@^2.0.2, npm-path@^2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz#c641347a5ff9d6a09e4d9bce5580c4f505278e64" @@ -85,6 +91,10 @@ shebang-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" +sillyname@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/sillyname/-/sillyname-0.1.0.tgz#cfd98858e2498671347775efe3bb5141f46c87d6" + sync-exec@^0.6.2: version "0.6.2" resolved "https://registry.yarnpkg.com/sync-exec/-/sync-exec-0.6.2.tgz#717d22cc53f0ce1def5594362f3a89a2ebb91105"