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 00e45cc commit f477044
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
32 changes: 17 additions & 15 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 @@ -21,7 +21,7 @@
"node": ">= 16"
},
"dependencies": {
"axios": "^1.6.3",
"axios": "^1.7.4",
"@iobroker/adapter-core": "^3.0.4",
"dot-object": "^2.1.4",
"node-schedule": "^2.1.1"
Expand All @@ -40,7 +40,7 @@
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"axios": "^1.6.3",
"axios": "^1.7.4",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.55.0",
Expand Down

0 comments on commit f477044

Please sign in to comment.