Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion moon/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ catalog:
'@welldone-software/why-did-you-render': ^7.0.1
autoprefixer: ^10.4.8
babel-plugin-jsx-pragmatic: ^1.0.2
body-parser: ^1.20.1
body-parser: ^1.20.6

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Apply the bump to the locked dependency

This only changes a catalog entry, but no workspace package.json declares body-parser via catalog: (checked all workspace package manifests), and the lockfile still resolves express@4.18.2 to body-parser: 1.20.1 at moon/pnpm-lock.yaml:20392-20396. In frozen/lockfile-based installs this PR therefore still installs the vulnerable version despite claiming to bump to 1.20.6; update the lockfile/resolution or override the transitive dependency so the installed package actually changes.

Useful? React with 👍 / 👎.

cheerio: ^1.0.0-rc.12
class-variance-authority: ^0.7.0
cmark-gfm-js: ^1.1.7
Expand Down
Loading