diff --git a/.gitignore b/.gitignore index ab603c5..740d966 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules coverage -.vscode \ No newline at end of file +.vscode +package-lock.json diff --git a/package.json b/package.json index eae2f8c..d96bc9b 100644 --- a/package.json +++ b/package.json @@ -38,50 +38,50 @@ "boilerplate" ], "dependencies": { - "async": "^2.1.4", - "chalk": "^1.0.0", - "cli-list": "^0.2.0", - "cli-spinners": "^1.0.0", - "configstore": "^3.0.0", - "cross-spawn": "^5.0.1", - "figures": "^2.0.0", - "fs-extra": "^5.0.0", - "fullname": "^4.0.1", - "generator-loopback": "^6.0.0", - "humanize-string": "^1.0.0", - "inquirer": "^6.0.0", - "insight": "^0.10.3", - "lodash": "^4.17.4", - "log-update": "^2.0.0", - "meow": "^3.0.0", + "async": "2.6.3", + "chalk": "1.1.3", + "cli-list": "0.2.0", + "cli-spinners": "1.3.1", + "configstore": "5.0.1", + "cross-spawn": "5.1.0", + "figures": "2.0.0", + "fs-extra": "5.0.0", + "fullname": "4.0.1", + "generator-loopback": "6.3.0", + "humanize-string": "1.0.2", + "inquirer": "6.5.2", + "insight": "0.10.3", + "lodash": "4.17.19", + "log-update": "2.3.0", + "meow": "3.7.0", "nopt": "3.0.6", "oe-environment": "git+http://evgit/oecloud.io/oe-environment.git#1.6.8", "oe-npm-keyword": "git+http://evgit/oecloud.io/oe-npm-keyword.git#1.5.1", "oe-package-json": "git+http://evgit/oecloud.io/oe-package-json.git#0.8.1", "oe-starter-app": "git+http://evgit/oecloud.io/oe-starter-app.git#2.3.0", - "opn": "^4.0.2", - "parse-help": "^0.1.1", - "read-pkg-up": "^2.0.0", - "root-check": "^1.0.0", - "sort-on": "^2.0.0", - "string-length": "^1.0.0", - "tabtab": "^1.3.2", - "titleize": "^1.0.0", - "update-notifier": "^2.1.0", - "user-home": "^2.0.0" + "opn": "4.0.2", + "parse-help": "0.1.1", + "read-pkg-up": "2.0.0", + "root-check": "1.0.0", + "sort-on": "2.0.0", + "string-length": "1.0.1", + "tabtab": "1.3.2", + "titleize": "1.0.1", + "update-notifier": "2.5.0", + "user-home": "2.0.0" }, "devDependencies": { - "gulp": "^4.0.2", - "gulp-istanbul": "^1.0.0", - "gulp-mocha": "^7.0.2", - "gulp-plumber": "^1.0.0", - "mocha": "^7.0.0", - "mockery": "^2.0.0", - "nock": "^9.0.5", - "proxyquire": "^1.0.1", - "registry-url": "^3.0.0", - "sinon": "^1.12.1", - "xo": "^0.18.1" + "gulp": "4.0.2", + "gulp-istanbul": "1.1.3", + "gulp-mocha": "7.0.2", + "gulp-plumber": "1.2.1", + "mocha": "7.2.0", + "mockery": "2.1.0", + "nock": "9.6.1", + "proxyquire": "1.8.0", + "registry-url": "3.1.0", + "sinon": "2.4.1", + "xo": "0.25.3" }, "xo": { "space": true, @@ -95,4 +95,4 @@ } ] } -} +} \ No newline at end of file