fix(security): Bump ajv from 8.17.1 to 8.18.0#27154
Merged
yhwang merged 1 commit intoprestodb:masterfrom Feb 18, 2026
Merged
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the prestodb UI’s ajv dependency to version 8.18.0 in yarn.lock to address a reported security vulnerability (CVE-2025-69873), ensuring the lockfile is in sync with the new secure version. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- In the release notes, fix the typo and spacing in
* Upgrade ajvto 8.18.0...so it reads cleanly (e.g.,ajv to 8.18.0) and ensure the CVE link formatting matches the project's usual reST/Markdown style. - Since only
yarn.lockis changed, double-check whetherpackage.json(or other dependency manifests) also needs an explicit ajv version bump to avoid the lockfile change being overwritten by future installs.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- In the release notes, fix the typo and spacing in `* Upgrade ajvto 8.18.0...` so it reads cleanly (e.g., `ajv to 8.18.0`) and ensure the CVE link formatting matches the project's usual reST/Markdown style.
- Since only `yarn.lock` is changed, double-check whether `package.json` (or other dependency manifests) also needs an explicit ajv version bump to avoid the lockfile change being overwritten by future installs.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This was referenced Mar 31, 2026
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bump ajv from 8.17.1 to 8.18.0 to address CVE-2025-69873
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.