fix: upgrade @types/passport

This commit is contained in:
Wyatt Johnson
2018-07-23 10:08:12 -06:00
parent 558f81c9aa
commit 81e8f68e62
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1793,9 +1793,9 @@
}
},
"@types/passport": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/@types/passport/-/passport-0.4.5.tgz",
"integrity": "sha512-Ow5akVXwEZlOPCWGbEGy0GX4ocdwKz7JJH1K+BMd/BSOxmJTo2obH2AKbsgcncQvw5z7AGopdIu1Ap/j9sMRnQ==",
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/@types/passport/-/passport-0.4.6.tgz",
"integrity": "sha512-P7TxrdpAze3nvHghYPeLlHkYcFDiIkRBbp7xYz2ehX9zmi1yr/qWQMTpXsMxN5w3ESJpMzn917inK4giASaDcQ==",
"dev": true,
"requires": {
"@types/express": "*"
+1 -1
View File
@@ -84,7 +84,7 @@
"@types/luxon": "^0.5.3",
"@types/mongodb": "^3.1.1",
"@types/node": "^10.5.2",
"@types/passport": "^0.4.5",
"@types/passport": "^0.4.6",
"@types/passport-local": "^1.0.33",
"@types/passport-oauth2": "^1.4.5",
"@types/passport-strategy": "^0.2.33",