Skip to content

Commit bfc6106

Browse files
authored
Merge pull request webpack#4956 from webpack/dep/schema-update
update ajv dependency
2 parents 057d8bc + 7143ad8 commit bfc6106

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

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": "^4.7.0",
10-
"ajv-keywords": "^1.1.1",
9+
"ajv": "^5.1.5",
10+
"ajv-keywords": "^2.0.0",
1111
"async": "^2.1.2",
1212
"enhanced-resolve": "^3.0.0",
1313
"interpret": "^1.0.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,28 @@ agent-base@2:
5858
extend "~3.0.0"
5959
semver "~5.0.1"
6060

61-
ajv-keywords@^1.0.0, ajv-keywords@^1.1.1:
61+
ajv-keywords@^1.0.0:
6262
version "1.5.1"
6363
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
6464

65+
ajv-keywords@^2.0.0:
66+
version "2.0.0"
67+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.0.0.tgz#a37d02f845b6f52569804164270b24cb6c6cee61"
68+
6569
ajv@^4.11.2, ajv@^4.7.0, ajv@^4.9.1:
6670
version "4.11.8"
6771
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
6872
dependencies:
6973
co "^4.6.0"
7074
json-stable-stringify "^1.0.1"
7175

76+
ajv@^5.1.5:
77+
version "5.1.5"
78+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.1.5.tgz#8734931b601f00d4feef7c65738d77d1b65d1f68"
79+
dependencies:
80+
co "^4.6.0"
81+
json-stable-stringify "^1.0.1"
82+
7283
align-text@^0.1.1, align-text@^0.1.3:
7384
version "0.1.4"
7485
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"

0 commit comments

Comments
 (0)