From 4b89f5b97e715cff9078a528d06ef1255dfff293 Mon Sep 17 00:00:00 2001 From: Pedro Di Martino Date: Tue, 23 Mar 2021 12:47:03 +0100 Subject: [PATCH] chore(plugin-legacy): upgrade @babel/standalone to 7.13.12 (#2649) --- packages/plugin-legacy/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 2967f85442eb0a..15dfa8b684fc95 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme", "dependencies": { - "@babel/standalone": "^7.13.6", + "@babel/standalone": "^7.13.12", "core-js": "^3.8.2", "magic-string": "^0.25.7", "regenerator-runtime": "^0.13.7", diff --git a/yarn.lock b/yarn.lock index 55d9c26fc04823..59b7e42f518192 100644 --- a/yarn.lock +++ b/yarn.lock @@ -432,10 +432,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/standalone@^7.13.6": - version "7.13.7" - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.13.7.tgz#4c1a9b889d59c332cbc965014aad0d13fb0b9fec" - integrity sha512-K1vgq2R7bJe2HOKcoQ2cYjR+9tmzvEDIOH/G5AhlJ9+3hOxL/R/7600LHkO1us3m2tNY5Gm9erj37Fik07jj7w== +"@babel/standalone@^7.13.12": + version "7.13.12" + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.13.12.tgz#a7065c30bd8511cd48c99193bd69e7c596bbbc44" + integrity sha512-2Xb4B3EdCmgwo7Q3WVHoLfZh0Jg1AvgjWF3e2kLGZ3Yg6EosD0g6qzMZJHZ2sCoEI/g7/bjphSMTqjQDZc6SkA== "@babel/template@^7.0.0", "@babel/template@^7.12.13", "@babel/template@^7.3.3": version "7.12.13"