From 6076d01dc54b55693a309c83a89a6cb9c9f2b51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 20:11:42 +0000 Subject: [PATCH] chore(deps): bump json-schema from 0.2.3 to 0.4.0 Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. - [Release notes](https://github.com/kriszyp/json-schema/releases) - [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0) --- updated-dependencies: - dependency-name: json-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- covquestions-editor-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covquestions-editor-app/package.json b/covquestions-editor-app/package.json index 8d6ab406..d3b0a72c 100644 --- a/covquestions-editor-app/package.json +++ b/covquestions-editor-app/package.json @@ -30,7 +30,7 @@ "fast-deep-equal": "^3.1.3", "jest-date-mock": "^1.0.8", "json-logic-js": "^2.0.0", - "json-schema": "^0.3.0", + "json-schema": "^0.4.0", "jsoneditor": "^9.2.0", "jsoneditor-react": "^3.1.0", "lodash": "^4.17.21",