This commit is contained in:
2025-12-15 17:14:43 +08:00
parent 52ccf115fb
commit 6a579b3ae0
2 changed files with 18 additions and 18 deletions

View File

@@ -14,11 +14,11 @@
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.25.0",
"type": "module",
"devDependencies": {
"@types/bun": "^1.3.3",
"@types/node": "^24.10.1",
"@types/bun": "^1.3.4",
"@types/node": "^25.0.2",
"dotenv": "^17.2.3"
}
}

30
pnpm-lock.yaml generated
View File

@@ -9,25 +9,25 @@ importers:
.:
devDependencies:
'@types/bun':
specifier: ^1.3.3
version: 1.3.3
specifier: ^1.3.4
version: 1.3.4
'@types/node':
specifier: ^24.10.1
version: 24.10.1
specifier: ^25.0.2
version: 25.0.2
dotenv:
specifier: ^17.2.3
version: 17.2.3
packages:
'@types/bun@1.3.3':
resolution: {integrity: sha512-ogrKbJ2X5N0kWLLFKeytG0eHDleBYtngtlbu9cyBKFtNL3cnpDZkNdQj8flVf6WTZUX5ulI9AY1oa7ljhSrp+g==}
'@types/bun@1.3.4':
resolution: {integrity: sha512-EEPTKXHP+zKGPkhRLv+HI0UEX8/o+65hqARxLy8Ov5rIxMBPNTjeZww00CIihrIQGEQBYg+0roO5qOnS/7boGA==}
'@types/node@24.10.1':
resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==}
'@types/node@25.0.2':
resolution: {integrity: sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==}
bun-types@1.3.3:
resolution: {integrity: sha512-z3Xwlg7j2l9JY27x5Qn3Wlyos8YAp0kKRlrePAOjgjMGS5IG6E7Jnlx736vH9UVI4wUICwwhC9anYL++XeOgTQ==}
bun-types@1.3.4:
resolution: {integrity: sha512-5ua817+BZPZOlNaRgGBpZJOSAQ9RQ17pkwPD0yR7CfJg+r8DgIILByFifDTa+IPDDxzf5VNhtNlcKqFzDgJvlQ==}
dotenv@17.2.3:
resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==}
@@ -38,17 +38,17 @@ packages:
snapshots:
'@types/bun@1.3.3':
'@types/bun@1.3.4':
dependencies:
bun-types: 1.3.3
bun-types: 1.3.4
'@types/node@24.10.1':
'@types/node@25.0.2':
dependencies:
undici-types: 7.16.0
bun-types@1.3.3:
bun-types@1.3.4:
dependencies:
'@types/node': 24.10.1
'@types/node': 25.0.2
dotenv@17.2.3: {}