diff --git a/package.json b/package.json index 7dc11d7..a576cad 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@babel/polyfill": "^7.10.4", - "@babel/register": "^7.10.5", + "@babel/register": "^7.13.0", "bluebird": "^3.7.2", "bunyan": "^1.8.14", "moment": "^2.27.0", diff --git a/yarn.lock b/yarn.lock index 0642bcb..b800549 100644 --- a/yarn.lock +++ b/yarn.lock @@ -810,10 +810,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/register@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89" - integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== +"@babel/register@^7.13.0": + version "7.13.0" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.0.tgz#865eb78a3ed94c6ad72d0e550180b3d6566dfb8d" + integrity sha512-nswFANDBcO661RvGOHfVKVRBZIe9wJuFFIJYJWpO8LwYn8WI+h/2JZhceLvlxjxEvMH6/oGkEBgz5SnqUUMkCg== dependencies: find-cache-dir "^2.0.0" lodash "^4.17.19"