Skip to content

Commit

Permalink
fix: upgrade @aws-sdk/types from 3.428.0 to 3.433.0 (#164)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @aws-sdk/types from 3.428.0 to 3.433.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/regevbr/project/30da1f08-0c23-4bd4-9659-c64cf962fbf6?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
regevbr and snyk-bot authored Nov 13, 2023
1 parent fa6aae8 commit b017d3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.423.0",
"@aws-sdk/client-sqs": "^3.413.0",
"@aws-sdk/types": "^3.418.0",
"@aws-sdk/types": "^3.433.0",
"linked-list": "2.1.0",
"ts-type-guards": "^0.7.0",
"uuid": "^9.0.1"
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -864,12 +864,12 @@
"@smithy/types" "^2.3.0"
tslib "^2.5.0"

"@aws-sdk/types@^3.418.0":
version "3.428.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.428.0.tgz#fcb62a5fc38c4e579dc2b251194483aaad393df0"
integrity sha512-4T0Ps2spjg3qbWE6ZK13Vd3FnzpfliaiotqjxUK5YhjDrKXeT36HJp46JhDupElQuHtTkpdiJOSYk2lvY2H4IA==
"@aws-sdk/types@^3.433.0":
version "3.449.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.449.0.tgz#0da2f8cdb344fbe9846de371a04c6dde1bcaf83f"
integrity sha512-tSQPAvknheB6XnRoc+AuEgdzn2KhY447hddeVW0Mbg8Yl9es4u4TKVINloKDEyUrCKhB/1f93Hb5uJkPe/e/Ww==
dependencies:
"@smithy/types" "^2.3.5"
"@smithy/types" "^2.4.0"
tslib "^2.5.0"

"@aws-sdk/[email protected]":
Expand Down Expand Up @@ -1920,13 +1920,6 @@
dependencies:
tslib "^2.5.0"

"@smithy/types@^2.3.5":
version "2.3.5"
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.3.5.tgz#7684a74d4368f323b478bd9e99e7dc3a6156b5e5"
integrity sha512-ehyDt8M9hehyxrLQGoA1BGPou8Js1Ocoh5M0ngDhJMqbFmNK5N6Xhr9/ZExWkyIW8XcGkiMPq3ZUEE0ScrhbuQ==
dependencies:
tslib "^2.5.0"

"@smithy/types@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.4.0.tgz#ed35e429e3ea3d089c68ed1bf951d0ccbdf2692e"
Expand Down

0 comments on commit b017d3b

Please sign in to comment.