Skip to content

Commit 61b75b7

Browse files
author
Joe Bottigliero
committed
update ajv + ajv-keywords
- updates to `[email protected]` - updates to `[email protected]` (required for _better_ validation in webpack/webpack-cli#240)
1 parent ddb1fad commit 61b75b7

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dependencies": {
77
"acorn": "^5.0.0",
88
"acorn-dynamic-import": "^2.0.0",
9-
"ajv": "^5.1.5",
10-
"ajv-keywords": "^2.0.0",
9+
"ajv": "^6.1.0",
10+
"ajv-keywords": "^3.1.0",
1111
"async": "^2.1.2",
1212
"enhanced-resolve": "^3.4.0",
1313
"escope": "^3.6.0",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ ajv-keywords@^1.0.0:
5555
version "1.5.1"
5656
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
5757

58-
ajv-keywords@^2.0.0:
59-
version "2.1.0"
60-
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.0.tgz#a296e17f7bfae7c1ce4f7e0de53d29cb32162df0"
58+
ajv-keywords@^3.1.0:
59+
version "3.1.0"
60+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be"
6161

6262
ajv@^4.7.0, ajv@^4.9.1:
6363
version "4.11.8"
@@ -66,7 +66,7 @@ ajv@^4.7.0, ajv@^4.9.1:
6666
co "^4.6.0"
6767
json-stable-stringify "^1.0.1"
6868

69-
ajv@^5.0.0, ajv@^5.1.5, ajv@^5.2.0:
69+
ajv@^5.0.0, ajv@^5.2.0:
7070
version "5.2.2"
7171
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.2.2.tgz#47c68d69e86f5d953103b0074a9430dc63da5e39"
7272
dependencies:
@@ -75,6 +75,14 @@ ajv@^5.0.0, ajv@^5.1.5, ajv@^5.2.0:
7575
json-schema-traverse "^0.3.0"
7676
json-stable-stringify "^1.0.1"
7777

78+
ajv@^6.1.0:
79+
version "6.1.1"
80+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.1.1.tgz#978d597fbc2b7d0e5a5c3ddeb149a682f2abfa0e"
81+
dependencies:
82+
fast-deep-equal "^1.0.0"
83+
fast-json-stable-stringify "^2.0.0"
84+
json-schema-traverse "^0.3.0"
85+
7886
align-text@^0.1.1, align-text@^0.1.3:
7987
version "0.1.4"
8088
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
@@ -1360,6 +1368,10 @@ fast-deep-equal@^1.0.0:
13601368
version "1.0.0"
13611369
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff"
13621370

1371+
fast-json-stable-stringify@^2.0.0:
1372+
version "2.0.0"
1373+
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
1374+
13631375
fast-levenshtein@~2.0.4:
13641376
version "2.0.6"
13651377
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
@@ -3967,7 +3979,7 @@ ua-parser-js@^0.7.9:
39673979
version "0.7.14"
39683980
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.14.tgz#110d53fa4c3f326c121292bbeac904d2e03387ca"
39693981

3970-
uglify-js@^2.6, uglify-js@^2.8.29:
3982+
uglify-js@^2.4.19, uglify-js@^2.6, uglify-js@^2.8.29:
39713983
version "2.8.29"
39723984
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
39733985
dependencies:

0 commit comments

Comments
 (0)