Skip to content

Commit 9334c70

Browse files
committed
Selectively override glob
1 parent 12d26d4 commit 9334c70

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Security
1313
- Updated `js-yaml` from 4.1.0 to 4.1.1 to address security vulnerability
1414
- Updated `husky` from 4.3.0 to 9.1.7 to resolve security vulnerabilities
15+
- Updated `jest` to 30.2.0
16+
- Updated `rimraf` to 6.1.2
17+
- Updated `glob`:
18+
- Use selective override to keep `glob@7.2.3` for `test-exclude`
19+
- Force `glob@>=11.1.0` for all other dependencies
1520

1621
## [1.0.0] - 2025-10-29
1722

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
"typescript": "^5.9.2"
6565
},
6666
"overrides": {
67+
"test-exclude": {
68+
"glob": "^7.2.3"
69+
},
6770
"glob": ">=11.1.0"
6871
},
6972
"dependencies": {

0 commit comments

Comments
 (0)