|
9 | 9 | "main": "./built/index.js", |
10 | 10 | "type": "module", |
11 | 11 | "types": "./built/index.d.ts", |
12 | | - "packageManager": "pnpm@9.15.9", |
| 12 | + "packageManager": "pnpm@10.29.3", |
13 | 13 | "files": [ |
14 | 14 | "built", |
15 | 15 | "LICENSE" |
|
21 | 21 | "serve": "fastify start ./built/index.js" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@misskey-dev/eslint-plugin": "^2.1.0", |
25 | | - "@types/debug": "4.1.12", |
26 | | - "@types/escape-regexp": "^0.0.3", |
27 | | - "@types/node": "24.9.1", |
28 | | - "@typescript-eslint/eslint-plugin": "^8.46.2", |
29 | | - "@typescript-eslint/parser": "^8.46.2", |
30 | | - "debug": "^4.4.3", |
31 | | - "eslint": "^9.38.0", |
32 | | - "eslint-plugin-import": "^2.32.0", |
33 | | - "fastify": "^5.6.1", |
34 | | - "fastify-cli": "^7.4.0", |
35 | | - "tsc-alias": "^1.8.16", |
36 | | - "typescript": "5.9.3", |
37 | | - "vitest": "^3.2.4" |
| 24 | + "@misskey-dev/eslint-plugin": "2.1.0", |
| 25 | + "@types/debug": "4.1.13", |
| 26 | + "@types/escape-regexp": "0.0.3", |
| 27 | + "@types/node": "24.10.13", |
| 28 | + "@typescript-eslint/eslint-plugin": "8.59.1", |
| 29 | + "@typescript-eslint/parser": "8.59.1", |
| 30 | + "debug": "4.4.3", |
| 31 | + "eslint": "9.39.2", |
| 32 | + "eslint-plugin-import": "2.32.0", |
| 33 | + "fastify": "5.8.5", |
| 34 | + "fastify-cli": "8.0.0", |
| 35 | + "tsc-alias": "1.8.17", |
| 36 | + "typescript": "6.0.3", |
| 37 | + "vitest": "4.1.5" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "cheerio": "1.1.2", |
| 40 | + "chardet": "2.1.1", |
| 41 | + "cheerio": "1.2.0", |
41 | 42 | "escape-regexp": "0.0.1", |
42 | | - "got": "14.6.5", |
| 43 | + "got": "15.0.3", |
43 | 44 | "html-entities": "2.6.0", |
44 | | - "iconv-lite": "0.7.0", |
45 | | - "jschardet": "3.1.4", |
46 | | - "private-ip": "3.0.2" |
| 45 | + "iconv-lite": "0.7.2", |
| 46 | + "ipaddr.js": "2.3.0" |
47 | 47 | } |
48 | 48 | } |
0 commit comments