Commit Graph

25 Commits

Author SHA1 Message Date
dependabot[bot]
c07af372cc
Build(deps): Bump path-to-regexp from 6.2.0 to 6.3.0 in /daemon
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 17:38:49 +00:00
dependabot[bot]
d3673c7377
Build(deps-dev): Bump webpack from 5.89.0 to 5.94.0 in /daemon
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 02:38:23 +00:00
Unitwk
d9a62e13d0 Refactor: replace "node-disk-info" module 2024-08-19 11:42:55 +08:00
Unitwk
4d74b06b5a Fix: Server-Side Request Forgery in axios 2024-08-19 11:33:15 +08:00
dependabot[bot]
901ec82a24
Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in /daemon
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 06:02:16 +00:00
dependabot[bot]
7aa44df4cb
Build(deps): Bump ws and socket.io-adapter in /daemon
Bumps [ws](https://github.com/websockets/ws) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter). These dependencies needed to be updated together.

Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1)

Updates `socket.io-adapter` from 2.5.2 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.2...2.5.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: socket.io-adapter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 03:23:33 +00:00
dependabot[bot]
10deb88e38
Build(deps): Bump ws, socket.io and socket.io-client in /daemon
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependencies [ws](https://github.com/websockets/ws), [socket.io](https://github.com/socketio/socket.io) and [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together.


Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1)

Updates `socket.io` from 4.6.1 to 4.7.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.6.1...4.7.5)

Updates `socket.io-client` from 4.6.1 to 4.7.5
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.6.1...4.7.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: indirect
- dependency-name: socket.io-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 11:45:59 +00:00
Unitwk
65b8c11a7e Refactor: webpack config 2024-05-09 14:48:04 +08:00
Unitwk
f3380180df Fix: koa-body safe & upgrade formidable 2024-04-24 11:35:36 +08:00
Unitwk
d219ca3ee0 Fix: two-line-height 2024-04-22 15:42:14 +08:00
dependabot[bot]
d4fc0aae21
Build(deps): Bump follow-redirects from 1.15.4 to 1.15.6 in /daemon
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 02:40:23 +00:00
unitwk
d7ebeddc85 Feat: i18n 2024-03-29 20:20:03 +08:00
unitwk
619756527a Fix: UI tips 2024-03-12 22:41:36 +08:00
unitwk
799c9be80e Feat: Add node-pty 2024-03-08 15:05:40 +08:00
unitwk
7b2ee6e5bc Refactor: compressing modules 2024-02-13 15:56:52 +08:00
unitwk
73cf3d2127 Feat: RCON Protocol 2024-02-02 18:00:19 +08:00
unitwk
f787de5a93 Refactor: music player 2024-01-16 11:09:50 +08:00
dependabot[bot]
38a3d1c573
Build(deps): Bump follow-redirects from 1.15.2 to 1.15.4 in /daemon
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 01:34:37 +00:00
unitwk
1a9238033a Fix: Severity lib 2023-11-16 10:57:56 +08:00
unitwk
682fdfd38e Refactor: common code 2023-11-16 10:45:50 +08:00
unitwk
54efaa3e09 Refactor: common code 2023-11-15 21:22:06 +08:00
unitwk
a0b8944f13 Refactor: common project created 2023-11-15 20:29:31 +08:00
unitwk
7667fb13e0 Feat: support global languages 2023-09-05 19:31:41 +08:00
unitwk
07931f899c Feat: daemon support global languages 2023-09-05 18:47:10 +08:00
unitwk
3c106f642a Refactor: project structure 2023-08-20 23:06:38 +08:00