Skip to content

Commit

Permalink
fix: upgrade @aws-sdk/types from 3.577.0 to 3.609.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @aws-sdk/types from 3.577.0 to 3.609.0.

See this package in yarn:
@aws-sdk/types

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 Jul 31, 2024
1 parent 21ce652 commit 2adfe2a
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.564.0",
"@aws-sdk/client-sqs": "^3.583.0",
"@aws-sdk/types": "^3.567.0",
"@aws-sdk/types": "^3.609.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 @@ -961,7 +961,7 @@
"@smithy/types" "^3.1.0"
tslib "^2.6.2"

"@aws-sdk/[email protected]", "@aws-sdk/types@^3.567.0":
"@aws-sdk/[email protected]":
version "3.577.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.577.0.tgz#7700784d368ce386745f8c340d9d68cea4716f90"
integrity sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==
Expand All @@ -985,6 +985,14 @@
"@smithy/types" "^2.12.0"
tslib "^2.6.2"

"@aws-sdk/types@^3.609.0":
version "3.609.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.609.0.tgz#06b39d799c9f197a7b43670243e8e78a3bf7d6a5"
integrity sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==
dependencies:
"@smithy/types" "^3.3.0"
tslib "^2.6.2"

"@aws-sdk/[email protected]":
version "3.568.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.568.0.tgz#6a19a8c6bbaa520b6be1c278b2b8c17875b91527"
Expand Down Expand Up @@ -2012,6 +2020,13 @@
dependencies:
tslib "^2.6.2"

"@smithy/types@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.3.0.tgz#fae037c733d09bc758946a01a3de0ef6e210b16b"
integrity sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==
dependencies:
tslib "^2.6.2"

"@smithy/url-parser@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-3.0.0.tgz#5fdc77cd22051c1aac6531be0315bfcba0fa705d"
Expand Down

0 comments on commit 2adfe2a

Please sign in to comment.