From 0525fd6c2cb390097082bd3f2b5edd193e66522f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:42:57 +0000 Subject: [PATCH] chore(deps): update dependency @aws-sdk/client-cloudformation to v3.674.0 --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4414fb46..c5f082e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "yaml": "2.6.0" }, "devDependencies": { - "@aws-sdk/client-cloudformation": "3.672.0", + "@aws-sdk/client-cloudformation": "3.674.0", "@aws-sdk/client-cloudfront": "3.670.0", "@aws-sdk/client-iam": "3.670.0", "@babel/plugin-syntax-import-assertions": "7.25.7", @@ -265,9 +265,9 @@ } }, "node_modules/@aws-sdk/client-cloudformation": { - "version": "3.672.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudformation/-/client-cloudformation-3.672.0.tgz", - "integrity": "sha512-PsQ+Qg/3fGz7oI+zrN+kBGkpGrZ20tWCA/sUqyfDIroBFpmQ1YqxeQT4mFD7u57QB42Pbhm2k15+lH4j8hdTPQ==", + "version": "3.674.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudformation/-/client-cloudformation-3.674.0.tgz", + "integrity": "sha512-K2/U5p2qF57qL+KZ2R1sQ7qdCWVnKbZMNA+2NqqS46XUIq4Ve6Y+192SskXAHXjgHPWf8U6CXxrvKd59R1RQ6g==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -312,6 +312,7 @@ "@smithy/util-retry": "^3.0.7", "@smithy/util-utf8": "^3.0.0", "@smithy/util-waiter": "^3.1.6", + "@types/uuid": "^9.0.1", "tslib": "^2.6.2", "uuid": "^9.0.1" }, @@ -3927,6 +3928,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/uuid": { + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/websocket": { "version": "1.0.10", "dev": true, diff --git a/package.json b/package.json index 187ad8e2..c6349dac 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "yaml": "2.6.0" }, "devDependencies": { - "@aws-sdk/client-cloudformation": "3.672.0", + "@aws-sdk/client-cloudformation": "3.674.0", "@aws-sdk/client-cloudfront": "3.670.0", "@aws-sdk/client-iam": "3.670.0", "@babel/plugin-syntax-import-assertions": "7.25.7",