From d66a40a89e85b26b5fd1f104a0284698e878a658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 05:11:00 +0000 Subject: [PATCH] Bump ajv from 6.10.0 to 6.12.3 in /client Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.3. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.0...v6.12.3) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 +++++++++++++----- client/package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1435a55..7963381 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2155,14 +2155,21 @@ } }, "ajv": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz", - "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==", + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", "requires": { - "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" + }, + "dependencies": { + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + } } }, "ajv-errors": { @@ -4850,7 +4857,8 @@ "fast-deep-equal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", + "dev": true }, "fast-json-stable-stringify": { "version": "2.1.0", diff --git a/client/package.json b/client/package.json index 77af80d..77f5004 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "@angular/platform-server": "9.0.6", "@angular/router": "9.0.6", "@ng-bootstrap/ng-bootstrap": "6.0.0", - "ajv": "6.10.0", + "ajv": "6.12.3", "ajv-keywords": "3.4.0", "autolinker": "^3.14.1", "bootstrap": "4.3.1",