npm audit fix + Bump v8.0.4

This commit is contained in:
John Livingston 2023-12-27 10:59:05 +01:00
parent 90c25a0c53
commit 985fdb410e
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
3 changed files with 18 additions and 17 deletions

View File

@ -1,11 +1,12 @@
# Changelog
## ??? (Not Released Yet)
## 8.0.4
### Minor changes and fixes
* Updated spanish translations.
* ConverseJS: using `prune_messages_above` to purge old messages, keeping only last 100 (Fix #140).
* NPM packages security fixes.
## 8.0.3

30
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "peertube-plugin-livechat",
"version": "8.0.3",
"version": "8.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "peertube-plugin-livechat",
"version": "8.0.3",
"version": "8.0.4",
"license": "AGPL-3.0",
"dependencies": {
"async": "^3.2.2",
@ -10370,9 +10370,9 @@
}
},
"node_modules/sequelize-typescript": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/sequelize-typescript/-/sequelize-typescript-2.1.2.tgz",
"integrity": "sha512-+vhugJk1LLq5EVeLWi/UrkpGLrJGVD0R3UpEGHYouf6qeLRBL1V7QCIZr0pHZA57+nJPoK4PPTD+sGHS11uvvw==",
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/sequelize-typescript/-/sequelize-typescript-2.1.6.tgz",
"integrity": "sha512-Vc2N++3en346RsbGjL3h7tgAl2Y7V+2liYTAOZ8XL0KTw3ahFHsyAUzOwct51n+g70I1TOUDgs06Oh6+XGcFkQ==",
"dev": true,
"dependencies": {
"glob": "7.2.0"
@ -10384,7 +10384,7 @@
"@types/node": "*",
"@types/validator": "*",
"reflect-metadata": "*",
"sequelize": ">=6.8.0"
"sequelize": ">=6.20.1"
}
},
"node_modules/sequelize-typescript/node_modules/glob": {
@ -10503,9 +10503,9 @@
}
},
"node_modules/sharp": {
"version": "0.31.2",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.2.tgz",
"integrity": "sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==",
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.3.tgz",
"integrity": "sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -20017,9 +20017,9 @@
"dev": true
},
"sequelize-typescript": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/sequelize-typescript/-/sequelize-typescript-2.1.2.tgz",
"integrity": "sha512-+vhugJk1LLq5EVeLWi/UrkpGLrJGVD0R3UpEGHYouf6qeLRBL1V7QCIZr0pHZA57+nJPoK4PPTD+sGHS11uvvw==",
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/sequelize-typescript/-/sequelize-typescript-2.1.6.tgz",
"integrity": "sha512-Vc2N++3en346RsbGjL3h7tgAl2Y7V+2liYTAOZ8XL0KTw3ahFHsyAUzOwct51n+g70I1TOUDgs06Oh6+XGcFkQ==",
"dev": true,
"requires": {
"glob": "7.2.0"
@ -20087,9 +20087,9 @@
}
},
"sharp": {
"version": "0.31.2",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.2.tgz",
"integrity": "sha512-DUdNVEXgS5A97cTagSLIIp8dUZ/lZtk78iNVZgHdHbx1qnQR7JAHY0BnXnwwH39Iw+VKhO08CTYhIg0p98vQ5Q==",
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.3.tgz",
"integrity": "sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg==",
"dev": true,
"requires": {
"color": "^4.2.3",

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
"version": "8.0.3",
"version": "8.0.4",
"license": "AGPL-3.0",
"author": {
"name": "John Livingston",