changelog, version bump to match and packages update

jschan
Thomas Lynch 3 years ago
parent 0561adf940
commit 084c2f8808
  1. 2
      CHANGELOG.md
  2. 3400
      package-lock.json
  3. 30
      package.json

@ -33,3 +33,5 @@
- Country blocklist now can actually fit all countries - Country blocklist now can actually fit all countries
- Make "auth level" text box into "account type" dropdown in accounts page, easier to understand - Make "auth level" text box into "account type" dropdown in accounts page, easier to understand
- Board owners can now edit custom pages - Board owners can now edit custom pages
- Show a little message and disable reply form on full threads (hit reply limit)
- Allow longer language names for code blocks

3400
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,22 +1,22 @@
{ {
"name": "jschan", "name": "jschan",
"version": "0.1.4", "version": "0.1.5",
"migrateVersion": "0.1.3", "migrateVersion": "0.1.3",
"description": "", "description": "",
"main": "server.js", "main": "server.js",
"dependencies": { "dependencies": {
"@fatchan/gulp-pug": "^4.0.1", "@fatchan/gulp-pug": "^4.0.1",
"bcrypt": "^5.0.1", "bcrypt": "^5.0.1",
"bull": "^3.22.0", "bull": "^3.22.8",
"cache-pug-templates": "^2.0.3", "cache-pug-templates": "^2.0.3",
"connect-redis": "^5.1.0", "connect-redis": "^5.2.0",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"csurf": "^1.11.0", "csurf": "^1.11.0",
"del": "^6.0.0", "del": "^6.0.0",
"dnsbl": "^3.2.0", "dnsbl": "^3.2.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-fileupload": "git+https://gitgud.io/fatchan/express-fileupload.git#b2c0d9c0868fed3b4bbd5c0318cb162ee81146b4", "express-fileupload": "git+https://gitgud.io/fatchan/express-fileupload.git#b2c0d9c0868fed3b4bbd5c0318cb162ee81146b4",
"express-session": "^1.17.0", "express-session": "^1.17.2",
"file-type": "^15.0.1", "file-type": "^15.0.1",
"fluent-ffmpeg": "^2.1.2", "fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security", "fs": "0.0.1-security",
@ -27,26 +27,26 @@
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1", "gulp-less": "^4.0.1",
"gulp-real-favicon": "^0.3.2", "gulp-real-favicon": "^0.3.2",
"gulp-replace": "^1.0.0", "gulp-replace": "^1.1.3",
"gulp-uglify-es": "^2.0.0", "gulp-uglify-es": "^2.0.0",
"highlight.js": "^10.7.2", "highlight.js": "^10.7.3",
"i18n-iso-countries": "^6.6.0", "i18n-iso-countries": "^6.8.0",
"iconv-lite": "^0.6.2", "iconv-lite": "^0.6.3",
"imghash": "0.0.8", "imghash": "0.0.8",
"ioredis": "^4.25.0", "ioredis": "^4.27.6",
"ip6addr": "^0.2.3", "ip6addr": "^0.2.3",
"mongodb": "^3.6.5", "mongodb": "^3.6.9",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"node-image-hash": "^1.0.7", "node-image-hash": "^1.1.0",
"path": "^0.12.7", "path": "^0.12.7",
"pm2": "^5.0.0", "pm2": "^5.1.0",
"pug": "^3.0.2", "pug": "^3.0.2",
"redlock": "^4.1.0", "redlock": "^4.1.0",
"sanitize-html": "^2.3.3", "sanitize-html": "^2.4.0",
"saslprep": "^1.0.3", "saslprep": "^1.0.3",
"semver": "^7.3.5", "semver": "^7.3.5",
"socket.io": "^4.0.1", "socket.io": "^4.1.2",
"socket.io-redis": "^6.1.0", "socket.io-redis": "^6.1.1",
"socks-proxy-agent": "^5.0.0", "socks-proxy-agent": "^5.0.0",
"unix-crypt-td-js": "^1.1.4" "unix-crypt-td-js": "^1.1.4"
}, },

Loading…
Cancel
Save