Skip to content

Commit

Permalink
🐛 Fix: tencent cos url encode bug
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1265
  • Loading branch information
Molunerfinn committed Jul 16, 2024
1 parent 917ec73 commit ff7336b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lowdb": "^1.0.0",
"marked": "^7.0.4",
"mitt": "^3.0.0",
"picgo": "^1.5.6",
"picgo": "^1.5.7",
"qrcode.vue": "^3.3.3",
"shell-path": "2.1.0",
"uuid": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9986,10 +9986,10 @@ pend@~1.2.0:
resolved "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=

picgo@^1.5.6:
version "1.5.6"
resolved "https://registry.npmmirror.com/picgo/-/picgo-1.5.6.tgz#77e0422ed291ee8dd978b34aabb5cede61557e13"
integrity sha512-eJ+Jevv30TlIjkOO/rg1MNou8eYOeRADBZVUxuYnfXomuFVestm+IZoufHIUQlqAgf3bYprRnXRLImhs21JETQ==
picgo@^1.5.7:
version "1.5.7"
resolved "https://registry.yarnpkg.com/picgo/-/picgo-1.5.7.tgz#7d7dab596ede2b88c919313c54854738b1c0853d"
integrity sha512-3KUxfl3jAfDynOo9ByrX/8Ob1KBxGKvyvBDdUxxA0HDq1vtchbBwsckuqnN99jCOZatY/00eXzElry3UyItaHA==
dependencies:
"@picgo/i18n" "^1.0.0"
"@picgo/store" "^2.0.2"
Expand Down

0 comments on commit ff7336b

Please sign in to comment.