From b37536241b7c952db3f3fef58c0e6e02efc3e6cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 04:07:19 +0000 Subject: [PATCH] fix: upgrade @aws-sdk/types from 3.922.0 to 3.930.0 Snyk has created this PR to upgrade @aws-sdk/types from 3.922.0 to 3.930.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 --- package.json | 2 +- yarn.lock | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a6106e4..0f92c76 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.927.0", "@aws-sdk/client-sqs": "^3.927.0", - "@aws-sdk/types": "^3.922.0", + "@aws-sdk/types": "^3.930.0", "linked-list": "2.1.0", "ts-type-guards": "^0.7.0", "uuid": "11.1.0" diff --git a/yarn.lock b/yarn.lock index b565822..91d2fd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -561,7 +561,7 @@ "@smithy/types" "^4.8.1" tslib "^2.6.2" -"@aws-sdk/types@3.922.0", "@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.922.0": +"@aws-sdk/types@3.922.0", "@aws-sdk/types@^3.222.0": version "3.922.0" resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.922.0.tgz#e92daf55272171caac8dba9d425786646466d935" integrity sha512-eLA6XjVobAUAMivvM7DBL79mnHyrm+32TkXNWZua5mnxF+6kQCfblKKJvxMZLGosO53/Ex46ogim8IY5Nbqv2w== @@ -569,6 +569,14 @@ "@smithy/types" "^4.8.1" tslib "^2.6.2" +"@aws-sdk/types@^3.930.0": + version "3.936.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.936.0.tgz#ecd3a4bec1a1bd4df834ab21fe52a76e332dc27a" + integrity sha512-uz0/VlMd2pP5MepdrHizd+T+OKfyK4r3OA9JI+L/lPKg0YFQosdJNCKisr6o70E3dh8iMpFYxF1UN/4uZsyARg== + dependencies: + "@smithy/types" "^4.9.0" + tslib "^2.6.2" + "@aws-sdk/util-arn-parser@3.893.0": version "3.893.0" resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.893.0.tgz#fcc9b792744b9da597662891c2422dda83881d8d" @@ -1348,6 +1356,13 @@ dependencies: tslib "^2.6.2" +"@smithy/types@^4.9.0": + version "4.9.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.9.0.tgz#c6636ddfa142e1ddcb6e4cf5f3e1a628d420486f" + integrity sha512-MvUbdnXDTwykR8cB1WZvNNwqoWVaTRA0RLlLmf/cIFNMM2cKWz01X4Ly6SMC4Kks30r8tT3Cty0jmeWfiuyHTA== + dependencies: + tslib "^2.6.2" + "@smithy/url-parser@^4.2.4": version "4.2.4" resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.4.tgz#36336ea90529ff00de473a2c82d1487d87a588b1"