Skip to content

Commit 82f9423

Browse files
Bump json-schema and jsprim (#68)
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](kriszyp/json-schema@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](TritonDataCenter/node-jsprim@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f85bf51 commit 82f9423

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

package-lock.json

+12-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2326,10 +2326,10 @@ json-schema-traverse@^0.4.1:
23262326
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
23272327
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
23282328

2329-
json-schema@0.2.3:
2330-
version "0.2.3"
2331-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
2332-
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
2329+
json-schema@0.4.0:
2330+
version "0.4.0"
2331+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
2332+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
23332333

23342334
json-stringify-safe@~5.0.1:
23352335
version "5.0.1"
@@ -2352,13 +2352,13 @@ jsonwebtoken@^9.0.0:
23522352
semver "^7.3.8"
23532353

23542354
jsprim@^1.2.2:
2355-
version "1.4.1"
2356-
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
2357-
integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
2355+
version "1.4.2"
2356+
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
2357+
integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
23582358
dependencies:
23592359
assert-plus "1.0.0"
23602360
extsprintf "1.3.0"
2361-
json-schema "0.2.3"
2361+
json-schema "0.4.0"
23622362
verror "1.10.0"
23632363

23642364
jwa@^1.4.1:

0 commit comments

Comments
 (0)