From 152fc739a1b36c5ed2d5e7b16a3621b202107c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:10:29 +0000 Subject: [PATCH] chore(deps): bump ajv from 8.17.1 to 8.18.0 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/ringcentral-mock/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ringcentral-mock/package.json b/packages/ringcentral-mock/package.json index a153bbd715..cc5b384fba 100644 --- a/packages/ringcentral-mock/package.json +++ b/packages/ringcentral-mock/package.json @@ -13,7 +13,7 @@ "@apidevtools/json-schema-ref-parser": "^9.0.9", "@faker-js/faker": "^6.0.0-alpha.3", "@ringcentral-integration/commons": "*", - "ajv": "^8.8.1", + "ajv": "^8.18.0", "chalk": "^4.1.2", "debug": "^4.3.2", "fetch-mock": "^9.11.0", diff --git a/yarn.lock b/yarn.lock index 52ab6a9559..622249067b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4286,10 +4286,10 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.0, ajv@^8.10.0, ajv@^8.11.0, ajv@^8.17.1, ajv@^8.8.1, ajv@^8.9.0: - version "8.17.1" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6" - integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== +ajv@^8.0.0, ajv@^8.10.0, ajv@^8.11.0, ajv@^8.17.1, ajv@^8.18.0, ajv@^8.9.0: + version "8.18.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc" + integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A== dependencies: fast-deep-equal "^3.1.3" fast-uri "^3.0.1"