diff --git a/package.json b/package.json index ce189884..06909c9b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/plugin-transform-typescript": "^7.13.0", "@babel/polyfill": "^7.11.5", "@babel/preset-env": "^7.12.0", - "@babel/runtime": "^7.12.0", + "@babel/runtime": "7.12.18", "amd-name-resolver": "^1.3.1", "babel-plugin-debug-macros": "^0.3.4", "babel-plugin-ember-data-packages-polyfill": "^0.1.2", diff --git a/yarn.lock b/yarn.lock index 926aaef8..30fda675 100644 --- a/yarn.lock +++ b/yarn.lock @@ -969,7 +969,14 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.12.0", "@babel/runtime@^7.7.0", "@babel/runtime@^7.8.4": +"@babel/runtime@7.12.18": + version "7.12.18" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b" + integrity sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/runtime@^7.7.0", "@babel/runtime@^7.8.4": version "7.12.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.0.tgz#98bd7666186969c04be893d747cf4a6c6c8fa6b0" integrity sha512-lS4QLXQ2Vbw2ubfQjeQcn+BZgZ5+ROHW9f+DWjEp5Y+NHYmkRGKqHSJ1tuhbUauKu2nhZNTBIvsIQ8dXfY5Gjw==