fix: deps

This commit is contained in:
Yanlong Wang 2025-03-08 10:54:08 +08:00
parent 23a3b807c9
commit c326088327
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -17,7 +17,7 @@
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"busboy": "^1.6.0",
"civkit": "^0.8.4-32482a3",
"civkit": "^0.8.4-f0be122",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"dayjs": "^1.11.9",
@ -70,7 +70,7 @@
"typescript": "^5.5.4"
},
"engines": {
"node": "20"
"node": ">=18"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -4095,9 +4095,9 @@
}
},
"node_modules/civkit": {
"version": "0.8.4-32482a3",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.8.4-32482a3.tgz",
"integrity": "sha512-VQwRreeVKYEoSMlhwYrPGpAA5na6lrIavGKmYNrhsHVJEvSfgkWKEete/btZzer4+WBxnNRw+PpRPrq6xjt13Q==",
"version": "0.8.4-f0be122",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.8.4-f0be122.tgz",
"integrity": "sha512-PNrHpNQnIN1TJ3lYA13cg7q83xrYL7x7xyx7TM/vT/IwvENC/493iMSYeCADFlzMu71Rmb7b4mdaNKsaZm+JUw==",
"license": "AGPL",
"dependencies": {
"lodash": "^4.17.21",

View File

@ -10,7 +10,7 @@
"start": "npm run shell"
},
"engines": {
"node": "20"
"node": ">=18"
},
"main": "build/index.js",
"dependencies": {
@ -25,7 +25,7 @@
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"busboy": "^1.6.0",
"civkit": "^0.8.4-32482a3",
"civkit": "^0.8.4-f0be122",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"dayjs": "^1.11.9",