Skip to content

Commit

Permalink
Remove transitive dependency on vm2 (#11507)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmartin-coforma authored Nov 1, 2023
1 parent 45529c5 commit 5e4f6bb
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 344 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"resolutions": {
"nwsapi": "^2.2.5",
"xml2js": "0.5.0",
"json5": "2.2.3"
"json5": "2.2.3",
"proxy-agent": "^6.3.0"
}
}
4 changes: 2 additions & 2 deletions services/ui-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"bootstrap": "^5.1.3",
"date-fns": "^2.26.0",
"date-fns-tz": "^1.2.2",
"degenerator": "4.0.4",
"dompurify": "^2.3.10",
"fast-xml-parser": "4.2.5",
"framer-motion": "^4",
Expand Down Expand Up @@ -82,7 +81,8 @@
"@types/react-dom": "17.0.17",
"nwsapi": "^2.2.5",
"xml2js": "^0.5.0",
"json5": "2.2.3"
"json5": "2.2.3",
"proxy-agent": "^6.3.0"
},
"jest": {
"coverageReporters": [
Expand Down
Loading

0 comments on commit 5e4f6bb

Please sign in to comment.