chore(dependencies): update package-lock.json and package.json for dependency versions

- Upgraded @emnapi/runtime to version 1.9.1 and @img/colour to version 1.1.0 in package-lock.json.
- Added new dependencies for ansi-regex and strip-ansi with updated versions in multiple locations.
- Updated lodash types to version 4.17.24 and ansi-escapes to version 7.3.0.
- Introduced overrides for minimatch and tmp in package.json to ensure consistent behavior across environments.
- Refactored MultiChatDialog.vue to improve room selection logic and handle adult-only mode more effectively.
This commit is contained in:
Torsten Schulz (local)
2026-03-27 14:05:29 +01:00
parent 07604cc9fa
commit 9f3facbb3f
3 changed files with 244 additions and 158 deletions

View File

@@ -31,14 +31,18 @@
"vuex": "^4.1.0"
},
"devDependencies": {
"@gltf-transform/cli": "^4.3.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@gltf-transform/cli": "^4.3.0",
"@vitejs/plugin-vue": "^5.2.4",
"assert": "^2.1.0",
"sass": "^1.98.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vite": "^6.4.1"
},
"overrides": {
"minimatch": "10.2.4",
"tmp": "0.2.5"
}
}