Skip to content

Comments

build(deps): Bump ajv from 8.17.1 to 8.18.0 in /packages/data-format#1709

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/data-format/ajv-8.18.0
Open

build(deps): Bump ajv from 8.17.1 to 8.18.0 in /packages/data-format#1709
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/data-format/ajv-8.18.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps ajv from 8.17.1 to 8.18.0.

Release notes

Sourced from ajv's releases.

v8.18.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

Commits
  • 142ce84 8.18.0
  • 720a23f fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...
  • 82735a1 fix: typos in schema-language.md (#2507)
  • b17ec32 fix: small grammatical error in managing-schemas.md (#2508)
  • 69568d0 fix: #2482 Infinity and NaN serialise to null (#2487)
  • f06766f feat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.17.1...v8.18.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 22, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 22, 2026

Greptile Summary

Updates ajv dependency from 8.17.1 to 8.18.0 in the @requestnetwork/data-format package. This minor version bump includes an important security fix for CVE-2025-69873, which mitigates ReDoS attacks in pattern validation with the $data keyword. The package uses ajv for JSON schema validation in the validate() function, which validates data format and structure.

  • Includes security fix for ReDoS vulnerability (CVE-2025-69873)
  • Adds tree-shaking support for better bundle optimization
  • Fixes Infinity and NaN serialization behavior
  • No breaking changes expected; minor version bump is backward compatible

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a routine dependency update from a trusted bot (Dependabot) that updates ajv from 8.17.1 to 8.18.0. The update is a minor version bump that includes important security fixes (CVE-2025-69873 for ReDoS mitigation) and maintains backward compatibility. The change only touches the version string in package.json, with no code modifications needed. The update improves security posture and adds tree-shaking support for better bundle optimization.
  • No files require special attention

Important Files Changed

Filename Overview
packages/data-format/package.json Updates ajv from 8.17.1 to 8.18.0, includes security fix for CVE-2025-69873 ReDoS vulnerability

Last reviewed commit: 2609fe4

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants