chore(deps-dev): bump @babel/core from 7.24.1 to 7.24.3 (#9758)

This commit is contained in:
dependabot[bot]
2024-03-27 12:04:42 +00:00
committed by GitHub
parent 7f4e4809ef
commit a59365899f
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/cli": "=7.24.1",
"@babel/core": "=7.24.1",
"@babel/core": "=7.24.3",
"@babel/eslint-parser": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.3",
"@babel/preset-env": "=7.24.0",
@@ -195,12 +195,12 @@
}
},
"node_modules/@babel/code-frame": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.1.tgz",
"integrity": "sha512-bC49z4spJQR3j8vFtJBLqzyzFV0ciuL5HYX7qfSl3KEqeMVV+eTquRvmXxpvB0AMubRrvv7y5DILiLLPi57Ewg==",
"version": "7.24.2",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
"integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
"dev": true,
"dependencies": {
"@babel/highlight": "^7.24.1",
"@babel/highlight": "^7.24.2",
"picocolors": "^1.0.0"
},
"engines": {
@@ -217,13 +217,13 @@
}
},
"node_modules/@babel/core": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.1.tgz",
"integrity": "sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==",
"version": "7.24.3",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.3.tgz",
"integrity": "sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.24.1",
"@babel/code-frame": "^7.24.2",
"@babel/generator": "^7.24.1",
"@babel/helper-compilation-targets": "^7.23.6",
"@babel/helper-module-transforms": "^7.23.3",
@@ -599,9 +599,9 @@
}
},
"node_modules/@babel/highlight": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.1.tgz",
"integrity": "sha512-EPmDPxidWe/Ex+HTFINpvXdPHRmgSF3T8hGvzondYjmgzTQ/0EbLpSxyt+w3zzlYSk9cNBQNF9k0dT5Z2NiBjw==",
"version": "7.24.2",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
"integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.22.20",

View File

@@ -111,7 +111,7 @@
},
"devDependencies": {
"@babel/cli": "=7.24.1",
"@babel/core": "=7.24.1",
"@babel/core": "=7.24.3",
"@babel/eslint-parser": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.3",
"@babel/preset-env": "=7.24.0",