Skip to content

Commit 32eb463

Browse files
committed
Update changelog
1 parent 3a31247 commit 32eb463

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### Changed
2+
- Updated the version of `glob` to 11.0.3 to avoid unsupported dependencies.
13

24
## [5.5.2] - 2025-10-29
35
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"axios": "^1.12.2",
2929
"axios-retry": "^4.5.0",
30-
"glob": "11.0.3",
30+
"glob": "^11.0.3",
3131
"http-proxy-agent": "^7.0.2",
3232
"https-proxy-agent": "^7.0.6",
3333
"ini": "^2.0.0",

0 commit comments

Comments
 (0)