fix: bump deps

This commit is contained in:
yanlong.wang 2024-09-10 17:13:13 +08:00
parent 5b85fe450f
commit aad9096119
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"archiver": "^6.0.1",
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"civkit": "^0.7.0-c4d383e",
"civkit": "^0.7.0-1189ee3",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"dayjs": "^1.11.9",
@ -3701,9 +3701,9 @@
}
},
"node_modules/civkit": {
"version": "0.7.0-c4d383e",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.7.0-c4d383e.tgz",
"integrity": "sha512-AahT8IfwELFlHrL7xOtihbVT+UjdYxUe9nx1eL7Au0ljv4OK0gRiI5ps3CRMMc4npHoMLrA6upedGQPp/lrvjQ==",
"version": "0.7.0-1189ee3",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.7.0-1189ee3.tgz",
"integrity": "sha512-htjxZc5E25hjqAn+1xuN2Gr8gX40lbnQPMCno5ie8nuyp5aNsBfHdi5ADEkCvpcm9/cmXs6gKVqHlGjgNPyIFQ==",
"dependencies": {
"lodash": "^4.17.21",
"tslib": "^2.5.0"

View File

@ -34,7 +34,7 @@
"archiver": "^6.0.1",
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"civkit": "^0.7.0-c4d383e",
"civkit": "^0.7.0-1189ee3",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"dayjs": "^1.11.9",