From 956ab932291285bdedbb9f2f823b2ffaf06f138b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 04:22:12 +0000 Subject: [PATCH] chore(deps-dev): bump ajv from 8.11.0 to 8.11.2 Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.11.0 to 8.11.2. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.11.0...v8.11.2) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f59632b..430b2ab 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@swc-node/register": "^1.5.3", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", - "ajv": "^8.11.0", + "ajv": "^8.11.2", "ava": "^5.0.1", "benny": "^3.7.1", "chalk": "^5.1.2", diff --git a/yarn.lock b/yarn.lock index 0216b98..687b40d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -280,10 +280,10 @@ ajv@^6.10.0, ajv@^6.12.4: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.1, ajv@^8.11.0: - version "8.11.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f" - integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== +ajv@^8.0.1, ajv@^8.11.2: + version "8.11.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.2.tgz#aecb20b50607acf2569b6382167b65a96008bb78" + integrity sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg== dependencies: fast-deep-equal "^3.1.1" json-schema-traverse "^1.0.0"