Skip to content

Commit 2478571

Browse files
committed
fix: upgrade passport from 0.3.2 to 0.4.1
Snyk has created this PR to upgrade passport from 0.3.2 to 0.4.1. See this package in npm: https://www.npmjs.com/package/passport See this project in Snyk: https://app.snyk.io/org/chaos-ui/project/59f60cb7-b0fe-4ca0-ae06-5799a1635b2a?utm_source=github&utm_medium=upgrade-pr
1 parent 05f77e8 commit 2478571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"express": "^4.14.0",
1616
"morgan": "^1.7.0",
17-
"passport": "^0.3.2",
17+
"passport": "^0.4.1",
1818
"passport-azure-ad": "^4.2.1"
1919
},
2020
"main": "index.js",

0 commit comments

Comments
 (0)