Skip to content

Commit 1b40d5d

Browse files
authored
Bump deprecated deps (#5489)
1 parent 68f1312 commit 1b40d5d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.changeset/pro-9620-npm12.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"apostrophe": patch
3+
"uploadfs": patch
4+
---
5+
6+
Bumped `glob` to `^13` (core) and `rimraf` to `^6` (uploadfs) to clear the deprecated `glob@10` warning shown on every install. The old `glob@10` arrived both directly from core and transitively through `uploadfs``rimraf@5`; both now resolve to the current, supported `glob@13` (`rimraf@6` depends on `glob@13` as well). No API or behavior changes.

packages/apostrophe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"express-cache-on-demand": "workspace:^",
8888
"express-session": "^1.18.2",
8989
"fs-extra": "^7.0.1",
90-
"glob": "^10.4.5",
90+
"glob": "^13.0.0",
9191
"he": "^1.2.0",
9292
"html-to-text": "^9.0.5",
9393
"i18next": "^20.3.2",

packages/uploadfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fs-extra": "^5.0.0",
3232
"gzipme": "^0.1.1",
3333
"lodash": "^4.18.1",
34-
"rimraf": "^5.0.7"
34+
"rimraf": "^6.0.0"
3535
},
3636
"optionalDependencies": {
3737
"@aws-sdk/client-s3": "^3.908.0",

0 commit comments

Comments
 (0)