From b20ab7205405d41594ce82f21f9bfeaa22e44182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 17:08:41 +0000 Subject: [PATCH] Bump ajv from 8.8.2 to 8.9.0 (#24565) Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.8.2 to 8.9.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.8.2...v8.9.0) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e4e5f4ca6..2ea9b8c291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@primer/octicons-react": "^16.2.0", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0", - "ajv": "^8.8.2", + "ajv": "^8.9.0", "ajv-formats": "^2.1.1", "cheerio": "^1.0.0-rc.10", "classnames": "^2.3.1", @@ -4740,9 +4740,9 @@ } }, "node_modules/ajv": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.9.0.tgz", + "integrity": "sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ==", "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -26830,9 +26830,9 @@ } }, "ajv": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz", - "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==", + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.9.0.tgz", + "integrity": "sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", diff --git a/package.json b/package.json index da640e5db3..b138de0f86 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@primer/octicons-react": "^16.2.0", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0", - "ajv": "^8.8.2", + "ajv": "^8.9.0", "ajv-formats": "^2.1.1", "cheerio": "^1.0.0-rc.10", "classnames": "^2.3.1",