diff --git a/discovery/package-lock.json b/discovery/package-lock.json index 0eba69d61..2ff0ca53f 100644 --- a/discovery/package-lock.json +++ b/discovery/package-lock.json @@ -302,9 +302,9 @@ } }, "@types/passport": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/@types/passport/-/passport-0.4.7.tgz", - "integrity": "sha512-EePlxNYx5tf3n0yjdPXX0/zDOv0UCwjMyQo4UkWGlhHteNDItAj7TfDdLttSThVMKQz3uCW7lsGzMuml0f8g9Q==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/passport/-/passport-1.0.0.tgz", + "integrity": "sha512-R2FXqM+AgsMIym0PuKj08Ybx+GR6d2rU3b1/8OcHolJ+4ga2pRPX105wboV6hq1AJvMo2frQzYKdqXS5+4cyMw==", "requires": { "@types/express": "*" } diff --git a/discovery/package.json b/discovery/package.json index 18b67e3cb..a3f38c851 100644 --- a/discovery/package.json +++ b/discovery/package.json @@ -23,7 +23,7 @@ "@types/koa-session": "^5.7.4", "@types/koa__cors": "^2.2.3", "@types/parse": "^2.1.0", - "@types/passport": "^0.4.7", + "@types/passport": "^1.0.0", "@types/winston": "^2.4.4", "aws-sdk": "^2.362.0", "axios": "^0.18.0",