Update dependencies

This commit is contained in:
Yunxiao Xu
2025-09-11 16:07:21 -07:00
parent ed1027e5c9
commit 76c166cc01
2 changed files with 870 additions and 682 deletions

1536
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,18 +23,16 @@
"bugs": {
"url": "https://git.yunxiao.xyz/YunxiaoXu/hexo-deployer-s3-plus/issues"
},
"license": {
"type": "MIT"
},
"license": "MIT",
"peerDependencies": {
"hexo": "^7.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.509.0",
"@aws-sdk/lib-storage": "^3.509.0",
"chalk": "^5.3.0",
"klaw-sync": "^6.0.0",
"mime-types": "^2.1.35",
"p-limit": "^4.0.0"
"@aws-sdk/client-s3": "^3.887.0",
"@aws-sdk/lib-storage": "^3.887.0",
"chalk": "^5.6.2",
"klaw-sync": "^7.0.0",
"mime-types": "^3.0.1",
"p-limit": "^7.1.1"
}
}