Skip to content
Open
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 base-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"shell-quote": "^1.8.3"
"shell-quote": "^1.9.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[P0] [security] Update base-action lockfiles for shell-quote@^1.9.0

base-action/package.json bumps shell-quote to ^1.9.0, but base-action/package-lock.json and base-action/bun.lock still pin shell-quote@1.8.3, so npm ci/frozen-lockfile installs can fail and CI/runtime may continue using the vulnerable 1.8.3 until both lockfiles are regenerated and committed.

},
"devDependencies": {
"@types/bun": "^1.2.12",
Expand Down
Loading