From 10c53f141586b8f85b5b099f57d47f6973d13d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 08:05:08 +0000 Subject: [PATCH] Bump @babel/runtime from 7.15.3 to 7.15.4 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.15.3 to 7.15.4. - [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.15.4/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:development update-type: version-update:semver-patch ... 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 52be690f..7115834d 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.15.0", "@babel/preset-env": "^7.15.0", - "@babel/runtime": "7.15.3", + "@babel/runtime": "7.15.4", "@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 bc3ef061..1889a30a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -903,10 +903,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@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== +"@babel/runtime@7.15.4", "@babel/runtime@^7.12.0", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" + integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== dependencies: regenerator-runtime "^0.13.4"