feat: mandatory password change on login + UI fixes
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
... | ... | @@ -35,13 +35,13 @@ |
}, | ||
"dependencies": { | ||
"@aoberoi/passport-slack": "1.0.5", | ||
"@bugsnag/js": "6.3.2", | ||
"@bugsnag/js": "6.4.0", | ||
"algoliasearch": "3.33.0", | ||
"apollo-fetch": "0.7.0", | ||
"apollo-server": "2.8.1", | ||
"apollo-server-express": "2.8.1", | ||
"apollo-server": "2.9.0", | ||
"apollo-server-express": "2.9.0", | ||
"auto-load": "3.0.4", | ||
"aws-sdk": "2.503.0", | ||
"aws-sdk": "2.517.0", | ||
"axios": "0.19.0", | ||
"azure-search-client": "3.1.5", | ||
"bcryptjs-then": "1.0.1", | ||
... | ... | @@ -67,18 +67,18 @@ |
"express": "4.17.1", | ||
"express-brute": "1.0.1", | ||
"express-session": "1.16.2", | ||
"file-type": "12.1.0", | ||
"file-type": "12.2.0", | ||
"filesize": "4.1.2", | ||
"fs-extra": "8.1.0", | ||
"getos": "3.1.1", | ||
"graphql": "14.4.2", | ||
"graphql": "14.5.3", | ||
"graphql-list-fields": "2.0.2", | ||
"graphql-rate-limit-directive": "1.1.0", | ||
"graphql-subscriptions": "1.1.0", | ||
"graphql-tools": "4.0.5", | ||
"highlight.js": "9.15.9", | ||
"i18next": "17.0.8", | ||
"i18next-express-middleware": "1.8.0", | ||
"highlight.js": "9.15.10", | ||
"i18next": "17.0.12", | ||
"i18next-express-middleware": "1.8.1", | ||
"i18next-node-fs-backend": "2.1.3", | ||
"image-size": "0.7.4", | ||
"js-base64": "2.5.1", | ||
... | ... | @@ -86,12 +86,12 @@ |
"js-yaml": "3.13.1", | ||
"jsonwebtoken": "8.5.1", | ||
"klaw": "3.0.0", | ||
"knex": "0.19.1", | ||
"knex": "0.19.2", | ||
"lodash": "4.17.15", | ||
"markdown-it": "9.0.1", | ||
"markdown-it": "9.1.0", | ||
"markdown-it-abbr": "1.0.4", | ||
"markdown-it-anchor": "5.2.4", | ||
"markdown-it-attrs": "3.0.0", | ||
"markdown-it-attrs": "3.0.1", | ||
"markdown-it-emoji": "1.4.0", | ||
"markdown-it-expand-tabs": "1.0.13", | ||
"markdown-it-external-links": "0.0.6", | ||
... | ... | @@ -106,7 +106,7 @@ |
"mime-types": "2.1.24", | ||
"moment": "2.24.0", | ||
"moment-timezone": "0.5.26", | ||
"mongodb": "3.2.7", | ||
"mongodb": "3.3.1", | ||
"mssql": "5.1.0", | ||
"multer": "1.4.2", | ||
"mysql2": "1.6.5", | ||
... | ... | @@ -116,7 +116,7 @@ |
"nodemailer": "6.3.0", | ||
"objection": "1.6.9", | ||
"passport": "0.4.0", | ||
"passport-auth0": "1.2.0", | ||
"passport-auth0": "1.2.1", | ||
"passport-azure-ad": "4.1.0", | ||
"passport-cas": "0.1.1", | ||
"passport-discord": "0.1.3", | ||
... | ... | @@ -135,7 +135,7 @@ |
"passport-saml": "1.1.0", | ||
"passport-twitch": "1.0.3", | ||
"pem-jwk": "2.0.0", | ||
"pg": "7.12.0", | ||
"pg": "7.12.1", | ||
"pg-hstore": "2.3.3", | ||
"pg-query-stream": "2.0.0", | ||
"pg-tsquery": "8.0.5", | ||
... | ... | @@ -152,18 +152,18 @@ |
"serve-favicon": "2.5.0", | ||
"simple-git": "1.124.0", | ||
"solr-node": "1.2.1", | ||
"sqlite3": "4.0.9", | ||
"sqlite3": "4.1.0", | ||
"striptags": "3.1.1", | ||
"subscriptions-transport-ws": "0.9.16", | ||
"tar-fs": "2.0.0", | ||
"twemoji": "12.1.2", | ||
"uslug": "1.0.4", | ||
"uuid": "3.3.2", | ||
"uuid": "3.3.3", | ||
"validate.js": "0.13.1", | ||
"validator": "11.1.0", | ||
"validator-as-promised": "1.0.2", | ||
"winston": "3.2.1", | ||
"yargs": "13.3.0" | ||
"yargs": "14.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.0", | ||
... | ... | @@ -179,13 +179,13 @@ |
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/polyfill": "^7.4.4", | ||
"@babel/preset-env": "^7.5.4", | ||
"@mdi/font": "3.8.95", | ||
"@mdi/font": "4.1.95", | ||
"@panter/vue-i18next": "0.15.1", | ||
"@vue/babel-preset-app": "3.10.0", | ||
"@vue/babel-preset-app": "3.11.0", | ||
"animate-sass": "0.8.2", | ||
"animated-number-vue": "1.0.0", | ||
"apollo-cache-inmemory": "1.6.2", | ||
"apollo-client": "2.6.3", | ||
"apollo-cache-inmemory": "1.6.3", | ||
"apollo-client": "2.6.4", | ||
"apollo-link": "1.2.12", | ||
"apollo-link-batch-http": "1.2.12", | ||
"apollo-link-error": "1.1.11", | ||
... | ... | @@ -195,9 +195,9 @@ |
"apollo-utilities": "1.3.2", | ||
"autoprefixer": "9.6.1", | ||
"babel-eslint": "10.0.2", | ||
"babel-jest": "24.8.0", | ||
"babel-jest": "24.9.0", | ||
"babel-loader": "^8.0.6", | ||
"babel-plugin-graphql-tag": "2.4.0", | ||
"babel-plugin-graphql-tag": "2.5.0", | ||
"babel-plugin-lodash": "3.3.4", | ||
"babel-plugin-prismjs": "1.1.1", | ||
"babel-plugin-transform-imports": "2.0.0", | ||
... | ... | @@ -206,26 +206,26 @@ |
"chart.js": "2.8.0", | ||
"clean-webpack-plugin": "3.0.0", | ||
"copy-webpack-plugin": "5.0.4", | ||
"core-js": "3.1.4", | ||
"css-loader": "3.1.0", | ||
"core-js": "3.2.1", | ||
"css-loader": "3.2.0", | ||
"cssnano": "4.1.10", | ||
"duplicate-package-checker-webpack-plugin": "3.0.0", | ||
"epic-spinners": "1.1.0", | ||
"eslint": "6.1.0", | ||
"eslint": "6.2.2", | ||
"eslint-config-requarks": "1.0.7", | ||
"eslint-config-standard": "13.0.1", | ||
"eslint-config-standard": "14.0.1", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-node": "9.1.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-vue": "5.2.3", | ||
"fibers": "4.0.1", | ||
"file-loader": "4.1.0", | ||
"filepond": "4.4.12", | ||
"file-loader": "4.2.0", | ||
"filepond": "4.5.0", | ||
"filepond-plugin-file-validate-type": "1.2.4", | ||
"filesize.js": "1.0.2", | ||
"grapesjs": "0.14.62", | ||
"graphiql": "0.13.2", | ||
"grapesjs": "0.15.3", | ||
"graphiql": "0.14.2", | ||
"graphql-persisted-document-loader": "1.0.1", | ||
"graphql-tag": "^2.10.1", | ||
"graphql-voyager": "1.0.0-rc.27", | ||
... | ... | @@ -234,10 +234,10 @@ |
"html-webpack-pug-plugin": "2.0.0", | ||
"i18next-chained-backend": "2.0.0", | ||
"i18next-localstorage-backend": "3.0.0", | ||
"i18next-xhr-backend": "3.0.1", | ||
"i18next-xhr-backend": "3.1.2", | ||
"ignore-loader": "0.1.2", | ||
"jest": "24.8.0", | ||
"js-cookie": "2.2.0", | ||
"jest": "24.9.0", | ||
"js-cookie": "2.2.1", | ||
"mini-css-extract-plugin": "0.8.0", | ||
"moment-duration-format": "2.3.2", | ||
"offline-plugin": "5.0.7", | ||
... | ... | @@ -254,19 +254,19 @@ |
"pug-loader": "2.4.0", | ||
"pug-plain-loader": "1.0.0", | ||
"raw-loader": "3.1.0", | ||
"react": "16.8.6", | ||
"react-dom": "16.8.6", | ||
"react": "16.9.0", | ||
"react-dom": "16.9.0", | ||
"resolve-url-loader": "3.1.0", | ||
"sass": "1.22.9", | ||
"sass-loader": "7.1.0", | ||
"sass": "1.22.10", | ||
"sass-loader": "7.3.1", | ||
"sass-resources-loader": "2.0.1", | ||
"script-ext-html-webpack-plugin": "2.1.4", | ||
"simple-progress-webpack-plugin": "1.1.2", | ||
"style-loader": "0.23.1", | ||
"terser": "4.1.3", | ||
"style-loader": "1.0.0", | ||
"terser": "4.2.1", | ||
"twemoji-awesome": "1.0.6", | ||
"url-loader": "2.1.0", | ||
"vee-validate": "2.2.13", | ||
"vee-validate": "2.2.15", | ||
"velocity-animate": "1.5.2", | ||
"viz.js": "2.1.2", | ||
"vue": "2.6.10", | ||
... | ... | @@ -274,32 +274,32 @@ |
"vue-chartjs": "3.4.2", | ||
"vue-clipboards": "1.3.0", | ||
"vue-codemirror": "4.0.6", | ||
"vue-filepond": "5.1.2", | ||
"vue-filepond": "5.1.3", | ||
"vue-hot-reload-api": "2.3.3", | ||
"vue-loader": "15.7.1", | ||
"vue-material-design-icons": "3.3.1", | ||
"vue-material-design-icons": "3.4.0", | ||
"vue-moment": "4.0.0", | ||
"vue-router": "3.0.7", | ||
"vue-router": "3.1.2", | ||
"vue-simple-breakpoints": "1.0.3", | ||
"vue-status-indicator": "1.2.1", | ||
"vue-template-compiler": "2.6.10", | ||
"vue-tour": "1.1.0", | ||
"vue2-animate": "2.1.0", | ||
"vue2-animate": "2.1.2", | ||
"vuedraggable": "2.23.0", | ||
"vuescroll": "4.13.1", | ||
"vuetify": "2.0.4", | ||
"vuescroll": "4.14.0", | ||
"vuetify": "2.0.10", | ||
"vuetify-loader": "1.3.0", | ||
"vuex": "3.1.1", | ||
"vuex-pathify": "1.2.4", | ||
"vuex-persistedstate": "2.5.4", | ||
"webpack": "4.39.1", | ||
"webpack": "4.39.2", | ||
"webpack-bundle-analyzer": "3.4.1", | ||
"webpack-cli": "3.3.6", | ||
"webpack-cli": "3.3.7", | ||
"webpack-dev-middleware": "3.7.0", | ||
"webpack-hot-middleware": "2.25.0", | ||
"webpack-merge": "4.2.1", | ||
"webpack-subresource-integrity": "1.3.2", | ||
"webpackbar": "3.2.0", | ||
"webpackbar": "4.0.0", | ||
"whatwg-fetch": "3.0.0", | ||
"write-file-webpack-plugin": "4.5.1", | ||
"xterm": "3.14.5", | ||
... | ... | @@ -344,7 +344,10 @@ |
"requireSpaceAfterCodeOperator": true, | ||
"requireStrictEqualityOperators": true, | ||
"validateAttributeQuoteMarks": "'", | ||
"validateAttributeSeparator": { "separator": ", ", "multiLineSeparator": "\n " }, | ||
"validateAttributeSeparator": { | ||
"separator": ", ", | ||
"multiLineSeparator": "\n " | ||
}, | ||
"validateDivTags": true, | ||
"validateIndentation": 2, | ||
"excludeFiles": [ | ||
... | ... |
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment