Skip to content

Wiz: Upgrade multiple dependencies (resolves 6 findings) - #1635

Closed
wiz-code-21c5ec5a85[bot] wants to merge 1 commit into
mainfrom
wiz-auto-remediation-b521359553b6579e
Closed

wiz-code-21c5ec5a85[bot] wants to merge 1 commit into
mainfrom
wiz-auto-remediation-b521359553b6579e

Conversation

@wiz-code-21c5ec5a85

Copy link
Copy Markdown

Wiz Remediation Pull Request Banner

Wiz has created this PR to fix 6 findings detected in this project

Changes were made to the following file(s):

  • package.json

Vulnerabilities:

Component Findings Locations
js-yaml
4.1.1 → 4.3.2
High CVE-2026-59869
High CVE-2026-84375
High GHSA-5p4m-2wfm-xmqj
Medium CVE-2026-53550
/package.json
lodash-es
4.17.23 → 4.18.0
Critical CVE-2026-4800
Medium CVE-2026-2950
/package.json

To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio.

@wiz-code-21c5ec5a85

Copy link
Copy Markdown
Author

⚠️ Lock file update issue

Please update the lock file manually before merging this PR.

pnpm-lock.yaml
Internal Error

@github-actions

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ⏭️ Skipped Sep 19, 2026, 12:15 AM

@wiz-code-21c5ec5a85

Copy link
Copy Markdown
Author

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 1 Medium
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 1 Medium

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5dae2a48da

ℹ️ 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".

Comment thread package.json
Comment on lines +50 to +52
"js-yaml": "4.3.2",
"json-schema-merge-allof": "^0.8.1",
"lodash-es": "^4.17.21",
"lodash-es": "4.18.0",

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 Regenerate the lockfile with the dependency upgrades

In GitHub Actions, .github/actions/setup-pnpm/action.yml:35 runs a bare pnpm install; pnpm 10 documents in its error output that frozen-lockfile is true by default in CI. Because pnpm-lock.yaml still specifies js-yaml: ^4.1.1 and lodash-es: ^4.17.21, this change reproduces ERR_PNPM_OUTDATED_LOCKFILE, so every workflow using the shared setup action fails before tests, indexing, or deployment can run. Update and commit pnpm-lock.yaml alongside these manifest changes.

Useful? React with 👍 / 👎.

@wiz-code-21c5ec5a85
wiz-code-21c5ec5a85 Bot deleted the wiz-auto-remediation-b521359553b6579e branch September 22, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants