diff --git a/package.json b/package.json index 89368af3..e5978e87 100644 --- a/package.json +++ b/package.json @@ -225,7 +225,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.14.2", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.14.8", - "@babel/runtime": "7.14.8", + "@babel/runtime": "7.15.3", "@electron/universal": "^1.0.5", "@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0", "@types/auto-launch": "^5.0.2", diff --git a/yarn.lock b/yarn.lock index a74eb826..d7cbc26e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -908,10 +908,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@7.14.8", "@babel/runtime@^7.12.0", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" - integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== +"@babel/runtime@7.15.3", "@babel/runtime@^7.12.0", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b" + integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA== dependencies: regenerator-runtime "^0.13.4"