541
541
dependencies :
542
542
" @types/istanbul-lib-report" " *"
543
543
544
- " @types/json-schema@^7.0.5 " :
544
+ " @types/json-schema@^7.0.6 " :
545
545
version "7.0.6"
546
546
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
547
547
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
@@ -796,7 +796,7 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
796
796
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
797
797
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
798
798
799
- ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4 :
799
+ ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3 :
800
800
version "6.12.4"
801
801
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234"
802
802
integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==
@@ -806,6 +806,16 @@ ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
806
806
json-schema-traverse "^0.4.1"
807
807
uri-js "^4.2.2"
808
808
809
+ ajv@^6.12.5 :
810
+ version "6.12.6"
811
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
812
+ integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
813
+ dependencies :
814
+ fast-deep-equal "^3.1.1"
815
+ fast-json-stable-stringify "^2.0.0"
816
+ json-schema-traverse "^0.4.1"
817
+ uri-js "^4.2.2"
818
+
809
819
ansi-colors@^4.1.1 :
810
820
version "4.1.1"
811
821
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
@@ -4414,13 +4424,13 @@ schema-utils@^1.0.0:
4414
4424
ajv-errors "^1.0.0"
4415
4425
ajv-keywords "^3.1.0"
4416
4426
4417
- schema-utils@^2.7.1 :
4418
- version "2.7.1 "
4419
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1 .tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7 "
4420
- integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg ==
4427
+ schema-utils@^3.0.0 :
4428
+ version "3.0.0 "
4429
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0 .tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef "
4430
+ integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA ==
4421
4431
dependencies :
4422
- " @types/json-schema" " ^7.0.5 "
4423
- ajv "^6.12.4 "
4432
+ " @types/json-schema" " ^7.0.6 "
4433
+ ajv "^6.12.5 "
4424
4434
ajv-keywords "^3.5.2"
4425
4435
4426
4436
semver-compare@^1.0.0 :
0 commit comments