Skip to content

Commit

Permalink
appqos_client: override dns-packet and socks package versions
Browse files Browse the repository at this point in the history
This is to remove dependency on npm 'ip' package which
is no longer maintained and contains security vulnerabilities.

Signed-off-by: Marcel Cornu <[email protected]>
  • Loading branch information
mdcornu authored and rstorozh committed Jun 24, 2024
1 parent 3b0b6ee commit ce819d5
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 33 deletions.
112 changes: 81 additions & 31 deletions appqos_client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions appqos_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@
"@babel/traverse": ">=7.23.2",
"axios": ">=1.6.0",
"follow-redirects": ">=1.15.6",
"ip": ">=1.1.9",
"webpack-dev-middleware": "5.3.4",
"express": ">=4.19.2",
"ejs": ">=3.1.10",
"tar": ">=6.2.1",
"core-js": ">=3.23.3",
"ws": ">=8.17.1",
"braces": ">=3.0.3"
"braces": ">=3.0.3",
"dns-packet": ">=5.3.0",
"socks": ">=2.8.3"
}
}

0 comments on commit ce819d5

Please sign in to comment.