From 2609fe4bfee88e9ab8697c9d53812d69e1db8f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 12:35:57 +0000 Subject: [PATCH] build(deps): Bump ajv from 8.17.1 to 8.18.0 in /packages/data-format 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](https://github.com/ajv-validator/ajv/compare/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] --- packages/data-format/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/data-format/package.json b/packages/data-format/package.json index 43b127ce8..5b261a767 100644 --- a/packages/data-format/package.json +++ b/packages/data-format/package.json @@ -40,7 +40,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "ajv": "8.17.1", + "ajv": "8.18.0", "ajv-formats": "3.0.1", "ethers": "5.7.2", "tslib": "2.8.1"