diff --git a/package-lock.json b/package-lock.json index aded490..552b1f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,22 +5,15 @@ "requires": true, "dependencies": { "@gitzone/tsbuild": { - "version": "2.0.21", - "resolved": "https://registry.npmjs.org/@gitzone/tsbuild/-/tsbuild-2.0.21.tgz", - "integrity": "sha512-MAKfqnhf+42twSzXziRoBCu+sW61+2Rvc5qXxpEb594Fpnsj28cZ1VIEckSmiAkoBSiCnoU+2/qea2ycwWMBTg==", + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/@gitzone/tsbuild/-/tsbuild-2.0.22.tgz", + "integrity": "sha512-H0rqGVUKXWgxXhkY62kF92WpbS9GSJW27jQXaoyMsQptTQN4HIYKHWZMdO4egkk0/gDmKnBjk8MXg5Rx6efItA==", "requires": { - "@pushrocks/smartfile": "^6.0.3", + "@pushrocks/smartfile": "^6.0.6", "@pushrocks/smartlog": "^2.0.1", "@pushrocks/smartpath": "^4.0.1", "@pushrocks/smartpromise": "^2.0.5", - "typescript": "^2.9.2" - }, - "dependencies": { - "typescript": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", - "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==" - } + "typescript": "^3.0.1" } }, "@pushrocks/smartfile": { diff --git a/package.json b/package.json index 557e37a..9b844b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/node": "^10.5.7" }, "dependencies": { - "@gitzone/tsbuild": "^2.0.21", + "@gitzone/tsbuild": "^2.0.22", "@pushrocks/smartfile": "^6.0.6", "ts-node": "^7.0.0", "typescript": "^3.0.1"