Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793
  • Loading branch information
snyk-bot committed Aug 15, 2024
1 parent 2f80621 commit d280ac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"axios": "^1.7.2",
"axios": "^1.7.4",
"flat": "5.0.2",
"net": "^1.0.2",
"promise-socket": "7.0.0"
Expand All @@ -44,7 +44,7 @@
"@types/request-promise-native": "^1.0.21",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"axios": "^1.7.2",
"axios": "^1.7.4",
"chai": "^4.4.1",
"chai-as-promised": "^8.0.0",
"eslint": "^9.6.0",
Expand Down

0 comments on commit d280ac0

Please sign in to comment.