From ce5e311cff6cccf06132d4a809921b7dc8190b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 07:26:36 +0000 Subject: [PATCH] Bump @babel/runtime from 7.13.10 to 7.14.0 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.10 to 7.14.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.0/packages/babel-runtime) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b73e7591..cebdb7a4 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.10", - "@babel/runtime": "7.13.10", + "@babel/runtime": "7.14.0", "@electron/universal": "^1.0.4", "@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0", "@types/auto-launch": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index 26fc8d4b..f08a098c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -839,10 +839,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@7.13.10", "@babel/runtime@^7.12.0", "@babel/runtime@^7.8.4": - version "7.13.10" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d" - integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== +"@babel/runtime@7.14.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.8.4": + 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"