Skip to content

Commit 68a71f6

Browse files
authored
fix: clear dashboard dependency security alerts (#68)
1 parent caecf05 commit 68a71f6

5 files changed

Lines changed: 43 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this repository will be documented in this file.
66

77
### Changed
88

9+
- pinned transitive dashboard security fixes through the maintained pnpm
10+
override surfaces so `axios` now resolves to `1.15.0` and `basic-ftp` to
11+
`5.2.2` in both the root and dashboard lockfiles, clearing the live
12+
Dependabot alert chain without widening into unrelated dependency upgrades
913
- added a registry-shaped `manifest.yaml` for the repo-owned
1014
`cortexpilot-adoption-router` skill inside the coding-agent bundle, then
1115
synced the distribution contract, skills quickstart, and Codex / Claude Code /

apps/dashboard/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"pnpm": {
4646
"overrides": {
47-
"basic-ftp": "5.2.0",
47+
"axios": "1.15.0",
48+
"basic-ftp": "5.2.2",
4849
"brace-expansion@5": "5.0.5",
4950
"lodash-es": "4.18.1",
5051
"minimatch@3": "3.1.4",

apps/dashboard/pnpm-lock.yaml

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@
148148
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
149149
"pnpm": {
150150
"overrides": {
151-
"basic-ftp": "5.2.0",
151+
"axios": "1.15.0",
152+
"basic-ftp": "5.2.2",
152153
"brace-expansion@5": "5.0.5",
153154
"cosmiconfig@7.1.0>yaml": "1.10.3",
154155
"lodash-es": "4.18.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)