Skip to content

Commit

Permalink
Seneca-CDOT#2404 update nodemon and passport in auth microservice
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyorangis committed Oct 27, 2021
1 parent dfb080e commit d0d2558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"jsonwebtoken": "^8.5.1",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport": "^0.5.0",
"passport-saml": "^3.1.2"
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"nodemon": "^2.0.7"
"nodemon": "^2.0.14"
}
}

0 comments on commit d0d2558

Please sign in to comment.