Skip to content

Commit 549cfcc

Browse files
committed
fix some module
1 parent 5361476 commit 549cfcc

File tree

4 files changed

+96
-83
lines changed

4 files changed

+96
-83
lines changed

config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import path from 'node:path';
77
import type {ClientConnectionSettings} from '@shared/schema/ClientConnectionSettings';
88
import type {Config} from '@shared/schema/Config';
99
import {configSchema} from '@shared/schema/Config';
10-
import yargs from 'yargs/yargs';
10+
import yargs from 'yargs';
1111

1212
import {version} from './package.json';
1313

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@lingui/react": "^4.11.3",
9090
"@maxmind/geoip2-node": "^5.0.0",
9191
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
92-
"@seald-io/nedb": "^3.1.0",
92+
"@seald-io/nedb": "^4.0.4",
9393
"@types/bencode": "^2.0.1",
9494
"@types/body-parser": "^1.19.2",
9595
"@types/content-disposition": "^0.5.5",
@@ -106,7 +106,7 @@
106106
"@types/jsonwebtoken": "^9.0.2",
107107
"@types/lodash": "^4.14.195",
108108
"@types/morgan": "^1.9.4",
109-
"@types/node": "^16.18.105",
109+
"@types/node": "^20.11.25",
110110
"@types/parse-torrent": "^5.8.4",
111111
"@types/passport": "^1.0.12",
112112
"@types/passport-jwt": "^3.0.9",
@@ -127,7 +127,7 @@
127127
"bencode": "^2.0.3",
128128
"body-parser": "^1.20.2",
129129
"case-sensitive-paths-webpack-plugin": "2.4.0",
130-
"chalk": "^4.1.2",
130+
"chalk": "^5.3.0",
131131
"classnames": "^2.3.2",
132132
"content-disposition": "^0.5.4",
133133
"cookie-parser": "^1.4.6",
@@ -185,6 +185,7 @@
185185
"postcss": "^8.4.24",
186186
"postcss-loader": "^7.3.3",
187187
"prettier": "^2.8.8",
188+
"punycode": "^2.3.1",
188189
"react": "^18.2.0",
189190
"react-dev-utils": "^12.0.1",
190191
"react-dom": "^18.2.0",
@@ -221,7 +222,7 @@
221222
"zod": "^3.21.4"
222223
},
223224
"engines": {
224-
"node": ">=16.0.0"
225+
"node": ">=22.11.0"
225226
},
226227
"browserslist": [
227228
"> 2%",

0 commit comments

Comments
 (0)