Skip to content

Commit

Permalink
Merge pull request #40 from fastify/greenkeeper/ajv-6.5.4
Browse files Browse the repository at this point in the history
Greenkeeper/ajv 6.5.4
  • Loading branch information
allevo authored Sep 23, 2018
2 parents b6bbdda + e6f10f3 commit ff988b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/fastify/fastify-env#readme",
"dependencies": {
"ajv": "^6.5.0",
"ajv": "^6.5.4",
"dotenv": "6.0.0",
"fastify-plugin": "^1.0.1",
"xtend": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion test/fastify-env.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const tests = [
},
data: [],
isOk: false,
errorMessage: 'should NOT have less than 1 items,should be object,should match exactly one schema in oneOf'
errorMessage: 'should NOT have fewer than 1 items,should be object,should match exactly one schema in oneOf'
}
]

Expand Down

0 comments on commit ff988b5

Please sign in to comment.