Skip to content

Commit 9f2b6c4

Browse files
committed
npm audit fix
1 parent 461bd3f commit 9f2b6c4

2 files changed

Lines changed: 104 additions & 8 deletions

File tree

demo/graph-tutorial/package-lock.json

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

demo/graph-tutorial/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66
"start": "node ./bin/www"
77
},
88
"dependencies": {
9+
"connect-flash": "^0.1.1",
910
"cookie-parser": "~1.4.4",
1011
"debug": "~2.6.9",
12+
"dotenv": "^8.2.0",
1113
"express": "~4.16.1",
12-
"hbs": "~4.0.4",
14+
"express-session": "^1.17.0",
15+
"hbs": "^4.1.0",
1316
"http-errors": "~1.6.3",
17+
"isomorphic-fetch": "^2.2.1",
18+
"moment": "^2.24.0",
1419
"morgan": "~1.9.1"
1520
}
1621
}

0 commit comments

Comments
 (0)