Skip to content

Commit

Permalink
feat: deps (#32)
Browse files Browse the repository at this point in the history
* feat: 升级v3

* feat: add @smithy/abort-controller
  • Loading branch information
fupengl committed Dec 9, 2023
1 parent b869336 commit 2c8591b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/oss-upload-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"@planjs/utils": "^1.5.1",
"@types/ali-oss": "^6.16.3",
"ali-oss": "^6.17.1",
"@aws-sdk/client-s3": "3.449.0",
"@aws-sdk/lib-storage": "3.449.0",
"@smithy/abort-controller": "2.0.15",
"cos-nodejs-sdk-v5": "^2.11.9",
"stan-utils": "0.16.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3529,7 +3529,7 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@smithy/abort-controller@^2.0.1", "@smithy/abort-controller@^2.0.15":
"@smithy/abort-controller@2.0.15", "@smithy/abort-controller@^2.0.1", "@smithy/abort-controller@^2.0.15":
version "2.0.15"
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.15.tgz#fcec9193da8b86eef1eedc3e71139a99c061db32"
integrity sha512-JkS36PIS3/UCbq/MaozzV7jECeL+BTt4R75bwY8i+4RASys4xOyUS1HsRyUNSqUXFP4QyCz5aNnh3ltuaxv+pw==
Expand Down

0 comments on commit 2c8591b

Please sign in to comment.