Skip to content

Commit

Permalink
fix: upgrade @aws-sdk/lib-dynamodb from 3.709.0 to 3.712.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @aws-sdk/lib-dynamodb from 3.709.0 to 3.712.0.

See this package in yarn:
@aws-sdk/lib-dynamodb

See this project in Snyk:
https://app.snyk.io/org/macpro-mdct/project/90217a98-497c-49cf-9204-31b3d1e57204?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 4, 2025
1 parent 9366a9a commit c93d660
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 12 deletions.
2 changes: 1 addition & 1 deletion services/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.709.0",
"@aws-sdk/lib-dynamodb": "^3.709.0"
"@aws-sdk/lib-dynamodb": "^3.712.0"
}
}
124 changes: 113 additions & 11 deletions services/database/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,23 @@
fast-xml-parser "4.4.1"
tslib "^2.6.2"

"@aws-sdk/[email protected]":
version "3.716.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.716.0.tgz#17f92240a035ed6aea5ac277e35db8683ad5c734"
integrity sha512-5DkUiTrbyzO8/W4g7UFEqRFpuhgizayHI/Zbh0wtFMcot8801nJV+MP/YMhdjimlvAr/OqYB08FbGsPyWppMTw==
dependencies:
"@aws-sdk/types" "3.714.0"
"@smithy/core" "^2.5.5"
"@smithy/node-config-provider" "^3.1.12"
"@smithy/property-provider" "^3.1.11"
"@smithy/protocol-http" "^4.1.8"
"@smithy/signature-v4" "^4.2.4"
"@smithy/smithy-client" "^3.5.1"
"@smithy/types" "^3.7.2"
"@smithy/util-middleware" "^3.0.11"
fast-xml-parser "4.4.1"
tslib "^2.6.2"

"@aws-sdk/[email protected]":
version "3.535.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.535.0.tgz#26248e263a8107953d5496cb3760d4e7c877abcf"
Expand Down Expand Up @@ -714,15 +731,15 @@
"@smithy/types" "^2.12.0"
tslib "^2.6.2"

"@aws-sdk/lib-dynamodb@^3.709.0":
version "3.709.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.709.0.tgz#fd90b76bce67af1a3079524710f7bc19647829ad"
integrity sha512-piIyvQ1DhoUEosKmjGnMxLClUb9tv5rPPZfgh9J4MmSygsYbE9HvC3tstje0xUudVZjsmzZpNyibl/n0LA0gdQ==
"@aws-sdk/lib-dynamodb@^3.712.0":
version "3.721.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-dynamodb/-/lib-dynamodb-3.721.0.tgz#152aca6fbaa9d013ad30088456adc4bca159fd86"
integrity sha512-+LFMwF24XWQ6LwanSqRphPEblFJ31a6Q4yl+qBsFlknIW0H8BWjLVTds8dOF8v7+8KL/cNomjQ0XT33iQsOwFA==
dependencies:
"@aws-sdk/core" "3.709.0"
"@aws-sdk/util-dynamodb" "3.709.0"
"@aws-sdk/core" "3.716.0"
"@aws-sdk/util-dynamodb" "3.721.0"
"@smithy/core" "^2.5.5"
"@smithy/smithy-client" "^3.5.0"
"@smithy/smithy-client" "^3.5.1"
"@smithy/types" "^3.7.2"
tslib "^2.6.2"

Expand Down Expand Up @@ -895,17 +912,25 @@
"@smithy/types" "^3.7.2"
tslib "^2.6.2"

"@aws-sdk/[email protected]":
version "3.714.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.714.0.tgz#de6afee1436d2d95364efa0663887f3bf0b1303a"
integrity sha512-ZjpP2gYbSFlxxaUDa1Il5AVvfggvUPbjzzB/l3q0gIE5Thd6xKW+yzEpt2mLZ5s5UaYSABZbF94g8NUOF4CVGA==
dependencies:
"@smithy/types" "^3.7.2"
tslib "^2.6.2"

"@aws-sdk/[email protected]":
version "3.540.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.540.0.tgz#ba1a675c477ea7b7cecd9a7d6f87132774ae0fb7"
integrity sha512-Er3OCddj5MhJIpX4jzjeHpvyTcYk+LE1b2Efaku1xT8LeQ29mhg+6BFPsbYydqIas5KLQd8AiNVWBWN8qdpLRA==
dependencies:
tslib "^2.6.2"

"@aws-sdk/util-dynamodb@3.709.0":
version "3.709.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.709.0.tgz#12ced0849ff8f1ac8a1921f97fdb57813f22ec14"
integrity sha512-rGr9+Po6Ma2BHV2hIhfXdn8hWxLtmgFzFRqqtxOlRRIDN55wkb2AYXz/ydzf4kgb+PzT8sQxtn6hf7pDkl+yAg==
"@aws-sdk/util-dynamodb@3.721.0":
version "3.721.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-dynamodb/-/util-dynamodb-3.721.0.tgz#781723705f5a6c8dd8b3bd163acb5b0a78b7e33b"
integrity sha512-m4S09Fztn6MFo4xDe+n2bGhI9SVUhLedl6ZtRnHmEnlPWyFe48NBWZX3XrdeNHLZ/mrHoBQuvPJJW+4xz1ltLw==
dependencies:
tslib "^2.6.2"

Expand Down Expand Up @@ -1050,6 +1075,20 @@
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"

