Skip to content

Commit 60cf83d

Browse files
committed
chore(deps): clean up stale overrides and pin picomatch/flatted
Remove 18 unnecessary overrides where resolved versions already exceed the override minimum. Add picomatch and flatted overrides to prevent future regressions to vulnerable versions.
1 parent 5628e58 commit 60cf83d

12 files changed

Lines changed: 1362 additions & 117 deletions

File tree

dashboard/package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,11 @@
9595
],
9696
"overrides": {
9797
"@lezer/common": "1.5.0",
98-
"minimatch": ">=10.0.1",
99-
"hono": ">=4.12.2",
100-
"@hono/node-server": ">=1.19.10",
98+
"@codemirror/state": "6.5.4",
10199
"ajv@<6.14.0": "6.14.0",
102100
"ajv@>=7.0.0-alpha.0 <8.18.0": "8.18.0",
103-
"qs": ">=6.14.1",
104-
"express-rate-limit": ">=8.2.1",
105-
"@isaacs/brace-expansion": ">=5.0.1",
106-
"fast-xml-parser": ">=5.4.2",
107-
"diff": ">=8.0.2",
108-
"@codemirror/state": "6.5.4",
109-
"undici": ">=7.24.0"
101+
"picomatch@<4": ">=2.3.2",
102+
"flatted": ">=3.4.2"
110103
}
111104
}
112105
}

dashboard/pnpm-lock.yaml

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

docs/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
"sharp",
5757
"workerd"
5858
],
59-
"overrides": {
60-
"undici": ">=7.24.0"
61-
}
59+
"overrides": {}
6260
}
6361
}

0 commit comments

Comments
 (0)