From c67c51c642f49b7ef2d97d1b8b0fa99ce5153da1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Oct 2020 19:10:39 +0000 Subject: [PATCH] chore(deps): update devdependency @babel/standalone to ^7.12.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5017d6523b0..ee9590636c1 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.1", - "@babel/standalone": "^7.12.3", + "@babel/standalone": "^7.12.4", "@nuxt/content": "^1.10.0", "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/pwa": "^3.2.2", diff --git a/yarn.lock b/yarn.lock index d65b2649651..7ce2dc755e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -863,10 +863,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/standalone@^7.12.3": - version "7.12.3" - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.3.tgz#65f37d670ebb4083e74fd9b5178044ccc64d4f83" - integrity sha512-+zZdF3o/CEeSQ+WDZWeqdVVHGc1oQ+EZuYOQnCGyngNXroH+uMhHa00ki6egI/EddI6vHMH3TEdQhXAx98usXg== +"@babel/standalone@^7.12.4": + version "7.12.4" + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.12.4.tgz#1493960e765308cc06e9a75ba1affbe65a11124b" + integrity sha512-9vw7RYK7CWh5MdTfLyC7j6hZmDYmm6DieFP4yetvpVftKQ+yrEY7ovhnhsVHznLqx5luU9Bx4k7xoEc3acrsow== "@babel/template@^7.10.4", "@babel/template@^7.3.3": version "7.10.4"