Update CHANGELOG, version bump, npm audit

merge-requests/346/merge v1.1.1
Thomas Lynch 12 months ago
parent d457d10f8e
commit 2649a1b6d3
  1. 5
      CHANGELOG.md
  2. 16
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,8 @@
### 1.1.1
- Bugfix live post updates triggering the disconnect and removal of postforms on non-OP delete/move.
- Improve text wrapping on long table data.
- Npm audit.
### 1.1.0 ### 1.1.0
- Posts edits and "USER WAS BANNED FOR THIS POST" messages will now be updated live through the websocket. - Posts edits and "USER WAS BANNED FOR THIS POST" messages will now be updated live through the websocket.
- Added Yandex Smart Captcha support, as an additional captcha type option. - Added Yandex Smart Captcha support, as an additional captcha type option.

16
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "jschan", "name": "jschan",
"version": "1.0.6", "version": "1.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "jschan", "name": "jschan",
"version": "1.0.6", "version": "1.1.1",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"@fatchan/express-fileupload": "^1.4.2", "@fatchan/express-fileupload": "^1.4.2",
@ -13926,9 +13926,9 @@
} }
}, },
"node_modules/socket.io-parser": { "node_modules/socket.io-parser": {
"version": "4.2.2", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz", "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.3.tgz",
"integrity": "sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==", "integrity": "sha512-JMafRntWVO2DCJimKsRTh/wnqVvO4hrfwOqtO7f+uzwsQMuxO6VwImtYxaQ+ieoyshWOTJyV0fA21lccEXRPpQ==",
"dependencies": { "dependencies": {
"@socket.io/component-emitter": "~3.1.0", "@socket.io/component-emitter": "~3.1.0",
"debug": "~4.3.1" "debug": "~4.3.1"
@ -15432,9 +15432,9 @@
} }
}, },
"node_modules/vm2": { "node_modules/vm2": {
"version": "3.9.17", "version": "3.9.19",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.17.tgz", "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz",
"integrity": "sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==", "integrity": "sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==",
"dependencies": { "dependencies": {
"acorn": "^8.7.0", "acorn": "^8.7.0",
"acorn-walk": "^8.2.0" "acorn-walk": "^8.2.0"

@ -1,6 +1,6 @@
{ {
"name": "jschan", "name": "jschan",
"version": "1.1.0", "version": "1.1.1",
"migrateVersion": "1.0.5", "migrateVersion": "1.0.5",
"description": "", "description": "",
"main": "server.js", "main": "server.js",

Loading…
Cancel
Save