Fix dependency
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
SebClem 2021-12-06 18:13:15 +01:00
parent 97d06ef00a
commit 61f99601d7
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305
4 changed files with 3150 additions and 1602 deletions

2
app.js
View File

@ -4,7 +4,7 @@ const path = require('path');
const cookieParser = require('cookie-parser');
const bodyParser = require('body-parser')
const logger = require('./config/winston');
const sassMiddleware = require('node-sass-middleware');
//const sassMiddleware = require('node-sass-middleware');
const expressWinston = require('express-winston');
const flash = require('connect-flash');
const i18n = require('i18n');

BIN
db.sqlite

Binary file not shown.

4745
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"@fortawesome/fontawesome-free": "5.15.4",
"bcrypt": "5.0.1",
"body-parser": "1.19.0",
"bootstrap": "5.0.0-beta1",
"bootstrap": "5.1.3",
"connect-ensure-login": "0.1.1",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.6",
@ -22,11 +22,10 @@
"http-errors": "1.8.1",
"i18n": "0.13.3",
"morgan": "1.10.0",
"node-sass-middleware": "0.11.0",
"passport": "0.5.0",
"passport-local": "1.0.0",
"sequelize": "6.11.0",
"sqlite3": "5.0.2",
"sqlite3": "4.2.0",
"winston": "3.3.3"
}
}