Skip to content

Commit

Permalink
Solve critical vulnerability of Presto UI
Browse files Browse the repository at this point in the history
Update @babel and related packages to newer versions to
solve the critical vulnerability issue reported by
`yarn audit`: https://www.npmjs.com/advisories/1094446

Signed-off-by: Yihong Wang <[email protected]>
  • Loading branch information
yhwang authored and tdcmeehan committed Nov 13, 2023
1 parent 1ca0f98 commit 6c48ec5
Show file tree
Hide file tree
Showing 3 changed files with 785 additions and 1,145 deletions.
2 changes: 1 addition & 1 deletion presto-main/src/main/resources/webapp/dist/query.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions presto-main/src/main/resources/webapp/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"node": ">=18"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-flow": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-flow": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"babel-loader": "9.1.3",
"flow-bin": "^0.215.1",
"webpack": "5.88.2",
Expand All @@ -23,7 +23,7 @@
"react": "18.2.0",
"react-data-table-component": "^7.5.4",
"react-dom": "18.2.0",
"styled-components": "^6.0.8",
"styled-components": "^6.1.0",
"vis-timeline": "^7.7.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 6c48ec5

Please sign in to comment.