Skip to content

Commit c3f06e0

Browse files
authored
[STREAM-1208] Update axios to 1.13.5 (#339)
1 parent 84c009d commit c3f06e0

3 files changed

Lines changed: 19 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
* [STREAM-949](https://inindca.atlassian.net/browse/STREAM-949) - Catch errors and emit them as a `disconnected` event and include error.
1010
* [STREAM-1201](https://inindca.atlassian.net/browse/STREAM-1201) - Add ability to track internally-used subscriptions.
1111

12+
### Changed
13+
* [STREAM-1208](https://inindca.atlassian.net/browse/STREAM-1208) - Update axios to 1.13.5 to address vulnerability.
14+
1215
# [v19.5.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.4.1...v19.5.0)
1316
### Added
1417
* [STREAM-995](https://inindca.atlassian.net/browse/STREAM-995) - Include `missingPermissions` on topic subscribe Error.

package-lock.json

Lines changed: 15 additions & 12 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
@@ -50,7 +50,7 @@
5050
"author": "",
5151
"dependencies": {
5252
"@babel/runtime-corejs3": "^7.10.4",
53-
"axios": "^1.12.0",
53+
"axios": "^1.13.5",
5454
"backoff-web": "^1.0.1",
5555
"browserama": "^3.2.0",
5656
"core-js": "^3.6.5",

0 commit comments

Comments
 (0)