⬆️ Upgrade(custom): upgrade s3 package

This commit is contained in:
Kuingsmile
2026-01-04 17:49:15 +08:00
parent f506daaa71
commit 4d074e8ed2
5 changed files with 55 additions and 61 deletions

View File

@@ -42,9 +42,9 @@
"upload-dist": "node ./scripts/upload-dist-to-r2.cjs"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.958.0",
"@aws-sdk/lib-storage": "^3.958.0",
"@aws-sdk/s3-request-presigner": "^3.958.0",
"@aws-sdk/client-s3": "^3.962.0",
"@aws-sdk/lib-storage": "^3.962.0",
"@aws-sdk/s3-request-presigner": "^3.962.0",
"@nodelib/fs.walk": "^3.0.1",
"@octokit/rest": "^22.0.1",
"@piclist/i18n": "^2.0.0",
@@ -95,7 +95,7 @@
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
"@types/node": "^25.0.3",
"@types/semver": "^7.7.1",
"@types/tunnel": "^0.0.7",
"@types/upyun": "^3.4.3",
@@ -141,7 +141,7 @@
"vite": "^7.3.0",
"vitest": "^4.0.16",
"vue-eslint-parser": "^10.2.0",
"vue-i18n": "^11.2.7",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.1",
"vue3-lazyload": "^0.3.8"