"@smithy/core@^2.5.7":
version "2.5.7"
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-2.5.7.tgz#b545649071905f064cb0407102f3b9159246f8d9"
integrity sha512-8olpW6mKCa0v+ibCjoCzgZHQx1SQmZuW/WkrdZo73wiTprTH6qhmskT60QLFdT9DRa5mXxjz89kQPZ7ZSsoqqg==
dependencies:
"@smithy/middleware-serde" "^3.0.11"
"@smithy/protocol-http" "^4.1.8"
"@smithy/types" "^3.7.2"
"@smithy/util-body-length-browser" "^3.0.0"
"@smithy/util-middleware" "^3.0.11"
"@smithy/util-stream" "^3.3.4"
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"

"@smithy/credential-provider-imds@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.3.0.tgz#326ce401b82e53f3c7ee4862a066136959a06166"
Expand Down Expand Up @@ -1104,6 +1143,17 @@
"@smithy/util-base64" "^3.0.0"
tslib "^2.6.2"

"@smithy/fetch-http-handler@^4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-4.1.3.tgz#fc590dea2470d32559ae298306f1277729d24aa9"
integrity sha512-6SxNltSncI8s689nvnzZQc/dPXcpHQ34KUj6gR/HBroytKOd/isMG3gJF/zBE1TBmTT18TXyzhg3O3SOOqGEhA==
dependencies:
"@smithy/protocol-http" "^4.1.8"
"@smithy/querystring-builder" "^3.0.11"
"@smithy/types" "^3.7.2"
"@smithy/util-base64" "^3.0.0"
tslib "^2.6.2"

"@smithy/hash-node@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.2.0.tgz#df29e1e64811be905cb3577703b0e2d0b07fc5cc"
Expand Down Expand Up @@ -1199,6 +1249,20 @@
"@smithy/util-middleware" "^3.0.11"
tslib "^2.6.2"

"@smithy/middleware-endpoint@^3.2.8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-3.2.8.tgz#6ca5de80543ba0f0d40e15dc3f9d0f14d192e06e"
integrity sha512-OEJZKVUEhMOqMs3ktrTWp7UvvluMJEvD5XgQwRePSbDg1VvBaL8pX8mwPltFn6wk1GySbcVwwyldL8S+iqnrEQ==
dependencies:
"@smithy/core" "^2.5.7"
"@smithy/middleware-serde" "^3.0.11"
"@smithy/node-config-provider" "^3.1.12"
"@smithy/shared-ini-file-loader" "^3.1.12"
"@smithy/types" "^3.7.2"
"@smithy/url-parser" "^3.0.11"
"@smithy/util-middleware" "^3.0.11"
tslib "^2.6.2"

"@smithy/middleware-retry@^2.2.0", "@smithy/middleware-retry@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.3.0.tgz#b7b9a279f364b43e097cf96ca7a4192f361f3776"
Expand Down Expand Up @@ -1303,6 +1367,17 @@
"@smithy/types" "^3.7.2"
tslib "^2.6.2"

"@smithy/node-http-handler@^3.3.3":
version "3.3.3"
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-3.3.3.tgz#94dbb3f15342b656ceba2b26e14aa741cace8919"
integrity sha512-BrpZOaZ4RCbcJ2igiSNG16S+kgAc65l/2hmxWdmhyoGWHTLlzQzr06PXavJp9OBlPEG/sHlqdxjWmjzV66+BSQ==
dependencies:
"@smithy/abort-controller" "^3.1.9"
"@smithy/protocol-http" "^4.1.8"
"@smithy/querystring-builder" "^3.0.11"
"@smithy/types" "^3.7.2"
tslib "^2.6.2"

"@smithy/property-provider@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.2.0.tgz#37e3525a3fa3e11749f86a4f89f0fd7765a6edb0"
Expand Down Expand Up @@ -1452,6 +1527,19 @@
"@smithy/util-stream" "^3.3.2"
tslib "^2.6.2"

"@smithy/smithy-client@^3.5.1":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-3.7.0.tgz#8cfaa7b68b7af15e588b96aa14e5dce393f85839"
integrity sha512-9wYrjAZFlqWhgVo3C4y/9kpc68jgiSsKUnsFPzr/MSiRL93+QRDafGTfhhKAb2wsr69Ru87WTiqSfQusSmWipA==
dependencies:
"@smithy/core" "^2.5.7"
"@smithy/middleware-endpoint" "^3.2.8"
"@smithy/middleware-stack" "^3.0.11"
"@smithy/protocol-http" "^4.1.8"
"@smithy/types" "^3.7.2"
"@smithy/util-stream" "^3.3.4"
tslib "^2.6.2"

"@smithy/types@^2.12.0":
version "2.12.0"
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.12.0.tgz#c44845f8ba07e5e8c88eda5aed7e6a0c462da041"
Expand Down Expand Up @@ -1702,6 +1790,20 @@
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"

"@smithy/util-stream@^3.3.4":
version "3.3.4"
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-3.3.4.tgz#c506ac41310ebcceb0c3f0ba20755e4fe0a90b8d"
integrity sha512-SGhGBG/KupieJvJSZp/rfHHka8BFgj56eek9px4pp7lZbOF+fRiVr4U7A3y3zJD8uGhxq32C5D96HxsTC9BckQ==
dependencies:
"@smithy/fetch-http-handler" "^4.1.3"
"@smithy/node-http-handler" "^3.3.3"
"@smithy/types" "^3.7.2"
"@smithy/util-base64" "^3.0.0"
"@smithy/util-buffer-from" "^3.0.0"
"@smithy/util-hex-encoding" "^3.0.0"
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"

"@smithy/util-uri-escape@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-2.2.0.tgz#56f5764051a33b67bc93fdd2a869f971b0635406"
Expand Down

0 comments on commit c93d660

Please sign in to comment.