Skip to content

Commit 51c28c2

Browse files
fix(deps): [release-2.8] bump yaml to ^2.8.3 (SNYK-JS-YAML-15765520) (#2416)
yaml is reachable in frontend/src (rp-connect pipeline parsing, MCP config, yaml-label-sync — 5+ direct imports), so this is a direct-dep fix rather than a .snyk dismissal. Before: - yaml@2.7.0 (direct — vulnerable) - yaml@2.6.1 (via vitest/ast-v8-to-istanbul chain — vulnerable) - yaml@1.10.2 ×3 (via @emotion/css > babel-plugin-macros > cosmiconfig — vulnerable even though dev/build-only) After: all 5 resolve to yaml@2.8.3 via the single overrides/resolutions entry. Snyk scan confirms 0 yaml findings post-fix. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 63d3c9a commit 51c28c2

3 files changed

Lines changed: 197 additions & 283 deletions

File tree

frontend/bun.lock

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

frontend/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"prismjs": "^1.30.0",
3838
"path-to-regexp": "1.9.0",
3939
"@remix-run/node": "^2.17.4",
40-
"@remix-run/router": "^1.23.2"
40+
"@remix-run/router": "^1.23.2",
41+
"yaml": "^2.8.3"
4142
},
4243
"dependencies": {
4344
"@chakra-ui/icons": "^2.1",
@@ -90,7 +91,7 @@
9091
"tailwind-merge": "^3.0.2",
9192
"tailwindcss": "^4.0.17",
9293
"uuid": "^11.1.0",
93-
"yaml": "^2.7.0",
94+
"yaml": "^2.8.3",
9495
"zod": "^3.24.2"
9596
},
9697
"devDependencies": {
@@ -132,6 +133,7 @@
132133
},
133134
"resolutions": {
134135
"react-error-overlay": "6.0.11",
135-
"immer": "9.0.7"
136+
"immer": "9.0.7",
137+
"yaml": "^2.8.3"
136138
}
137139
}

0 commit comments

Comments
 (0)