Npm audit and dependencies updated

Update CHANGELOG
Update INSTALLATION
merge-requests/346/merge
Thomas Lynch 11 months ago
parent 2a51aabf92
commit 744218ef37
  1. 12
      CHANGELOG.md
  2. 2
      INSTALLATION.md
  3. 2023
      package-lock.json
  4. 18
      package.json

@ -1,3 +1,15 @@
### 1.2.0
- Massive filter system overhaul, huge thanks to @disco.
- Filters are no longer just a text box with some options that apply to all filters.
- Filters can now be created/edited/deleted on separate global and board pages.
- All previous filter options e.g. strict matching, ban/block mode, ban message, ban duration, and appealability are customisable per-filter.
- The PR for this, #532 on gitgud is an excellent example of how to add features to jschan and fits into the design patterns perfectly.
- This gives the flexibility to add a filter "replace" mode in a future release.
- Added Italian locale (it-IT) courtesy of @zocram from niuchan.org
- Improved Portuguese translations thanks to @l29utp0 from ptchan.org
- Minor addition to INSTALLATION.md for those using Ubuntu rather than Debian.
- Npm audit & dependencies updated.
### 1.1.1 ### 1.1.1
- Bugfix live post updates triggering the disconnect and removal of postforms on non-OP delete/move. - Bugfix live post updates triggering the disconnect and removal of postforms on non-OP delete/move.
- Improve text wrapping on long table data. - Improve text wrapping on long table data.

@ -27,7 +27,7 @@
```bash ```bash
sudo apt update -y sudo apt update -y
sudo apt install curl wget gnupg nginx ffmpeg imagemagick graphicsmagick python3-certbot-nginx fonts-dejavu -y sudo apt install curl wget gnupg nginx ffmpeg imagemagick graphicsmagick python3-certbot-nginx fontconfig fonts-dejavu -y
``` ```
**3. Install MongoDB** **3. Install MongoDB**

2023
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -32,32 +32,32 @@
"gulp-real-favicon": "^0.3.2", "gulp-real-favicon": "^0.3.2",
"gulp-replace": "^1.1.4", "gulp-replace": "^1.1.4",
"gulp-uglify-es": "^3.0.0", "gulp-uglify-es": "^3.0.0",
"highlight.js": "^11.7.0", "highlight.js": "^11.8.0",
"i18n": "^0.15.1", "i18n": "^0.15.1",
"i18n-iso-countries": "^6.8.0", "i18n-iso-countries": "^6.8.0",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",
"imghash": "^0.0.9", "imghash": "^0.0.9",
"ioredis": "^4.28.5", "ioredis": "^4.28.5",
"ip6addr": "^0.2.5", "ip6addr": "^0.2.5",
"mongodb": "^4.14.0", "mongodb": "^4.16.0",
"node-fetch": "^2.6.9", "node-fetch": "^2.6.11",
"otpauth": "^9.0.2", "otpauth": "^9.1.2",
"path": "^0.12.7", "path": "^0.12.7",
"pm2": "^5.2.2", "pm2": "^5.3.0",
"pug": "^3.0.2", "pug": "^3.0.2",
"pug-runtime": "^3.0.1", "pug-runtime": "^3.0.1",
"qrcode": "^1.5.1", "qrcode": "^1.5.3",
"redlock": "^4.2.0", "redlock": "^4.2.0",
"sanitize-html": "^2.10.0", "sanitize-html": "^2.10.0",
"saslprep": "^1.0.3", "saslprep": "^1.0.3",
"semver": "^7.3.8", "semver": "^7.5.2",
"socket.io": "^4.6.1", "socket.io": "^4.6.2",
"socks-proxy-agent": "^6.2.1", "socks-proxy-agent": "^6.2.1",
"uid-safe": "^2.1.5", "uid-safe": "^2.1.5",
"unix-crypt-td-js": "^1.1.4" "unix-crypt-td-js": "^1.1.4"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.36.0", "eslint": "^8.43.0",
"eslint-plugin-jest": "^26.9.0", "eslint-plugin-jest": "^26.9.0",
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-cli": "^27.5.1", "jest-cli": "^27.5.1",

Loading…
Cancel
Save