Skip to content

Commit d861c1c

Browse files
committed
chore: update glob dependency versions in pnpm-lock and pnpm-workspace files
- Added overrides for glob versions to ensure compatibility with newer releases. - Updated glob dependencies to versions 11.0.3 and 12.0.0 in the lock file and workspace configuration. - Removed deprecated glob version 10.4.5 from the dependencies.
1 parent f78d274 commit d861c1c

File tree

2 files changed

+27
-39
lines changed

2 files changed

+27
-39
lines changed

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ onlyBuiltDependencies:
193193
overrides:
194194
axios@<1.12.0: '>=1.13.2'
195195
chrono-node@<2.2.4: '>=2.9.0'
196+
glob@>=10.3.7 <10.5.0: '>=10.5.0'
197+
glob@>=11.0.0 <11.1.0: '>=11.1.0'
196198
js-yaml@<4.1.1: '>=4.1.1'
197199
tmp@<=0.2.3: '>=0.2.5'
198200
vite@>=7.1.0 <=7.1.10: '>=7.2.2'

0 commit comments

Comments
 (0)