Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fix: cmd/aries-js-worker/package.json & cmd/aries-js-worker/package-l…
Browse files Browse the repository at this point in the history
…ock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
  • Loading branch information
snyk-bot committed Oct 27, 2023
1 parent e17eddd commit ac372b9
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 8 deletions.
62 changes: 55 additions & 7 deletions cmd/aries-js-worker/package-lock.json

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

2 changes: 1 addition & 1 deletion cmd/aries-js-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"npm": ">=6.13"
},
"dependencies": {
"axios": "0.23.0",
"axios": "1.6.0",
"minimist": "^1.2.5"
}
}

0 comments on commit ac372b9

Please sign in to comment.