Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store required node version in npm configs + version-lock AWS CDK CLI #208

Merged
merged 11 commits into from
Aug 20, 2024

Conversation

mluypaert
Copy link
Member

No description provided.

@mluypaert mluypaert requested a review from a team as a code owner August 19, 2024 20:10
Copy link

The validation workflow automatically applied the below dependency lock file updates.
A bundle with all dependency lock files is available here as artifact called deps_lock_files_bundle.

api/aws_infra/package-lock.json
diff --git a/api/aws_infra/package-lock.json b/api/aws_infra/package-lock.json
index 2052728..3ad3dba 100644
--- a/api/aws_infra/package-lock.json
+++ b/api/aws_infra/package-lock.json
@@ -19,7 +19,6 @@
             "version": "2.152.0",
             "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.152.0.tgz",
             "integrity": "sha512-Cvmy8bKbn5EwUs9H+p4lR4UfbWDBBU9YTCoXziLzGnPL8i/I56wz92sX/awpTxDY9YocERdps0mXo8q0mu/Mvg==",
-            "license": "Apache-2.0",
             "bin": {
                 "cdk": "bin/cdk"
             },
@@ -34,7 +33,6 @@
             "version": "2.152.0",
             "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.152.0.tgz",
             "integrity": "sha512-EMrC3njlPegdikXjk+eDcj/1yOSmswBfucXxIRqMxn9DGOnN3ThQ/wUb0C+TgtcyuM2Fu8A4hRx7WISVP0elJw==",
-            "license": "Apache-2.0",
             "dependencies": {
                 "aws-cdk": "2.152.0"
             },
@@ -50,7 +48,6 @@
             "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
             "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
             "hasInstallScript": true,
-            "license": "MIT",
             "optional": true,
             "os": [
                 "darwin"
webui/package-lock.json
diff --git a/webui/package-lock.json b/webui/package-lock.json
index a37f858..d677bf7 100644
--- a/webui/package-lock.json
+++ b/webui/package-lock.json
@@ -6142,9 +6142,9 @@
             }
         },
         "node_modules/undici-types": {
-            "version": "6.19.6",
-            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
-            "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==",
+            "version": "6.19.8",
+            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
+            "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
             "dev": true,
             "license": "MIT"
         },

Copy link

The validation workflow automatically applied the below dependency lock file updates.
A bundle with all dependency lock files is available here as artifact called deps_lock_files_bundle.

