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

This commit is contained in:
dependabot[bot]
2022-03-04 11:46:57 +00:00
committed by GitHub
parent 59acd1bff4
commit 08829b1d06
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -57,7 +57,7 @@
"@babel/plugin-transform-runtime": "=7.16.8",
"@babel/preset-env": "=7.16.8",
"@babel/preset-react": "=7.14.5",
"@babel/register": "=7.16.0",
"@babel/register": "=7.17.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^16.2.1",
"@jest/globals": "=27.0.6",
@@ -2139,15 +2139,15 @@
}
},
"node_modules/@babel/register": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.16.0.tgz",
"integrity": "sha512-lzl4yfs0zVXnooeLE0AAfYaT7F3SPA8yB2Bj4W1BiZwLbMS3MZH35ZvCWSRHvneUugwuM+Wsnrj7h0F7UmU3NQ==",
"version": "7.17.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.0.tgz",
"integrity": "sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg==",
"dev": true,
"dependencies": {
"clone-deep": "^4.0.1",
"find-cache-dir": "^2.0.0",
"make-dir": "^2.1.0",
"pirates": "^4.0.0",
"pirates": "^4.0.5",
"source-map-support": "^0.5.16"
},
"engines": {
@@ -18676,9 +18676,9 @@
}
},
"node_modules/pirates": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz",
"integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
"integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
"dev": true,
"engines": {
"node": ">= 6"
@@ -26540,15 +26540,15 @@
}
},
"@babel/register": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.16.0.tgz",
"integrity": "sha512-lzl4yfs0zVXnooeLE0AAfYaT7F3SPA8yB2Bj4W1BiZwLbMS3MZH35ZvCWSRHvneUugwuM+Wsnrj7h0F7UmU3NQ==",
"version": "7.17.0",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.0.tgz",
"integrity": "sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg==",
"dev": true,
"requires": {
"clone-deep": "^4.0.1",
"find-cache-dir": "^2.0.0",
"make-dir": "^2.1.0",
"pirates": "^4.0.0",
"pirates": "^4.0.5",
"source-map-support": "^0.5.16"
}
},
@@ -39267,9 +39267,9 @@
"dev": true
},
"pirates": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz",
"integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
"integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
"dev": true
},
"pkg-up": {

View File

@@ -109,7 +109,7 @@
"@babel/plugin-transform-runtime": "=7.16.8",
"@babel/preset-env": "=7.16.8",
"@babel/preset-react": "=7.14.5",
"@babel/register": "=7.16.0",
"@babel/register": "=7.17.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^16.2.1",
"@jest/globals": "=27.0.6",