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