Skip to content

Commit 4b89f5b

Browse files
authored
chore(plugin-legacy): upgrade @babel/standalone to 7.13.12 (#2649)
1 parent 74b360b commit 4b89f5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/plugin-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2727
"dependencies": {
28-
"@babel/standalone": "^7.13.6",
28+
"@babel/standalone": "^7.13.12",
2929
"core-js": "^3.8.2",
3030
"magic-string": "^0.25.7",
3131
"regenerator-runtime": "^0.13.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,10 @@
432432
dependencies:
433433
regenerator-runtime "^0.13.4"
434434

435-
"@babel/standalone@^7.13.6":
436-
version "7.13.7"
437-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.13.7.tgz#4c1a9b889d59c332cbc965014aad0d13fb0b9fec"
438-
integrity sha512-K1vgq2R7bJe2HOKcoQ2cYjR+9tmzvEDIOH/G5AhlJ9+3hOxL/R/7600LHkO1us3m2tNY5Gm9erj37Fik07jj7w==
435+
"@babel/standalone@^7.13.12":
436+
version "7.13.12"
437+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.13.12.tgz#a7065c30bd8511cd48c99193bd69e7c596bbbc44"
438+
integrity sha512-2Xb4B3EdCmgwo7Q3WVHoLfZh0Jg1AvgjWF3e2kLGZ3Yg6EosD0g6qzMZJHZ2sCoEI/g7/bjphSMTqjQDZc6SkA==
439439

440440
"@babel/template@^7.0.0", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
441441
version "7.12.13"

0 commit comments

Comments
 (0)