From 5f6ba88b4b848d93e363a5d454734872ca999a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 22:23:07 +0000 Subject: [PATCH] Bump jsonschema from 1.2.6 to 1.4.0 Bumps [jsonschema](https://github.com/tdegrunt/jsonschema) from 1.2.6 to 1.4.0. - [Release notes](https://github.com/tdegrunt/jsonschema/releases) - [Commits](https://github.com/tdegrunt/jsonschema/compare/v1.2.6...v1.4.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e55f4b68b..7d18b7424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "github-linguist": "^2.4.3", "glob": "^7.1.7", "js-yaml": "^4.1.0", - "jsonschema": "1.2.6", + "jsonschema": "1.4.0", "long": "^4.0.0", "md5": "^2.2.1", "path": "^0.12.7", @@ -3600,8 +3600,9 @@ } }, "node_modules/jsonschema": { - "version": "1.2.6", - "license": "MIT", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.0.tgz", + "integrity": "sha512-/YgW6pRMr6M7C+4o8kS+B/2myEpHCrxO4PEWnqJNBFMjn7EWXqlQ4tGwL6xTHeRplwuZmcAncdvfOad1nT2yMw==", "engines": { "node": "*" } @@ -8409,7 +8410,9 @@ } }, "jsonschema": { - "version": "1.2.6" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.0.tgz", + "integrity": "sha512-/YgW6pRMr6M7C+4o8kS+B/2myEpHCrxO4PEWnqJNBFMjn7EWXqlQ4tGwL6xTHeRplwuZmcAncdvfOad1nT2yMw==" }, "just-extend": { "version": "4.1.0", diff --git a/package.json b/package.json index dc3a5ddb9..1d21fd229 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "github-linguist": "^2.4.3", "glob": "^7.1.7", "js-yaml": "^4.1.0", - "jsonschema": "1.2.6", + "jsonschema": "1.4.0", "long": "^4.0.0", "md5": "^2.2.1", "path": "^0.12.7",