api/aws_infra/package-lock.json
diff --git a/api/aws_infra/package-lock.json b/api/aws_infra/package-lock.json
index 2052728..444da8d 100644
--- a/api/aws_infra/package-lock.json
+++ b/api/aws_infra/package-lock.json
@@ -1,12 +1,10 @@
 {
     "name": "pavi-api-aws-infra-cdk-cli",
-    "version": "0.1.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "pavi-api-aws-infra-cdk-cli",
-            "version": "0.1.0",
             "dependencies": {
                 "aws-cdk": "^2",
                 "cdk": "^2"
@@ -16,10 +14,9 @@
             }
         },
         "node_modules/aws-cdk": {
-            "version": "2.152.0",
-            "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.152.0.tgz",
-            "integrity": "sha512-Cvmy8bKbn5EwUs9H+p4lR4UfbWDBBU9YTCoXziLzGnPL8i/I56wz92sX/awpTxDY9YocERdps0mXo8q0mu/Mvg==",
-            "license": "Apache-2.0",
+            "version": "2.153.0",
+            "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.153.0.tgz",
+            "integrity": "sha512-cBP+K9/BH0VpkNkm61c/1UCdY7MCUXxRTEUYT1TNDSR9rJQPseaeKWNwtt31KxvT6xbgoskh0NTOpy7t+bqWUw==",
             "bin": {
                 "cdk": "bin/cdk"
             },
@@ -31,12 +28,11 @@
             }
         },
         "node_modules/cdk": {
-            "version": "2.152.0",
-            "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.152.0.tgz",
-            "integrity": "sha512-EMrC3njlPegdikXjk+eDcj/1yOSmswBfucXxIRqMxn9DGOnN3ThQ/wUb0C+TgtcyuM2Fu8A4hRx7WISVP0elJw==",
-            "license": "Apache-2.0",
+            "version": "2.153.0",
+            "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.153.0.tgz",
+            "integrity": "sha512-/QC05OLAFF3RxyK8E7Er7kvr6GHIluwdfTK2gfjKQ+2PwzTHrsLc6ybie1dtx9uhPFS8vAPNt6RyhYDLTQ5E8g==",
             "dependencies": {
-                "aws-cdk": "2.152.0"
+                "aws-cdk": "2.153.0"
             },
             "bin": {
                 "cdk": "bin/cdk"
@@ -50,7 +46,6 @@
             "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
             "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
             "hasInstallScript": true,
-            "license": "MIT",
             "optional": true,
             "os": [
                 "darwin"
api/aws_infra/requirements.txt
diff --git a/api/aws_infra/requirements.txt b/api/aws_infra/requirements.txt
index 345c02e..6faa231 100644
--- a/api/aws_infra/requirements.txt
+++ b/api/aws_infra/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via
     #   api-aws_infra (pyproject.toml)
     #   pavi-shared-aws-infra
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi-shared-aws-infra
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
api/aws_infra/tests/requirements.txt
diff --git a/api/aws_infra/tests/requirements.txt b/api/aws_infra/tests/requirements.txt
index d26ff17..6d7e86f 100644
--- a/api/aws_infra/tests/requirements.txt
+++ b/api/aws_infra/tests/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via
     #   api-aws_infra (pyproject.toml)
     #   pavi-shared-aws-infra
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi-shared-aws-infra
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
api/requirements.txt
diff --git a/api/requirements.txt b/api/requirements.txt
index 6f37d69..3607845 100644
--- a/api/requirements.txt
+++ b/api/requirements.txt
@@ -15,13 +15,13 @@ anyio==4.4.0 \
     #   httpx
     #   starlette
     #   watchfiles
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via smart-open
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
api/tests/requirements.txt
diff --git a/api/tests/requirements.txt b/api/tests/requirements.txt
index a7d3bc3..196ffa6 100644
--- a/api/tests/requirements.txt
+++ b/api/tests/requirements.txt
@@ -15,13 +15,13 @@ anyio==4.4.0 \
     #   httpx
     #   starlette
     #   watchfiles
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via smart-open
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
pipeline/aws_infra/package-lock.json
diff --git a/pipeline/aws_infra/package-lock.json b/pipeline/aws_infra/package-lock.json
index 4298c2d..366e023 100644
--- a/pipeline/aws_infra/package-lock.json
+++ b/pipeline/aws_infra/package-lock.json
@@ -14,9 +14,9 @@
             }
         },
         "node_modules/aws-cdk": {
-            "version": "2.136.0",
-            "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.136.0.tgz",
-            "integrity": "sha512-MVSE+AERoP0D1qXlkhKQOzs22QVulGleX1yJTkWzoYhEyseEmR8EiFJcmyEhJku/swmY0KDpVlT9R62dRG5+JQ==",
+            "version": "2.153.0",
+            "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.153.0.tgz",
+            "integrity": "sha512-cBP+K9/BH0VpkNkm61c/1UCdY7MCUXxRTEUYT1TNDSR9rJQPseaeKWNwtt31KxvT6xbgoskh0NTOpy7t+bqWUw==",
             "bin": {
                 "cdk": "bin/cdk"
             },
@@ -28,11 +28,11 @@
             }
         },
         "node_modules/cdk": {
-            "version": "2.136.0",
-            "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.136.0.tgz",
-            "integrity": "sha512-vcGhctRGJnsVH1LaVRjknbb0kaBk0LMqNUXkyrRhAkNRZyqDPfukqIlNaO513eNCSCO2oMAEfjl616xsaWBnaQ==",
+            "version": "2.153.0",
+            "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.153.0.tgz",
+            "integrity": "sha512-/QC05OLAFF3RxyK8E7Er7kvr6GHIluwdfTK2gfjKQ+2PwzTHrsLc6ybie1dtx9uhPFS8vAPNt6RyhYDLTQ5E8g==",
             "dependencies": {
-                "aws-cdk": "2.136.0"
+                "aws-cdk": "2.153.0"
             },
             "bin": {
                 "cdk": "bin/cdk"
pipeline/aws_infra/requirements.txt
diff --git a/pipeline/aws_infra/requirements.txt b/pipeline/aws_infra/requirements.txt
index 8824b9a..0c0828b 100644
--- a/pipeline/aws_infra/requirements.txt
+++ b/pipeline/aws_infra/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via
     #   pavi-shared-aws-infra
     #   pipeline-aws_infra (pyproject.toml)
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi-shared-aws-infra
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
pipeline/aws_infra/tests/requirements.txt
diff --git a/pipeline/aws_infra/tests/requirements.txt b/pipeline/aws_infra/tests/requirements.txt
index a39f129..dabfd76 100644
--- a/pipeline/aws_infra/tests/requirements.txt
+++ b/pipeline/aws_infra/tests/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via
     #   pavi-shared-aws-infra
     #   pipeline-aws_infra (pyproject.toml)
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi-shared-aws-infra
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
shared_aws_infra/requirements.txt
diff --git a/shared_aws_infra/requirements.txt b/shared_aws_infra/requirements.txt
index 0d0091f..444452a 100644
--- a/shared_aws_infra/requirements.txt
+++ b/shared_aws_infra/requirements.txt
@@ -22,17 +22,17 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via pavi_shared_aws_infra (pyproject.toml)
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi_shared_aws_infra (pyproject.toml)
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
shared_aws_infra/tests/requirements.txt
diff --git a/shared_aws_infra/tests/requirements.txt b/shared_aws_infra/tests/requirements.txt
index 1751f9c..0a9be9c 100644
--- a/shared_aws_infra/tests/requirements.txt
+++ b/shared_aws_infra/tests/requirements.txt
@@ -22,27 +22,27 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via pavi_shared_aws_infra (pyproject.toml)
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi_shared_aws_infra (pyproject.toml)
-boto3-stubs==1.35.0 \
-    --hash=sha256:786d93ec9df8bfdb7ee21e4e4ecadcf0be4e67cbe09d16148ceba26f1706d9e1 \
-    --hash=sha256:80cf941607a0d9c756e13c9c19533aec29f63bdead3dbaa97ef2a501f7159fd8
+boto3-stubs==1.35.1 \
+    --hash=sha256:0303d6587425a97fc15147cc452d7bf4d561d545483bbefbe2e02740e4a308f2 \
+    --hash=sha256:2bf3767144dd70c1dc67ce67fb314fd5a1b83e2341cd0a081abd3dc79134db5f
     # via pavi_shared_aws_infra (pyproject.toml)
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
-botocore-stubs==1.35.0 \
-    --hash=sha256:0f3b4ab68042e62ecc6f2e697fa653835a4b8f049be20d7641677894784d17e7 \
-    --hash=sha256:b38fd786c9487258089c689f31f479b03fe0b4a5968ab9ec6e8d8391a1689861
+botocore-stubs==1.35.1 \
+    --hash=sha256:528c5449f8f4b749c55761e96641a1d03ef02c4bacf743ee8f32c8e28310851f \
+    --hash=sha256:b86d514b36e18e163b957fc3c83b3edfcaa66f92d818cb5a441dad8bd6ce6e1b
     # via boto3-stubs
 cattrs==23.2.3 \
     --hash=sha256:0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108 \
webui/aws_infra/package-lock.json
diff --git a/webui/aws_infra/package-lock.json b/webui/aws_infra/package-lock.json
index 37c868a..a3a0656 100644
--- a/webui/aws_infra/package-lock.json
+++ b/webui/aws_infra/package-lock.json
@@ -14,9 +14,9 @@
             }
         },
         "node_modules/aws-cdk": {
-            "version": "2.136.0",
-            "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.136.0.tgz",
-            "integrity": "sha512-MVSE+AERoP0D1qXlkhKQOzs22QVulGleX1yJTkWzoYhEyseEmR8EiFJcmyEhJku/swmY0KDpVlT9R62dRG5+JQ==",
+            "version": "2.153.0",
+            "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.153.0.tgz",
+            "integrity": "sha512-cBP+K9/BH0VpkNkm61c/1UCdY7MCUXxRTEUYT1TNDSR9rJQPseaeKWNwtt31KxvT6xbgoskh0NTOpy7t+bqWUw==",
             "bin": {
                 "cdk": "bin/cdk"
             },
@@ -28,11 +28,11 @@
             }
         },
         "node_modules/cdk": {
-            "version": "2.136.0",
-            "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.136.0.tgz",
-            "integrity": "sha512-vcGhctRGJnsVH1LaVRjknbb0kaBk0LMqNUXkyrRhAkNRZyqDPfukqIlNaO513eNCSCO2oMAEfjl616xsaWBnaQ==",
+            "version": "2.153.0",
+            "resolved": "https://registry.npmjs.org/cdk/-/cdk-2.153.0.tgz",
+            "integrity": "sha512-/QC05OLAFF3RxyK8E7Er7kvr6GHIluwdfTK2gfjKQ+2PwzTHrsLc6ybie1dtx9uhPFS8vAPNt6RyhYDLTQ5E8g==",
             "dependencies": {
-                "aws-cdk": "2.136.0"
+                "aws-cdk": "2.153.0"
             },
             "bin": {
                 "cdk": "bin/cdk"
webui/aws_infra/requirements.txt
diff --git a/webui/aws_infra/requirements.txt b/webui/aws_infra/requirements.txt
index ccf4d8e..7c360e7 100644
--- a/webui/aws_infra/requirements.txt
+++ b/webui/aws_infra/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via
     #   pavi-shared-aws-infra
     #   webui-aws_infra (pyproject.toml)
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi-shared-aws-infra
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
webui/aws_infra/tests/requirements.txt
diff --git a/webui/aws_infra/tests/requirements.txt b/webui/aws_infra/tests/requirements.txt
index d7093d1..46aa3f1 100644
--- a/webui/aws_infra/tests/requirements.txt
+++ b/webui/aws_infra/tests/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-asset-node-proxy-agent-v6==2.0.3 \
     --hash=sha256:b62cb10c69a42cab135e6bc670e3d2d3121fd4f53a0f61e53449da4b12738a6f \
     --hash=sha256:ef2ff0634ab037e2ebddbe69d7c92515a847c6c8bb2abdfc85b089f5e87761cb
     # via aws-cdk-lib
-aws-cdk-lib==2.152.0 \
-    --hash=sha256:4e711582187ee31f550c831666384a790cef1f289551c52fa4bbbee12a0349f7 \
-    --hash=sha256:e7f6e2429301314190355f18e2bf47ce0c8ae55c50b48153922feb1b63f64c40
+aws-cdk-lib==2.153.0 \
+    --hash=sha256:1357ccb460a5340c4135307e9d03be3dc09294c14f89881968e9104583be110f \
+    --hash=sha256:7cda51150c3615e9429329dc08fa0403822e64a749940ab032d65506fb88ff62
     # via
     #   pavi-shared-aws-infra
     #   webui-aws_infra (pyproject.toml)
-boto3==1.35.0 \
-    --hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95 \
-    --hash=sha256:bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6
+boto3==1.35.1 \
+    --hash=sha256:9028dd814c7f06bc92822d1fabdd8b68fe39b5993da5ca7acd7f7c6f7c7c332f \
+    --hash=sha256:9fe1a97de136a89d2957e41e3591a7648a6e08d63165255b4cc69c5ba1e2a177
     # via pavi-shared-aws-infra
-botocore==1.35.0 \
-    --hash=sha256:6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45 \
-    --hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
+botocore==1.35.1 \
+    --hash=sha256:bce42967d0f03b79cf25b2b6a36221fb2fb15f98e6fa4155b66b672ab192013b \
+    --hash=sha256:e599cef6305e950a212f85adb86c1f4713d4b2678b3c2ec54df6b8e2dbe9ef2f
     # via
     #   boto3
     #   s3transfer
webui/package-lock.json
diff --git a/webui/package-lock.json b/webui/package-lock.json
index a37f858..d677bf7 100644
--- a/webui/package-lock.json
+++ b/webui/package-lock.json
@@ -6142,9 +6142,9 @@
             }
         },
         "node_modules/undici-types": {
-            "version": "6.19.6",
-            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
-            "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==",
+            "version": "6.19.8",
+            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
+            "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
             "dev": true,
             "license": "MIT"
         },

@mluypaert mluypaert merged commit 17ec1cb into main Aug 20, 2024
28 checks passed
@mluypaert mluypaert deleted the node-version-requirement branch August 20, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant