⬆️ Upgrade: upgrade deps

This commit is contained in:
Kuingsmile 2023-09-27 09:45:14 +08:00
parent 0f100e5ae6
commit 96666a3066
3 changed files with 648 additions and 668 deletions

View File

@ -34,9 +34,9 @@
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/background.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.414.0",
"@aws-sdk/lib-storage": "^3.414.0",
"@aws-sdk/s3-request-presigner": "^3.414.0",
"@aws-sdk/client-s3": "^3.420.0",
"@aws-sdk/lib-storage": "^3.420.0",
"@aws-sdk/s3-request-presigner": "^3.420.0",
"@element-plus/icons-vue": "^2.1.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@nodelib/fs.walk": "^2.0.0",
@ -55,7 +55,7 @@
"electron-updater": "^6.1.4",
"element-plus": "2.3.14",
"epipebomb": "^1.0.0",
"fast-xml-parser": "^4.3.0",
"fast-xml-parser": "^4.3.1",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"got": "^12.6.0",
@ -68,7 +68,7 @@
"mitt": "^3.0.1",
"node-ssh-no-cpu-features": "^1.0.1",
"nodejs-file-downloader": "^4.12.1",
"piclist": "^1.1.1",
"piclist": "^1.1.2",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"qiniu": "^7.9.0",
@ -79,7 +79,7 @@
"uuid": "^9.0.0",
"video.js": "^8.5.2",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-router": "^4.2.5",
"vue3-lazyload": "^0.3.8",
"vue3-photo-preview": "^0.3.0",
"webdav": "^5.3.0",
@ -89,11 +89,11 @@
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@electron/notarize": "^2.1.0",
"@picgo/bump-version": "^1.1.2",
"@types/ali-oss": "^6.16.8",
"@types/electron-devtools-installer": "^2.2.2",
"@types/ali-oss": "^6.16.9",
"@types/electron-devtools-installer": "^2.2.3",
"@types/fs-extra": "^11.0.2",
"@types/inquirer": "^6.5.0",
"@types/js-yaml": "^4.0.5",
"@types/js-yaml": "^4.0.6",
"@types/lowdb": "^1.0.12",
"@types/node": "^16.10.2",
"@types/request-promise-native": "^1.0.18",
@ -102,8 +102,8 @@
"@types/upyun": "^3.4.1",
"@types/uuid": "^9.0.3",
"@types/write-file-atomic": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
@ -118,7 +118,7 @@
"dpdm": "^3.14.0",
"electron": "^22.0.2",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-standard": ">=16.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",

View File

@ -163,7 +163,7 @@ class AliyunApi {
if (res?.status === 200) {
const parser = new XMLParser()
const result = parser.parse(res.data) as IStringKeyMap
const result = parser.parse(res.data)
if (result.ListCnameResult?.Cname) {
const cnames = Array.isArray(result.ListCnameResult.Cname)

1290
yarn.lock

File diff suppressed because it is too large Load Diff