@@ -31,7 +31,7 @@ ajv@^4.9.1:
31
31
co "^4.6.0"
32
32
json-stable-stringify "^1.0.1"
33
33
34
- ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0, ajv@^5.5.2 :
34
+ ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0 :
35
35
version "5.5.2"
36
36
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
37
37
dependencies :
@@ -40,6 +40,15 @@ ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0, ajv@^5.5.2:
40
40
fast-json-stable-stringify "^2.0.0"
41
41
json-schema-traverse "^0.3.0"
42
42
43
+ ajv@^6.12.3 :
44
+ version "6.12.3"
45
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706"
46
+ dependencies :
47
+ fast-deep-equal "^3.1.1"
48
+ fast-json-stable-stringify "^2.0.0"
49
+ json-schema-traverse "^0.4.1"
50
+ uri-js "^4.2.2"
51
+
43
52
ansi-escapes@^3.0.0 :
44
53
version "3.0.0"
45
54
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.0.0.tgz#ec3e8b4e9f8064fc02c3ac9b65f1c275bda8ef92"
@@ -1373,6 +1382,10 @@ fast-deep-equal@^1.0.0:
1373
1382
version "1.0.0"
1374
1383
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff"
1375
1384
1385
+ fast-deep-equal@^3.1.1 :
1386
+ version "3.1.3"
1387
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
1388
+
1376
1389
fast-json-stable-stringify@^2.0.0 :
1377
1390
version "2.0.0"
1378
1391
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -2006,6 +2019,10 @@ json-schema-traverse@^0.3.0:
2006
2019
version "0.3.1"
2007
2020
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
2008
2021
2022
+ json-schema-traverse@^0.4.1 :
2023
+ version "0.4.1"
2024
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
2025
+
2009
2026
2010
2027
version "0.2.3"
2011
2028
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
@@ -2539,6 +2556,10 @@ punycode@^1.4.1:
2539
2556
version "1.4.1"
2540
2557
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
2541
2558
2559
+ punycode@^2.1.0 :
2560
+ version "2.1.1"
2561
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
2562
+
2542
2563
qs@~6.4.0 :
2543
2564
version "6.4.0"
2544
2565
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
@@ -3093,6 +3114,12 @@ uid-number@^0.0.6:
3093
3114
version "0.0.6"
3094
3115
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
3095
3116
3117
+ uri-js@^4.2.2 :
3118
+ version "4.4.1"
3119
+ resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
3120
+ dependencies :
3121
+ punycode "^2.1.0"
3122
+
3096
3123
user-home@^1.1.1 :
3097
3124
version "1.1.1"
3098
3125
resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190"
0 commit comments