Update CHANGELOG, update dependencies

merge-requests/341/head
Thomas Lynch 2 years ago
parent d51bef9d37
commit 0fca6a3d69
  1. 4
      CHANGELOG.md
  2. 12224
      package-lock.json
  3. 26
      package.json

@ -1,3 +1,7 @@
### 0.10.0
- Add account two factor authenticaiton (TOTP).
- Update dependencies.
### 0.9.4
- Ability to add internal notes to bans. These are only seen by staff and not shown to the banned user.
- Wordfilter auto bans will set an internal note with which wordfilter was triggered.

12224
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -8,18 +8,18 @@
"@fatchan/express-fileupload": "^1.4.2",
"@fatchan/gm": "^1.3.2",
"@socket.io/redis-adapter": "^7.2.0",
"bcrypt": "^5.0.1",
"bcrypt": "^5.1.0",
"big-bitfield": "^1.2.1",
"bull": "^3.29.3",
"cache-pug-templates": "^2.0.3",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"del": "^6.0.0",
"del": "^6.1.1",
"dnsbl": "^3.2.0",
"express": "^4.18.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-type": "^16.5.3",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
@ -32,32 +32,32 @@
"gulp-real-favicon": "^0.3.2",
"gulp-replace": "^1.1.3",
"gulp-uglify-es": "^3.0.0",
"highlight.js": "^11.5.1",
"highlight.js": "^11.6.0",
"i18n-iso-countries": "^6.8.0",
"iconv-lite": "^0.6.3",
"imghash": "^0.0.9",
"ioredis": "^4.28.5",
"ip6addr": "^0.2.5",
"mongodb": "^4.6.0",
"mongodb": "^4.11.0",
"node-fetch": "^2.6.7",
"otpauth": "^9.0.1",
"path": "^0.12.7",
"pm2": "^5.2.0",
"pm2": "^5.2.2",
"pug": "^3.0.2",
"pug-runtime": "^3.0.1",
"qrcode": "^1.5.1",
"redlock": "^4.2.0",
"sanitize-html": "^2.7.0",
"sanitize-html": "^2.7.3",
"saslprep": "^1.0.3",
"semver": "^7.3.7",
"socket.io": "^4.5.0",
"socks-proxy-agent": "^6.2.0",
"semver": "^7.3.8",
"socket.io": "^4.5.3",
"socks-proxy-agent": "^6.2.1",
"uid-safe": "^2.1.5",
"unix-crypt-td-js": "^1.1.4"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-plugin-jest": "^26.2.2",
"eslint": "^8.27.0",
"eslint-plugin-jest": "^26.9.0",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"jest-junit": "^13.2.0"

Loading…
Cancel
Save