From 3a09b445857b8dd1901ebfb2f3e0912fc5c7a637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:11:18 +0000 Subject: [PATCH] chore(deps): bump ajv from 8.11.0 to 8.12.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.11.0...v8.12.0) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- packages/orval/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 6f98bdd07..ac2c95b34 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -30,7 +30,7 @@ "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "acorn": "^8.8.0", - "ajv": "^8.11.0", + "ajv": "^8.12.0", "chalk": "^4.1.2", "compare-versions": "^4.1.3", "debug": "^4.3.4", diff --git a/packages/orval/package.json b/packages/orval/package.json index 4fb173ff1..a21ef29c3 100644 --- a/packages/orval/package.json +++ b/packages/orval/package.json @@ -60,7 +60,7 @@ "@orval/msw": "6.11.0-alpha.1", "@orval/query": "6.11.0-alpha.1", "@orval/swr": "6.11.0-alpha.1", - "ajv": "^8.11.0", + "ajv": "^8.12.0", "cac": "^6.7.12", "chalk": "^4.1.2", "chokidar": "^3.5.3", diff --git a/yarn.lock b/yarn.lock index 16c9328d7..267f4c304 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1278,10 +1278,10 @@ ajv@^6.10.0, ajv@^6.12.4: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.0, ajv@^8.11.0, ajv@^8.6.0, ajv@^8.6.3, ajv@^8.8.2: - version "8.11.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f" - integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== +ajv@^8.0.0, ajv@^8.11.0, ajv@^8.12.0, ajv@^8.6.0, ajv@^8.6.3, ajv@^8.8.2: + version "8.12.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" + integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== dependencies: fast-deep-equal "^3.1.1" json-schema-traverse "^1.0.0"