[Snyk] Security upgrade shell-quote from 1.8.3 to 1.8.4#90
[Snyk] Security upgrade shell-quote from 1.8.3 to 1.8.4#90factory-service-snyk wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-16799355
|
Droid finished @factory-service-snyk's task —— View job Droid review complete. The PR intent (upgrading |
| "dependencies": { | ||
| "@actions/core": "^1.10.1", | ||
| "shell-quote": "^1.8.3" | ||
| "shell-quote": "^1.8.4" |
There was a problem hiding this comment.
[P1] Dependency bump not realized in lockfiles
base-action/package.json bumps shell-quote to ^1.8.4, but both base-action/package-lock.json and base-action/bun.lock still reference/pin shell-quote@1.8.3 (including the resolved tarball). This can break reproducible installs (e.g. npm ci will fail if the lockfile is out of sync) and also means the intended vulnerability fix may not actually be applied in installs. Update/regenerate the lockfiles so they resolve to 1.8.4.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
base-action/package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-SHELLQUOTE-16799355
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Arbitrary Command Injection