From b9ce9b22850a66bb7ba0628df87b434a6e164164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:46:27 +0000 Subject: [PATCH] Bump ajv from 8.16.0 to 8.17.1 Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d4fcbdf..a6064187 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ }, "devDependencies": { "@eslint/js": "9.7.0", - "ajv": "8.16.0", + "ajv": "8.17.1", "ava": "6.1.3", "c8": "10.1.2", "character-entities": "2.0.2",