Skip to content

Commit

Permalink
Fix CVE dependencies (#1308)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>

Signed-off-by: Ryan Liang <[email protected]>
Co-authored-by: Craig Perkins <[email protected]>
  • Loading branch information
RyanL1997 and cwperks authored Jan 26, 2023
1 parent 25d60ce commit 8e10167
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2,370 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"test:jest_ui": "node ./test/run_jest_tests.js --config ./test/jest.config.ui.js"
},
"resolutions": {
"samlp": "6.0.2"
"samlp": "6.0.2",
"**/glob-parent": "^6.0.0",
"**/loader-utils": "^2.0.4",
"decode-uri-component": "^0.2.1"
},
"devDependencies": {
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
Expand Down
Loading

0 comments on commit 8e10167

Please sign in to comment.