Skip to content

Commit 21f41f1

Browse files
security: require axios >= 1.6.4 due to vulnerability in follow-redirect <= 1.15.4
1 parent 2b257df commit 21f41f1

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## Unreleased
8+
## [Unreleased]
99
### Fixed
1010
* Dependencies: Update `follow-redirects` due to security vulnerability
11+
### Security
12+
* Increase `axios` requirement to `^1.6.4` to avoid
13+
[vulnerability in follow-redirects <1.15.4](https://github.com/advisories/GHSA-jchw-25xp-jwwc)
1114

1215

1316
## [1.11.0] - 2023-11-03

‎package-lock.json‎

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"@types/node": ">=12.0",
23-
"axios": ">=0.21.2 <1.2.0 || >=1.2.2",
23+
"axios": "^1.6.4",
2424
"form-data": "^3.0.0",
2525
"loglevel": ">=1.6.2"
2626
},

0 commit comments

Comments
 (0)