Merge pull request #4141 from h3poteto/dependabot/npm_and_yarn/babel/register-7.21.0

build(deps-dev): bump @babel/register from 7.18.9 to 7.21.0
This commit is contained in:
AkiraFukushima 2023-02-23 01:27:19 +09:00 committed by GitHub
commit 7630c99a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -122,7 +122,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@babel/register": "^7.21.0",
"@babel/runtime": "7.21.0",
"@electron/universal": "^1.3.4",
"@types/auto-launch": "^5.0.2",

View File

@ -912,10 +912,10 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
"@babel/register@^7.18.9":
version "7.18.9"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.18.9.tgz#1888b24bc28d5cc41c412feb015e9ff6b96e439c"
integrity sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==
"@babel/register@^7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.21.0.tgz#c97bf56c2472e063774f31d344c592ebdcefa132"
integrity sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==
dependencies:
clone-deep "^4.0.1"
find-cache-dir "^2.0.0"