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

This commit is contained in:
renovate[bot] 2023-05-29 13:55:41 +00:00 committed by GitHub
parent a132c8c1b5
commit 1544ad3b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
web/package-lock.json generated
View File

@ -54,7 +54,7 @@
"yaml": "2.3.1"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.0",
"@mdx-js/react": "2.3.0",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-actions": "6.5.16",
@ -207,20 +207,20 @@
}
},
"node_modules/@babel/core": {
"version": "7.21.8",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.8.tgz",
"integrity": "sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==",
"version": "7.22.0",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.0.tgz",
"integrity": "sha512-D58mjF+Y+89UfbMJpV57UTCg+JRQIFgvROPfH7mmIfBcoFVMkwiiiJyzPyW3onN9kg9noDg7MVyI+Yt64bnfQQ==",
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.21.4",
"@babel/generator": "^7.21.5",
"@babel/generator": "^7.22.0",
"@babel/helper-compilation-targets": "^7.21.5",
"@babel/helper-module-transforms": "^7.21.5",
"@babel/helpers": "^7.21.5",
"@babel/parser": "^7.21.8",
"@babel/template": "^7.20.7",
"@babel/traverse": "^7.21.5",
"@babel/types": "^7.21.5",
"@babel/helper-module-transforms": "^7.22.0",
"@babel/helpers": "^7.22.0",
"@babel/parser": "^7.22.0",
"@babel/template": "^7.21.9",
"@babel/traverse": "^7.22.0",
"@babel/types": "^7.22.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",

View File

@ -59,7 +59,7 @@
"yaml": "2.3.1"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.0",
"@mdx-js/react": "2.3.0",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-actions": "6.5.16",