chore(deps): update dependency @babel/core to v7.20.5

This commit is contained in:
renovate[bot]
2022-12-01 11:33:00 +00:00
committed by GitHub
parent 4dbc84c6fd
commit 81e84b05e0
2 changed files with 10 additions and 10 deletions

18
web/package-lock.json generated
View File

@@ -53,7 +53,7 @@
"yaml": "2.1.3"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@mdx-js/react": "2.1.5",
"@storybook/addon-a11y": "6.5.13",
"@storybook/addon-actions": "6.5.13",
@@ -186,20 +186,20 @@
}
},
"node_modules/@babel/core": {
"version": "7.20.2",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz",
"integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==",
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.5.tgz",
"integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==",
"dependencies": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.20.2",
"@babel/generator": "^7.20.5",
"@babel/helper-compilation-targets": "^7.20.0",
"@babel/helper-module-transforms": "^7.20.2",
"@babel/helpers": "^7.20.1",
"@babel/parser": "^7.20.2",
"@babel/helpers": "^7.20.5",
"@babel/parser": "^7.20.5",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.1",
"@babel/types": "^7.20.2",
"@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.5",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",

View File

@@ -57,7 +57,7 @@
"yaml": "2.1.3"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@mdx-js/react": "2.1.5",
"@storybook/addon-a11y": "6.5.13",
"@storybook/addon-actions": "6.5.13",