Skip to content

Commit a73f875

Browse files
update deps (#61)
* update deps * Update changelog * fix * fix * fix * update deps * fix broken lockfile
1 parent 4070859 commit a73f875

11 files changed

Lines changed: 1594 additions & 1543 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(unreleased)
22
------------------
3+
* 依存関係の更新
34

45
5.2.5 / 2025/10/22
56
------------------

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "./built/index.js",
1010
"type": "module",
1111
"types": "./built/index.d.ts",
12-
"packageManager": "pnpm@9.15.9",
12+
"packageManager": "pnpm@10.29.3",
1313
"files": [
1414
"built",
1515
"LICENSE"
@@ -21,28 +21,28 @@
2121
"serve": "fastify start ./built/index.js"
2222
},
2323
"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"
3838
},
3939
"dependencies": {
40-
"cheerio": "1.1.2",
40+
"chardet": "2.1.1",
41+
"cheerio": "1.2.0",
4142
"escape-regexp": "0.0.1",
42-
"got": "14.6.5",
43+
"got": "15.0.3",
4344
"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"
4747
}
4848
}

0 commit comments

Comments
 (0)