File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 "author" :
" Valeri Karpov <[email protected] >" ,
44 "version" : " 2.1.2" ,
55 "dependencies" : {
6+ "@datastax/astra-mongoose" : " ^1.0.2" ,
67 "@octokit/auth-app" : " 2.4.3" ,
78 "@octokit/auth-token" : " 2.5.0" ,
89 "@slack/web-api" : " ^6.4.0" ,
9- "archetype" : " 0.13.0 " ,
10- "axios" : " 0.21.4 " ,
10+ "archetype" : " 0.13.1 " ,
11+ "axios" : " 0.30.0 " ,
1112 "cheerio" : " 1.0.0" ,
1213 "extrovert" : " 0.0.27" ,
1314 "googleapis" : " 100.0.0" ,
14- "mongoose" : " 8.x " ,
15+ "mongoose" : " ^8.16 " ,
1516 "ramda" : " 0.28.0" ,
1617 "stripe" : " 9.9.0" ,
1718 "time-commando" : " 1.0.1" ,
2021 "devDependencies" : {
2122 "@masteringjs/eslint-config" : " 0.1.1" ,
2223 "@mongoosejs/migrations" : " 0.2.5" ,
23- "@mongoosejs/studio" : " 0.0.91 " ,
24+ "@mongoosejs/studio" : " 0.0.95 " ,
2425 "cors" : " 2.8.5" ,
2526 "dotenv" : " 16.4.7" ,
2627 "eslint" : " 9.x" ,
2728 "express" : " 4.x" ,
28- "mocha" : " 9.1.3 " ,
29- "sinon" : " 12.0.1 "
29+ "mocha" : " 11.7.1 " ,
30+ "sinon" : " 15.x "
3031 },
3132 "scripts" : {
3233 "seed" : " env NODE_ENV=development node ./seed" ,
Original file line number Diff line number Diff line change 2323
2424 const code = params . get ( 'code' ) ;
2525 const state = params . get ( 'state' ) ;
26+
2627 window . location . href = state + '?provider=github&code=' + code ;
2728 } ) ( ) ;
2829 </ script >
You can’t perform that action at this time.
0 commit comments