Skip to content

Commit 6acce3a

Browse files
committed
update deps
1 parent 8866bbf commit 6acce3a

File tree

14 files changed

+20785
-14721
lines changed

14 files changed

+20785
-14721
lines changed

auth-sessions/package-lock.json

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

auth-sessions/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"description": "Session Management with Firebase Admin SDK Quickstart Sample",
55
"main": "app.js",
66
"scripts": {
7-
"compile": "cp ../tsconfig.json.template ./tsconfig.json && tsc",
7+
"compile": "cp ../tsconfig.template.json ./tsconfig.json && tsc",
88
"demo": "./node_modules/.bin/webpack --config webpack.config.js && node app.js"
99
},
1010
"author": "bojeil-google",
1111
"license": "Apache License Version 2.0",
1212
"dependencies": {
13-
"body-parser": "^1.15.2",
14-
"cookie-parser": "^1.4.3",
15-
"express": "^4.14.0",
16-
"firebase": "^9.1.1",
17-
"firebase-admin": "^9.12.0",
18-
"firebaseui": "^5.0.0",
19-
"jquery": "^3.5.0",
20-
"webpack": "^4.4.1",
21-
"webpack-cli": "^2.0.13"
13+
"body-parser": "^1.20.2",
14+
"cookie-parser": "^1.4.6",
15+
"express": "^4.18.2",
16+
"firebase": "^9.22.0",
17+
"firebase-admin": "^11.8.0",
18+
"firebaseui": "^6.0.2",
19+
"jquery": "^3.7.0",
20+
"webpack": "^5.82.1",
21+
"webpack-cli": "^5.1.1"
2222
}
2323
}

0 commit comments

Comments
 (0)