Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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-6032459
  • Loading branch information
snyk-bot authored and chrisns committed Nov 27, 2023
1 parent d7621c1 commit 9b1b26f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"@zwave-js/winston-daily-rotate-file": "^4.5.6-1",
"ansi_up": "^6.0.2",
"archiver": "^6.0.1",
"axios": "^1.5.1",
"axios": "^1.6.0",
"axios-progress-bar": "^1.2.0",
"connect-history-api-fallback": "2.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3798,6 +3798,15 @@ __metadata:
languageName: node
linkType: hard

"axios-progress-bar@npm:^1.2.0":
version: 1.2.0
resolution: "axios-progress-bar@npm:1.2.0"
peerDependencies:
axios: 0.x
checksum: b0ef52ed5649ef4efe0e50f8bddc920b9d38dfafe59417db5062a7ee2c92d18811776e89c9b132b292b9742d94e7c48d654bfd68cb86410bf93e58ec6e239a47
languageName: node
linkType: hard

"axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
Expand All @@ -3808,7 +3817,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.5.1":
"axios@npm:^1.6.0":
version: 1.6.2
resolution: "axios@npm:1.6.2"
dependencies:
Expand Down Expand Up @@ -14306,7 +14315,8 @@ __metadata:
"@zwave-js/winston-daily-rotate-file": "npm:^4.5.6-1"
ansi_up: "npm:^6.0.2"
archiver: "npm:^6.0.1"
axios: "npm:^1.5.1"
axios: "npm:^1.6.0"
axios-progress-bar: "npm:^1.2.0"
c8: "npm:^8.0.1"
chai: "npm:^4.3.10"
chai-as-promised: "npm:^7.1.1"
Expand Down

0 comments on commit 9b1b26f

Please sign in to comment.