Wiz: Upgrade multiple dependencies (resolves 5 findings) - #1609
Wiz: Upgrade multiple dependencies (resolves 5 findings)#1609wiz-code-21c5ec5a85[bot] wants to merge 1 commit into
Conversation
|
🔗 Preview Mode
|
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio. |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio. |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio. |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9571d62c56
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "js-yaml": "4.3.1", | ||
| "json-schema-merge-allof": "^0.8.1", | ||
| "lodash-es": "^4.17.21", | ||
| "lodash-es": "4.18.0", |
There was a problem hiding this comment.
Commit the regenerated pnpm lockfile
These dependency specifiers no longer match the root importer in pnpm-lock.yaml, which still records js-yaml: ^4.1.1 and lodash-es: ^4.17.21. The setup used by every PR-check job runs pnpm install in .github/actions/setup-pnpm/action.yml, and pnpm documents that frozen-lockfile mode is enabled by default in CI; reproducing that command with CI=true reports ERR_PNPM_OUTDATED_LOCKFILE for both dependencies before any checks run. Regenerate and commit pnpm-lock.yaml with these upgrades.
Useful? React with 👍 / 👎.
Wiz has created this PR to fix 5 findings detected in this project
Changes were made to the following file(s):
package.jsonVulnerabilities:
4.1.1 → 4.3.1
/package.json4.17.23 → 4.18.0
/package.jsonTo detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio.