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-6144788
  • Loading branch information
snyk-bot committed Jan 5, 2024
1 parent 00e45cc commit 387f1a6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 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.6.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.6.4",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.55.0",
Expand Down

0 comments on commit 387f1a6

Please sign in to comment.