Skip to content

Commit

Permalink
🐛 Fix(custom): fix image watermark bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Mar 23, 2024
1 parent e4c1c7f commit 8e5e6d4
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 @@ -68,7 +68,7 @@
"multer": "^1.4.5-lts.1",
"node-ssh-no-cpu-features": "^1.0.1",
"nodejs-file-downloader": "^4.12.1",
"piclist": "^1.7.14",
"piclist": "^1.8.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"proxy-agent": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12397,10 +12397,10 @@ performance-now@^2.1.0:
resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==

piclist@^1.7.14:
version "1.7.14"
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.7.14.tgz#53d4c9942df56d93a1b0b9cd3fdaccf51898ebcd"
integrity sha512-sItCg7FAe2Eo+vlWw+vCrzKGExUYPb7wj7GBe38lg1xmj6Q0aCyElXS5eWHtTvFiECMHtKfayhGDyW59h8ifrQ==
piclist@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/piclist/-/piclist-1.8.0.tgz#c17fe0c6c9ccb1d307e76aed32fd2769784623ac"
integrity sha512-hgsymm/qH7W+BSLX6+T8SLPMiJ/K13ex0wNdWW7VO+MqJWVl2Q0i+RDFxPhrrH6OG/0hAqnXCNhphjH714xu5A==
dependencies:
"@aws-sdk/client-s3" "3.421.0"
"@aws-sdk/lib-storage" "3.421.0"
Expand Down

0 comments on commit 8e5e6d4

Please sign in to comment.