Browse Source

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

pull/3050/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
1daead52e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      web/package-lock.json
  2. 2
      web/package.json

14
web/package-lock.json generated

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

2
web/package.json

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

Loading…
Cancel
Save