diff --git a/package.json b/package.json index 3a982c5..a731410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18n-auto-cli", - "version": "0.0.9", + "version": "0.0.10", "description": "Translate simplified Chinese to traditional Chinese (HK TW)", "main": "src/index.js", "scripts": { @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/deboyblog/i18n-auto.git" + "url": "git+https://github.com/deboyblog/i18n-auto-cli.git" }, "keywords": [ "auto-tanslate-tool" @@ -22,11 +22,11 @@ "author": "Deboy", "license": "MIT", "bugs": { - "url": "https://github.com/deboyblog/i18n-auto/issues" + "url": "https://github.com/deboyblog/i18n-auto-cli/issues" }, - "homepage": "https://github.com/deboyblog/i18n-auto#readme", + "homepage": "https://github.com/deboyblog/i18n-auto-cli#readme", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.18.1", "chalk": "^2.4.2", "commander": "^2.19.0", "fs": "^0.0.1-security", diff --git a/yarn.lock b/yarn.lock index baec267..e9ee3c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8,12 +8,13 @@ ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" -axios@^0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102" +axios@^0.18.1: + version "0.18.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3" + integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g== dependencies: - follow-redirects "^1.3.0" - is-buffer "^1.1.5" + follow-redirects "1.5.10" + is-buffer "^2.0.2" chalk@^2.4.2: version "2.4.2" @@ -47,9 +48,10 @@ escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" -follow-redirects@^1.3.0: - version "1.6.1" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.6.1.tgz#514973c44b5757368bad8bddfe52f81f015c94cb" +follow-redirects@1.5.10: + version "1.5.10" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a" + integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ== dependencies: debug "=3.1.0" @@ -65,9 +67,10 @@ inherits@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" +is-buffer@^2.0.2: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623" + integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== ms@2.0.0: version "2.0.0"