Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `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) Updates `jsprim` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/joyent/node-jsprim/releases) - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: json-schema dependency-type: indirect - dependency-name: jsprim dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/359/merge
@@ -6791,9 +6791,9 @@ | |||||
"dev": true | "dev": true | ||||
}, | }, | ||||
"node_modules/json-schema": { | "node_modules/json-schema": { | ||||
"version": "0.2.3", | |||||
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", | |||||
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", | |||||
"version": "0.4.0", | |||||
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", | |||||
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", | |||||
"dev": true | "dev": true | ||||
}, | }, | ||||
"node_modules/json-schema-traverse": { | "node_modules/json-schema-traverse": { | ||||
@@ -6836,18 +6836,18 @@ | |||||
} | } | ||||
}, | }, | ||||
"node_modules/jsprim": { | "node_modules/jsprim": { | ||||
"version": "1.4.1", | |||||
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", | |||||
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", | |||||
"version": "1.4.2", | |||||
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", | |||||
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", | |||||
"dev": true, | "dev": true, | ||||
"engines": [ | |||||
"node >=0.6.0" | |||||
], | |||||
"dependencies": { | "dependencies": { | ||||
"assert-plus": "1.0.0", | "assert-plus": "1.0.0", | ||||
"extsprintf": "1.3.0", | "extsprintf": "1.3.0", | ||||
"json-schema": "0.2.3", | |||||
"json-schema": "0.4.0", | |||||
"verror": "1.10.0" | "verror": "1.10.0" | ||||
}, | |||||
"engines": { | |||||
"node": ">=0.6.0" | |||||
} | } | ||||
}, | }, | ||||
"node_modules/keyv": { | "node_modules/keyv": { | ||||
@@ -17306,9 +17306,9 @@ | |||||
"dev": true | "dev": true | ||||
}, | }, | ||||
"json-schema": { | "json-schema": { | ||||
"version": "0.2.3", | |||||
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", | |||||
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", | |||||
"version": "0.4.0", | |||||
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", | |||||
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", | |||||
"dev": true | "dev": true | ||||
}, | }, | ||||
"json-schema-traverse": { | "json-schema-traverse": { | ||||
@@ -17343,14 +17343,14 @@ | |||||
} | } | ||||
}, | }, | ||||
"jsprim": { | "jsprim": { | ||||
"version": "1.4.1", | |||||
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", | |||||
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", | |||||
"version": "1.4.2", | |||||
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", | |||||
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", | |||||
"dev": true, | "dev": true, | ||||
"requires": { | "requires": { | ||||
"assert-plus": "1.0.0", | "assert-plus": "1.0.0", | ||||
"extsprintf": "1.3.0", | "extsprintf": "1.3.0", | ||||
"json-schema": "0.2.3", | |||||
"json-schema": "0.4.0", | |||||
"verror": "1.10.0" | "verror": "1.10.0" | ||||
} | } | ||||
}, | }, | ||||
@@ -1003,7 +1003,7 @@ asn1@~0.2.3: | |||||
assert-plus@1.0.0, assert-plus@^1.0.0: | assert-plus@1.0.0, assert-plus@^1.0.0: | ||||
version "1.0.0" | version "1.0.0" | ||||
resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" | |||||
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" | |||||
assign-symbols@^1.0.0: | assign-symbols@^1.0.0: | ||||
version "1.0.0" | version "1.0.0" | ||||
@@ -2451,9 +2451,13 @@ extglob@^2.0.4: | |||||
snapdragon "^0.8.1" | snapdragon "^0.8.1" | ||||
to-regex "^3.0.1" | to-regex "^3.0.1" | ||||
extsprintf@1.3.0, extsprintf@^1.2.0: | |||||
extsprintf@1.3.0: | |||||
version "1.3.0" | version "1.3.0" | ||||
resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz" | |||||
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" | |||||
extsprintf@^1.2.0: | |||||
version "1.4.1" | |||||
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" | |||||
fast-deep-equal@^3.1.1: | fast-deep-equal@^3.1.1: | ||||
version "3.1.3" | version "3.1.3" | ||||
@@ -3553,9 +3557,9 @@ json-schema-traverse@^0.4.1: | |||||
version "0.4.1" | version "0.4.1" | ||||
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" | resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" | ||||
json-schema@0.2.3: | |||||
version "0.2.3" | |||||
resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz" | |||||
json-schema@0.4.0: | |||||
version "0.4.0" | |||||
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" | |||||
json-stringify-safe@~5.0.1: | json-stringify-safe@~5.0.1: | ||||
version "5.0.1" | version "5.0.1" | ||||
@@ -3576,12 +3580,12 @@ jsonfile@^6.0.1: | |||||
graceful-fs "^4.1.6" | graceful-fs "^4.1.6" | ||||
jsprim@^1.2.2: | jsprim@^1.2.2: | ||||
version "1.4.1" | |||||
resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz" | |||||
version "1.4.2" | |||||
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb" | |||||
dependencies: | dependencies: | ||||
assert-plus "1.0.0" | assert-plus "1.0.0" | ||||
extsprintf "1.3.0" | extsprintf "1.3.0" | ||||
json-schema "0.2.3" | |||||
json-schema "0.4.0" | |||||
verror "1.10.0" | verror "1.10.0" | ||||
keyv@3.0.0: | keyv@3.0.0: | ||||
@@ -5872,7 +5876,7 @@ vendors@^1.0.0: | |||||
verror@1.10.0: | verror@1.10.0: | ||||
version "1.10.0" | version "1.10.0" | ||||
resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" | |||||
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" | |||||
dependencies: | dependencies: | ||||
assert-plus "^1.0.0" | assert-plus "^1.0.0" | ||||
core-util-is "1.0.2" | core-util-is "1.0.2" | ||||