bump: deps

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

View File

@ -14,7 +14,7 @@
"archiver": "^6.0.1",
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"civkit": "^0.7.0-0f8889a",
"civkit": "^0.7.0-c4d383e",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"dayjs": "^1.11.9",
@ -3701,9 +3701,9 @@
}
},
"node_modules/civkit": {
"version": "0.7.0-0f8889a",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.7.0-0f8889a.tgz",
"integrity": "sha512-T14Jk3loghFqluWUUQmuEn0hO2pwWw+tsfdG4++NPqvS2W/lclZoA1EyBIZ8Uk0MYqEp02O6BwwbAoq+g++hMw==",
"version": "0.7.0-c4d383e",
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.7.0-c4d383e.tgz",
"integrity": "sha512-AahT8IfwELFlHrL7xOtihbVT+UjdYxUe9nx1eL7Au0ljv4OK0gRiI5ps3CRMMc4npHoMLrA6upedGQPp/lrvjQ==",
"dependencies": {
"lodash": "^4.17.21",
"tslib": "^2.5.0"
@ -3723,7 +3723,7 @@
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-compose": "^4.1.0",
"libmagic-ffi": "^0.1.3",
"libmagic-ffi": "^0.1.4",
"mime": "^3.0.0",
"minio": "^7.0.33",
"node-object-hash": "^3.0.0",
@ -7964,9 +7964,9 @@
}
},
"node_modules/koffi": {
"version": "2.8.5",
"resolved": "https://registry.npmjs.org/koffi/-/koffi-2.8.5.tgz",
"integrity": "sha512-fBi3ciF5qfux9NRATbghq7ycLFwCbneYTbCui1UwAN6Z88zk1IvVTSrIVUQwKE6HdvON7mOlm9HsNRvHPLoIMw==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/koffi/-/koffi-2.9.0.tgz",
"integrity": "sha512-KCsuJ2gM58n6bNdR2Z7gqsh/3TchxxQFbVgax2/UvAjRTgwNSYAJDx9E3jrkBP4jEDHWRCfE47Y2OG+/fiSvEw==",
"hasInstallScript": true,
"optional": true
},
@ -8053,13 +8053,13 @@
}
},
"node_modules/libmagic-ffi": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/libmagic-ffi/-/libmagic-ffi-0.1.3.tgz",
"integrity": "sha512-vJzrs4ny4mgekiXGuTLZNAI926F/zgaUUhs33jrTMskiZT8d7jJy9Xqs+6/6AVFpcTIEL3cfpN5Y5M52KToekA==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/libmagic-ffi/-/libmagic-ffi-0.1.4.tgz",
"integrity": "sha512-IVa12E6kLILyjqGX0h0FpGao2gFqls8yvyDx8EMMtXQB/8rhc7ERze+ip8f/WECakWQ7s2c/vRRe6lK4Nzhz9g==",
"optional": true,
"dependencies": {
"generic-pool": "^3.9.0",
"koffi": "^2.8.4",
"koffi": "^2.9.0",
"tslib": "^2.4.0"
}
},

View File

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