Skip to content

Commit 8da26ea

Browse files
maria-hambardzumianmaria-hambardzumian
andauthored
EPMRPP-113918 || Fix security vulnerabilities (#258)
* EPMRPP-113918 || Fix security vulnerabilities * EPMRPP-113918 || crf --------- Co-authored-by: maria-hambardzumian <maria_hambardzumyan@gmail.com>
1 parent 2f6da92 commit 8da26ea

3 files changed

Lines changed: 49 additions & 47 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Added
22
- Google Analytics improvements.
3+
### Security
4+
- Updated versions of vulnerable packages (glob (minimatch ReDoS - [CWE-1333](https://cwe.mitre.org/data/definitions/1333.html), [CWE-407](https://cwe.mitre.org/data/definitions/407.html)), axios - [CVE-2026-25639](https://www.cve.org/CVERecord?id=CVE-2026-25639), diff, lodash).
35

46
## [5.5.10] - 2026-02-05
57
### Fixed

package-lock.json

Lines changed: 46 additions & 46 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
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"axios": "^1.13.5",
3030
"axios-retry": "^4.5.0",
31-
"glob": "^13.0.1",
31+
"glob": "^13.0.6",
3232
"http-proxy-agent": "^7.0.2",
3333
"https-proxy-agent": "^7.0.6",
3434
"ini": "^2.0.0",

0 commit comments

Comments
 (0)