chore(deps-dev): bump @babel/register from 7.17.0 to 7.21.0 (#8459)

This commit is contained in:
dependabot[bot]
2023-03-08 12:14:58 +00:00
committed by GitHub
parent 1adaf8f992
commit 1ea30f1531
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -59,7 +59,7 @@
"@babel/plugin-transform-runtime": "=7.21.0",
"@babel/preset-env": "=7.20.2",
"@babel/preset-react": "=7.14.5",
"@babel/register": "=7.17.0",
"@babel/register": "=7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@jest/globals": "=29.4.3",
@@ -1934,9 +1934,9 @@
}
},
"node_modules/@babel/register": {
"version": "7.17.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.0.tgz",
"integrity": "sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg==",
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.21.0.tgz",
"integrity": "sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==",
"dev": true,
"dependencies": {
"clone-deep": "^4.0.1",
@@ -30968,9 +30968,9 @@
}
},
"@babel/register": {
"version": "7.17.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.0.tgz",
"integrity": "sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg==",
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.21.0.tgz",
"integrity": "sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==",
"dev": true,
"requires": {
"clone-deep": "^4.0.1",

View File

@@ -112,7 +112,7 @@
"@babel/plugin-transform-runtime": "=7.21.0",
"@babel/preset-env": "=7.20.2",
"@babel/preset-react": "=7.14.5",
"@babel/register": "=7.17.0",
"@babel/register": "=7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@jest/globals": "=29.4.3",