Browse Source

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

pull/3395/head
renovate[bot] 2 years ago committed by Gabe Kangas
parent
commit
18ca933f62
  1. 12
      web/package-lock.json
  2. 2
      web/package.json

12
web/package-lock.json generated

@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
"yaml": "2.3.2"
},
"devDependencies": {
"@babel/core": "7.22.19",
"@babel/core": "7.22.20",
"@mdx-js/react": "2.3.0",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-actions": "6.5.16",
@ -214,19 +214,19 @@ @@ -214,19 +214,19 @@
}
},
"node_modules/@babel/core": {
"version": "7.22.19",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.19.tgz",
"integrity": "sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA==",
"version": "7.22.20",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.20.tgz",
"integrity": "sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==",
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.22.13",
"@babel/generator": "^7.22.15",
"@babel/helper-compilation-targets": "^7.22.15",
"@babel/helper-module-transforms": "^7.22.19",
"@babel/helper-module-transforms": "^7.22.20",
"@babel/helpers": "^7.22.15",
"@babel/parser": "^7.22.16",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.22.19",
"@babel/traverse": "^7.22.20",
"@babel/types": "^7.22.19",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",

2
web/package.json

@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
"yaml": "2.3.2"
},
"devDependencies": {
"@babel/core": "7.22.19",
"@babel/core": "7.22.20",
"@mdx-js/react": "2.3.0",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-actions": "6.5.16",

Loading…
Cancel
Save