From ed83b4057ae1d9bc03768309dd61b7bb8cc3baba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:38:47 +0000 Subject: [PATCH] chore(deps): bump ajv from 8.12.0 to 8.18.0 in /with-client-tests Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.12.0 to 8.18.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.12.0...v8.18.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-client-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-client-tests/package.json b/with-client-tests/package.json index f3662d04..7f0d3a59 100644 --- a/with-client-tests/package.json +++ b/with-client-tests/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@plasmohq/messaging": "workspace:*", - "ajv": "8.12.0", + "ajv": "8.18.0", "plasmo": "workspace:*", "react": "18.2.0", "react-dom": "18.2.0",