Skip to content

Commit 84f8301

Browse files
committed
Updated ajv to 6.5.4.
1 parent 43688fc commit 84f8301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"uglify-es": "^3.3.9"
3838
},
3939
"dependencies": {
40-
"ajv": "^6.5.3",
40+
"ajv": "^6.5.4",
4141
"deepmerge": "^2.1.1"
4242
}
4343
}

test/allof.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test('object with allOf and no schema on the allOf', (t) => {
122122
build(schema)
123123
t.fail()
124124
} catch (e) {
125-
t.is(e.message, 'schema is invalid: data.allOf should NOT have less than 1 items')
125+
t.is(e.message, 'schema is invalid: data.allOf should NOT have fewer than 1 items')
126126
}
127127
})
128128

0 commit comments

Comments
 (0)