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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-27 22:23:07 +00:00 committed by GitHub
parent f649b7bd23
commit 5f6ba88b4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -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",

View file

@ -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",