Skip to content

Commit

Permalink
appqos_client: update dev dependencies
Browse files Browse the repository at this point in the history
Update 3rd party development dependencies with known security vulnerabilities

Signed-off-by: Marcel Cornu <[email protected]>
  • Loading branch information
mdcornu committed Feb 19, 2024
1 parent dc984e1 commit a867d14
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 41 deletions.
64 changes: 25 additions & 39 deletions appqos_client/package-lock.json

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

7 changes: 5 additions & 2 deletions appqos_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appqos-client",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -66,6 +66,9 @@
"overrides": {
"semver": ">=7.5.2",
"postcss": ">=8.4.31",
"@babel/traverse": ">=7.23.2"
"@babel/traverse": ">=7.23.2",
"axios": ">=1.6.0",
"follow-redirects": ">=1.15.4",
"ip": ">=1.1.9"
}
}

0 comments on commit a867d14

Please sign in to comment.