Skip to content

Commit

Permalink
fix: upgrade @aws-sdk/types from 3.410.0 to 3.418.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @aws-sdk/types from 3.410.0 to 3.418.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
  • Loading branch information
snyk-bot committed Oct 19, 2023
1 parent dd34942 commit adcca7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 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.410.0",
"@aws-sdk/client-sqs": "^3.413.0",
"@aws-sdk/types": "^3.410.0",
"@aws-sdk/types": "^3.418.0",
"linked-list": "2.1.0",
"ts-type-guards": "^0.7.0",
"uuid": "^9.0.1"
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@
"@smithy/util-utf8" "^2.0.0"
tslib "^2.5.0"

"@aws-sdk/[email protected]", "@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.410.0":
"@aws-sdk/[email protected]", "@aws-sdk/types@^3.222.0":
version "3.410.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.410.0.tgz#8c293e3763acb64c68f5752359523c3a40e5eb88"
integrity sha512-D7iaUCszv/v04NDaZUmCmekamy6VD/lKozm/3gS9+dkfU6cC2CsNoUfPV8BlV6dPdw0oWgF91am3I1stdvfVrQ==
Expand All @@ -841,6 +841,14 @@
"@smithy/types" "^2.3.4"
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==
dependencies:
"@smithy/types" "^2.3.5"
tslib "^2.5.0"

"@aws-sdk/[email protected]":
version "3.310.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.310.0.tgz#861ff8810851be52a320ec9e4786f15b5fc74fba"
Expand Down Expand Up @@ -1829,6 +1837,13 @@
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/url-parser@^2.0.10":
version "2.0.10"
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.0.10.tgz#3261a463b87901d7686f66a9f26efb9f57d8d555"
Expand Down

0 comments on commit adcca7e

Please sign in to comment.