From 42b30b4bdad219a1baf0d3baf6b488cfb0c19389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 14:05:55 +0100 Subject: [PATCH] chore(deps-dev): bump @babel/standalone from 7.12.7 to 7.12.8 (#6080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) from 7.12.7 to 7.12.8. - [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.12.8/packages/babel-standalone) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Müller --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 53bf4cd590c..41c845bcfba 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.7", - "@babel/standalone": "^7.12.7", + "@babel/standalone": "^7.12.8", "@nuxt/content": "^1.11.0", "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/pwa": "^3.2.2", diff --git a/yarn.lock b/yarn.lock index 7dd60ea3c8b..7a9dcc5f1f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -862,10 +862,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/standalone@^7.12.7": - version "7.12.7" - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.7.tgz#07dc3d76bea978d5c5a3fd0966c218da3fae89c9" - integrity sha512-KsNrLEOTUDg/QZ2KdPUqC+PamvbIDBqrfdbkHxnY9TWyedSUch+KU/TDoj/1kg55rmma595fnVWVqQ1eCOwsaA== +"@babel/standalone@^7.12.8": + version "7.12.8" + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.8.tgz#c4915f7120462b75b63a396088e14361dca86be6" + integrity sha512-0NPKt9h+d9ZC2bgOuh2zlM5RwaHgOol9XhMH1Jlk3oRCvHU+FSVhr7AGUtq2oRS4IDo2oULj+AKj8nj1NMKppA== "@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3": version "7.12.7"