diff --git a/package.json b/package.json index 06e3770..6d5becd 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.13.10", "is-in-browser": "^1.1.3" }, "lint-staged": { diff --git a/yarn.lock b/yarn.lock index c59f30e..8d05240 100644 --- a/yarn.lock +++ b/yarn.lock @@ -937,10 +937,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.12.13": - version "7.13.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.7.tgz#d494e39d198ee9ca04f4dcb76d25d9d7a1dc961a" - integrity sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA== +"@babel/runtime@^7.13.10": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" + integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== dependencies: regenerator-runtime "^0.13.4"