1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Don't pin express-validator

This commit is contained in:
Simen Bekkhus 2017-06-28 14:22:21 +02:00 committed by Ivar Conradi Østhus
parent 1c6cff212e
commit 4f2185413f
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@
"deep-diff": "^0.3.3",
"errorhandler": "^1.4.3",
"express": "^4.14.1",
"express-validator": "3.1.2",
"express-validator": "^3.1.2",
"install": "^0.8.1",
"joi": "^10.0.1",
"knex": "^0.12.6",

View File

@ -1644,9 +1644,9 @@ expand-tilde@^1.2.2:
dependencies:
os-homedir "^1.0.1"
express-validator@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-3.1.2.tgz#bae23dfa11191398d5fcada3dd7c54f28428195a"
express-validator@^3.1.2:
version "3.2.0"
resolved "https://registry.yarnpkg.com/express-validator/-/express-validator-3.2.0.tgz#9537abeb0f66e439f9e30b4ed16c4c6c231318e2"
dependencies:
"@types/bluebird" "~3.0.36"
"@types/express" "~4.0.34"