diff --git a/package.json b/package.json index d19a6e6..bc27c44 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/misund/hex-to-rgba#readme", "devDependencies": { - "@babel/cli": "7.8.4", + "@babel/cli": "7.10.0", "@babel/core": "7.9.6", "@babel/preset-env": "7.9.6", "@babel/register": "7.9.0", diff --git a/yarn.lock b/yarn.lock index 5c866b0..a170800 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@babel/cli@7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.4.tgz#505fb053721a98777b2b175323ea4f090b7d3c1c" - integrity sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag== +"@babel/cli@7.10.0": + version "7.10.0" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.0.tgz#44bfd08feb6f9e4791bf69c62e3b35196269b0e3" + integrity sha512-AziyYI4DpD4NmAcBD2xnH8CcIgdRrCGlW7wVL9Ysk736PCSNn2ZZedAUMu5rx/SfMT7Yv+3UReHcWKeQ3wNd/Q== dependencies: commander "^4.0.1" convert-source-map "^1.1.0"