Skip to content

Commit c9bea79

Browse files
authored
Upgrade jsprim transitive dependency so that a fixed json-schema is used (PR #24)
1 parent 856f5bc commit c9bea79

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4072,10 +4072,10 @@ json-schema-traverse@^1.0.0:
40724072
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
40734073
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
40744074

4075-
json-schema@0.2.3:
4076-
version "0.2.3"
4077-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
4078-
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
4075+
json-schema@0.4.0:
4076+
version "0.4.0"
4077+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
4078+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
40794079

40804080
json-stable-stringify-without-jsonify@^1.0.1:
40814081
version "1.0.1"
@@ -4102,13 +4102,13 @@ json5@^2.1.2:
41024102
minimist "^1.2.5"
41034103

41044104
jsprim@^1.2.2:
4105-
version "1.4.1"
4106-
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
4107-
integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
4105+
version "1.4.2"
4106+
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
4107+
integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
41084108
dependencies:
41094109
assert-plus "1.0.0"
41104110
extsprintf "1.3.0"
4111-
json-schema "0.2.3"
4111+
json-schema "0.4.0"
41124112
verror "1.10.0"
41134113

41144114
"jsx-ast-utils@^2.4.1 || ^3.0.0":

0 commit comments

Comments
 (0)