npm audit fix, update CHANGELOG and package*.json for 1.0.3

merge-requests/341/head v1.0.3
Thomas Lynch 1 year ago
parent 0b4e55f98a
commit 526e31f057
Signed by: fatchan
GPG Key ID: A7E5E8B7E11EE92D
  1. 7
      CHANGELOG.md
  2. 10
      package-lock.json
  3. 2
      package.json

@ -1,10 +1,15 @@
### 1.0.3
- Translation improvements.
- Add back missing "Lock+Unlist" mode for handling ianctive boards.
- Npm audit.
### 1.0.2
- Translation improvements.
### 1.0.1
- Translation improvements.
- Add a link to board in mod view e.g. /test/ on globalmanage recent posts to give some context.
- Fix dockerignore for docker testing/development, was broken due to translations
- Fix dockerignore for docker testing/development, was broken due to translations.
### 1.0.0
Version 1.0.0 is here. jschan is stable and mature enough and has been for a while. There's no need to go to version 0.9999.9999 and I am comfortable enough to call it "Version 1".

10
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "jschan",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jschan",
"version": "1.0.2",
"version": "1.0.3",
"license": "AGPL-3.0-only",
"dependencies": {
"@fatchan/express-fileupload": "^1.4.2",
@ -15432,9 +15432,9 @@
}
},
"node_modules/vm2": {
"version": "3.9.14",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.14.tgz",
"integrity": "sha512-HgvPHYHeQy8+QhzlFryvSteA4uQLBCOub02mgqdR+0bN/akRZ48TGB1v0aCv7ksyc0HXx16AZtMHKS38alc6TA==",
"version": "3.9.16",
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.16.tgz",
"integrity": "sha512-3T9LscojNTxdOyG+e8gFeyBXkMlOBYDoF6dqZbj+MPVHi9x10UfiTAJIobuchRCp3QvC+inybTbMJIUrLsig0w==",
"dependencies": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0"

@ -1,6 +1,6 @@
{
"name": "jschan",
"version": "1.0.2",
"version": "1.0.3",
"migrateVersion": "1.0.0",
"description": "",
"main": "server.js",

Loading…
Cancel
Save