diff --git a/package.json b/package.json index f8af2f71..b604d89a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/plugin-transform-typescript": "^7.8.3", - "@babel/runtime": "^7.8.3", + "@babel/runtime": "^7.8.4", "@ember/optional-features": "^1.3.0", "babel-eslint": "^10.0.3", "babel-plugin-debug-macros": "^0.3.3", diff --git a/yarn.lock b/yarn.lock index 0a6546d6..bee50659 100644 --- a/yarn.lock +++ b/yarn.lock @@ -750,10 +750,10 @@ js-levenshtein "^1.1.3" semver "^5.5.0" -"@babel/runtime@^7.7.0", "@babel/runtime@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1" - integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w== +"@babel/runtime@^7.7.0", "@babel/runtime@^7.8.4": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308" + integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ== dependencies: regenerator-runtime "^0.13.2"