From bd3ea1a429ecf34aa15ea9c8780736fc286b05f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:24:46 +0000 Subject: [PATCH] chore(deps): bump ajv and ci-publish Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [ci-publish](https://github.com/bahmutov/ci-publish). These dependencies need to be updated together. Updates `ajv` from 4.11.8 to 6.12.6 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/4.11.8...v6.12.6) Updates `ci-publish` from 1.3.1 to 1.3.1 - [Commits](https://github.com/bahmutov/ci-publish/commits) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect - dependency-name: ci-publish dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b5a2983c..21fdf152e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@biomejs/biome": "1.8.3", "@tsconfig/node18": "^18.2.4", "@types/node": "^18.19.33", - "ci-publish": "^1.3.0", + "ci-publish": "^1.3.1", "ts-standard": "^12.0.1", "typescript": "^5.4.5" },