From 595c6fa1cc525263beca4a6bfe798f7de61f0bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:10:43 +0000 Subject: [PATCH] Bump ajv from 6.5.4 to 6.12.3 in /click-counter Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.4 to 6.12.3. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.5.4...v6.12.3) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- click-counter/package.json | 2 +- click-counter/yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/click-counter/package.json b/click-counter/package.json index 1987ddd..81bc2f3 100644 --- a/click-counter/package.json +++ b/click-counter/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "ajv": "^6.5.4", + "ajv": "^6.12.3", "react": "^16.5.2", "react-dom": "^16.5.2", "react-scripts": "2.0.4" diff --git a/click-counter/yarn.lock b/click-counter/yarn.lock index f2f2749..bea7e58 100644 --- a/click-counter/yarn.lock +++ b/click-counter/yarn.lock @@ -967,11 +967,11 @@ ajv@^5.3.0: fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.3.0" -ajv@^6.0.1, ajv@^6.1.0, ajv@^6.5.3, ajv@^6.5.4: - version "6.5.4" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.4.tgz#247d5274110db653706b550fcc2b797ca28cfc59" +ajv@^6.0.1, ajv@^6.1.0, ajv@^6.12.3, ajv@^6.5.3: + version "6.12.3" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706" dependencies: - fast-deep-equal "^2.0.1" + fast-deep-equal "^3.1.1" fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.4.1" uri-js "^4.2.2" @@ -3238,9 +3238,9 @@ fast-deep-equal@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614" -fast-deep-equal@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" +fast-deep-equal@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" fast-json-stable-stringify@^2.0.0: version "2.0.0"