Skip to content

Commit f699f2e

Browse files
Bump passport from 0.4.1 to 0.6.0 in /3-Authorization-II/1-call-api/API
Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/jaredhanson/passport/releases) - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: passport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b33143 commit f699f2e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

3-Authorization-II/1-call-api/API/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3-Authorization-II/1-call-api/API/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"express": "^4.14.0",
1717
"morgan": "^1.10.0",
18-
"passport": "^0.4.1",
18+
"passport": "^0.6.0",
1919
"passport-azure-ad": "^4.3.0"
2020
},
2121
"main": "index.js",

0 commit comments

Comments
 (0)