mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
chore(deps): update dependency @babel/core to v7.24.9 (#3843)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
490d7f2e42
commit
81fb47dca4
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -54,7 +54,7 @@
|
||||||
"yaml": "2.4.5"
|
"yaml": "2.4.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.24.8",
|
"@babel/core": "7.24.9",
|
||||||
"@commitlint/cli": "^19.3.0",
|
"@commitlint/cli": "^19.3.0",
|
||||||
"@commitlint/config-conventional": "^19.2.2",
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@mdx-js/react": "3.0.1",
|
"@mdx-js/react": "3.0.1",
|
||||||
|
@ -245,21 +245,21 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/core": {
|
"node_modules/@babel/core": {
|
||||||
"version": "7.24.8",
|
"version": "7.24.9",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.8.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
|
||||||
"integrity": "sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==",
|
"integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ampproject/remapping": "^2.2.0",
|
"@ampproject/remapping": "^2.2.0",
|
||||||
"@babel/code-frame": "^7.24.7",
|
"@babel/code-frame": "^7.24.7",
|
||||||
"@babel/generator": "^7.24.8",
|
"@babel/generator": "^7.24.9",
|
||||||
"@babel/helper-compilation-targets": "^7.24.8",
|
"@babel/helper-compilation-targets": "^7.24.8",
|
||||||
"@babel/helper-module-transforms": "^7.24.8",
|
"@babel/helper-module-transforms": "^7.24.9",
|
||||||
"@babel/helpers": "^7.24.8",
|
"@babel/helpers": "^7.24.8",
|
||||||
"@babel/parser": "^7.24.8",
|
"@babel/parser": "^7.24.8",
|
||||||
"@babel/template": "^7.24.7",
|
"@babel/template": "^7.24.7",
|
||||||
"@babel/traverse": "^7.24.8",
|
"@babel/traverse": "^7.24.8",
|
||||||
"@babel/types": "^7.24.8",
|
"@babel/types": "^7.24.9",
|
||||||
"convert-source-map": "^2.0.0",
|
"convert-source-map": "^2.0.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"gensync": "^1.0.0-beta.2",
|
"gensync": "^1.0.0-beta.2",
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
"yaml": "2.4.5"
|
"yaml": "2.4.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.24.8",
|
"@babel/core": "7.24.9",
|
||||||
"@commitlint/cli": "^19.3.0",
|
"@commitlint/cli": "^19.3.0",
|
||||||
"@commitlint/config-conventional": "^19.2.2",
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@mdx-js/react": "3.0.1",
|
"@mdx-js/react": "3.0.1",
|
||||||
|
|
Loading…
Reference in a new issue