From 4cd032bdf980f4f9a85f1f67672dc5dc3f43bfbf Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:29:08 +0000 Subject: [PATCH] Update first-party Pulumi dependencies --- aws-go-fargate/go.mod | 11 +++---- aws-go-fargate/go.sum | 30 ++++++++++--------- aws-js-containers/package.json | 2 +- aws-ts-airflow/package.json | 2 +- aws-ts-apigateway-auth0/package.json | 2 +- aws-ts-apigateway-eventbridge/package.json | 2 +- .../package.json | 2 +- aws-ts-apigatewayv2-eventbridge/package.json | 2 +- aws-ts-containers-dockerbuild/package.json | 2 +- .../package.json | 2 +- aws-ts-containers/package.json | 2 +- aws-ts-ecs-anywhere/package.json | 2 +- aws-ts-eks-distro/package.json | 2 +- aws-ts-eks-hello-world/package.json | 2 +- aws-ts-eks-migrate-nodegroups/package.json | 2 +- aws-ts-eks/package.json | 2 +- aws-ts-hello-fargate/package.json | 2 +- aws-ts-k8s-mern-voting-app/package.json | 2 +- aws-ts-k8s-voting-app/package.json | 2 +- aws-ts-lambda-thumbnailer/package.json | 2 +- .../cms-oauth/infrastructure/package.json | 2 +- .../cms/infrastructure/package.json | 2 +- aws-ts-organizations/package.json | 2 +- aws-ts-pern-voting-app/package.json | 2 +- aws-ts-pulumi-miniflux/package.json | 2 +- aws-ts-pulumi-webhooks/package.json | 2 +- aws-ts-redshift-glue-etl/package.json | 2 +- aws-ts-slackbot/package.json | 2 +- .../application/package.json | 2 +- .../networking/package.json | 2 +- aws-ts-thumbnailer/package.json | 2 +- aws-ts-url-shortener-cache-http/package.json | 2 +- aws-ts-voting-app/package.json | 2 +- .../vpc-crosswalk-ts/package.json | 2 +- aws-ts-webserver/package.json | 2 +- kubernetes-ts-multicloud/package.json | 2 +- redis-cloud-aws-ts/package.json | 2 +- secrets-provider/aws/package.json | 2 +- secrets-provider/vault/package.json | 2 +- testing-pac-ts/package.json | 2 +- testing-unit-ts-mocks-jest/package.json | 2 +- 41 files changed, 61 insertions(+), 58 deletions(-) diff --git a/aws-go-fargate/go.mod b/aws-go-fargate/go.mod index ac8cda982..cb24011b9 100644 --- a/aws-go-fargate/go.mod +++ b/aws-go-fargate/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.4 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 - github.com/pulumi/pulumi-awsx/sdk/v2 v2.19.0 + github.com/pulumi/pulumi-awsx/sdk/v2 v2.21.0-alpha.2 github.com/pulumi/pulumi-docker/sdk/v4 v4.6.0 github.com/pulumi/pulumi/sdk/v3 v3.145.0 ) @@ -27,7 +27,7 @@ require ( github.com/charmbracelet/lipgloss v0.7.1 // indirect github.com/cheggaaa/pb v1.0.29 // indirect github.com/cloudflare/circl v1.3.7 // indirect - github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect + github.com/containerd/console v1.0.4 // indirect github.com/cyphar/filepath-securejoin v0.2.5 // indirect github.com/djherbis/times v1.5.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect @@ -63,10 +63,11 @@ require ( github.com/pkg/term v1.1.0 // indirect github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect github.com/pulumi/esc v0.10.0 // indirect + github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3 // indirect github.com/rivo/uniseg v0.4.4 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect - github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect + github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/skeema/knownhosts v1.3.0 // indirect github.com/spf13/cobra v1.8.0 // indirect @@ -75,8 +76,8 @@ require ( github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect github.com/uber/jaeger-lib v2.4.1+incompatible // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect - github.com/zclconf/go-cty v1.14.0 // indirect - go.uber.org/atomic v1.9.0 // indirect + github.com/zclconf/go-cty v1.14.1 // indirect + go.uber.org/atomic v1.10.0 // indirect golang.org/x/crypto v0.31.0 // indirect golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect golang.org/x/mod v0.19.0 // indirect diff --git a/aws-go-fargate/go.sum b/aws-go-fargate/go.sum index 9bd1b8479..ee44ae10c 100644 --- a/aws-go-fargate/go.sum +++ b/aws-go-fargate/go.sum @@ -35,8 +35,8 @@ github.com/cheggaaa/pb v1.0.29 h1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo= github.com/cheggaaa/pb v1.0.29/go.mod h1:W40334L7FMC5JKWldsTWbdGjLo0RxUKK73K+TuPxX30= github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= -github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 h1:q2hJAaP1k2wIvVRd/hEHD7lacgqrCPS+k8g1MndzfWY= -github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk= +github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro= +github.com/containerd/console v1.0.4/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk= github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/cyphar/filepath-securejoin v0.2.5 h1:6iR5tXJ/e6tJZzzdMc1km3Sa7RRIVBKAK32O2s7AYfo= github.com/cyphar/filepath-securejoin v0.2.5/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= @@ -148,8 +148,10 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3 h1:s/cWv0g4NUL6ZMwsUM/ttPlmV1DE2+654eyFWVI/nKc= github.com/pulumi/pulumi-aws/sdk/v6 v6.66.3/go.mod h1:WSA4oz7YvZxNNjolk2yKaQR3PvT8KsPgCga0KyCqxBc= -github.com/pulumi/pulumi-awsx/sdk/v2 v2.19.0 h1:jil2EBzZnKsRDrLfvx2gnAaq17HQLrTbpPsIb3h+98U= -github.com/pulumi/pulumi-awsx/sdk/v2 v2.19.0/go.mod h1:r+K4M7jnLqvvQDeR/0mBRq2EPZaqsDg24Ciy3ml/thA= +github.com/pulumi/pulumi-awsx/sdk/v2 v2.21.0-alpha.2 h1:yrJUCZsQQoXGWmmb/YHA+y437GX49fqksD+kPMHWtj0= +github.com/pulumi/pulumi-awsx/sdk/v2 v2.21.0-alpha.2/go.mod h1:Vc37V2to6ipAMdJ4eVCqnae3ZkaT7J6202GJMB5PIfI= +github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3 h1:NxCXxRvzhUJP9dIvlpNlZKt/A3NHu3i9pC5XO+i8bR0= +github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3/go.mod h1:jw9NcyRXjv5V2HHHJlqUBdXFCFiLfZoCChWEn38LR2A= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.0 h1:+ldgslFR97rKvcMWMLXd0D2b1RXAeHaerQlwUyO8jNs= github.com/pulumi/pulumi-docker/sdk/v4 v4.6.0/go.mod h1:8WGseCERS8W68CV1b1eJA/aRMRimpL4P23ZBHD/wMb0= github.com/pulumi/pulumi/sdk/v3 v3.145.0 h1:r5iOgz67RElFXJt4GVVY2SBGh5sR24mL9NOcKBiBi/k= @@ -163,8 +165,8 @@ github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99 github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI= github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs= -github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 h1:TToq11gyfNlrMFZiYujSekIsPd9AmsA2Bj/iv+s4JHE= -github.com/santhosh-tekuri/jsonschema/v5 v5.0.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0= +github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4= +github.com/santhosh-tekuri/jsonschema/v5 v5.3.1/go.mod h1:uToXkOrWAZ6/Oc07xWQrPOhJotwFIyu2bBVN41fcDUY= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= @@ -175,8 +177,8 @@ github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyh github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= -github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= +github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= @@ -194,10 +196,10 @@ github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/zclconf/go-cty v1.14.0 h1:/Xrd39K7DXbHzlisFP9c4pHao4yyf+/Ug9LEz+Y/yhc= -github.com/zclconf/go-cty v1.14.0/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE= -go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE= -go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= +github.com/zclconf/go-cty v1.14.1 h1:t9fyA35fwjjUMcmL5hLER+e/rEPqrbCK1/OSE4SI9KA= +github.com/zclconf/go-cty v1.14.1/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE= +go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ= +go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= @@ -282,5 +284,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= lukechampine.com/frand v1.4.2 h1:RzFIpOvkMXuPMBb9maa4ND4wjBn71E1Jpf8BzJHMaVw= lukechampine.com/frand v1.4.2/go.mod h1:4S/TM2ZgrKejMcKMbeLjISpJMO+/eZ1zu3vYX9dtj3s= -pgregory.net/rapid v0.6.1 h1:4eyrDxyht86tT4Ztm+kvlyNBLIk071gR+ZQdhphc9dQ= -pgregory.net/rapid v0.6.1/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= +pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw= +pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= diff --git a/aws-js-containers/package.json b/aws-js-containers/package.json index 7fa4f8d11..4f04fcb1b 100644 --- a/aws-js-containers/package.json +++ b/aws-js-containers/package.json @@ -3,7 +3,7 @@ "main": "index.js", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-airflow/package.json b/aws-ts-airflow/package.json index 7be90a4a5..01f1800d6 100644 --- a/aws-ts-airflow/package.json +++ b/aws-ts-airflow/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "typescript": "^4.6.0" } diff --git a/aws-ts-apigateway-auth0/package.json b/aws-ts-apigateway-auth0/package.json index b3fe5fd29..8d62b76c9 100644 --- a/aws-ts-apigateway-auth0/package.json +++ b/aws-ts-apigateway-auth0/package.json @@ -6,7 +6,7 @@ "dependencies": { "@pulumi/aws": "6.66.3", "@pulumi/aws-apigateway": "2.6.1", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "@types/auth0-js": "^9.10.1", "@types/jsonwebtoken": "^8.3.2", diff --git a/aws-ts-apigateway-eventbridge/package.json b/aws-ts-apigateway-eventbridge/package.json index c6aeb2043..fcd1a4b65 100644 --- a/aws-ts-apigateway-eventbridge/package.json +++ b/aws-ts-apigateway-eventbridge/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/pulumi": "3.145.0", "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0" + "@pulumi/awsx": "2.20.0" } } diff --git a/aws-ts-apigateway-lambda-serverless/package.json b/aws-ts-apigateway-lambda-serverless/package.json index 322a2cbe9..d013d3d24 100644 --- a/aws-ts-apigateway-lambda-serverless/package.json +++ b/aws-ts-apigateway-lambda-serverless/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-apigatewayv2-eventbridge/package.json b/aws-ts-apigatewayv2-eventbridge/package.json index 9d15b83c3..74784ca8c 100644 --- a/aws-ts-apigatewayv2-eventbridge/package.json +++ b/aws-ts-apigatewayv2-eventbridge/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/pulumi": "3.145.0", "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0" + "@pulumi/awsx": "2.20.0" } } diff --git a/aws-ts-containers-dockerbuild/package.json b/aws-ts-containers-dockerbuild/package.json index 30e0b6066..8ab58f362 100644 --- a/aws-ts-containers-dockerbuild/package.json +++ b/aws-ts-containers-dockerbuild/package.json @@ -3,7 +3,7 @@ "main": "index.ts", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/docker-build": "0.0.8", "@pulumi/pulumi": "3.145.0" }, diff --git a/aws-ts-containers-dockerbuildcloud/package.json b/aws-ts-containers-dockerbuildcloud/package.json index 30e0b6066..8ab58f362 100644 --- a/aws-ts-containers-dockerbuildcloud/package.json +++ b/aws-ts-containers-dockerbuildcloud/package.json @@ -3,7 +3,7 @@ "main": "index.ts", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/docker-build": "0.0.8", "@pulumi/pulumi": "3.145.0" }, diff --git a/aws-ts-containers/package.json b/aws-ts-containers/package.json index 6d1b32359..6fee423ff 100644 --- a/aws-ts-containers/package.json +++ b/aws-ts-containers/package.json @@ -3,7 +3,7 @@ "main": "index.js", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" }, "devDependencies": { diff --git a/aws-ts-ecs-anywhere/package.json b/aws-ts-ecs-anywhere/package.json index 6766f9fb8..69ec9bad0 100644 --- a/aws-ts-ecs-anywhere/package.json +++ b/aws-ts-ecs-anywhere/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/digitalocean": "4.38.0", "@pulumi/pulumi": "3.145.0" } diff --git a/aws-ts-eks-distro/package.json b/aws-ts-eks-distro/package.json index 21a398eb0..cdf27654d 100644 --- a/aws-ts-eks-distro/package.json +++ b/aws-ts-eks-distro/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/kubernetes": "4.19.0", "@pulumi/pulumi": "3.145.0", "@types/mustache": "^4.0.1", diff --git a/aws-ts-eks-hello-world/package.json b/aws-ts-eks-hello-world/package.json index b1c6880ce..e4e760002 100644 --- a/aws-ts-eks-hello-world/package.json +++ b/aws-ts-eks-hello-world/package.json @@ -2,7 +2,7 @@ "name": "aws-ts-eks-hello-world", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/eks": "3.7.0", "@pulumi/kubernetes": "4.19.0", "@pulumi/pulumi": "3.145.0", diff --git a/aws-ts-eks-migrate-nodegroups/package.json b/aws-ts-eks-migrate-nodegroups/package.json index 94b21f284..b1b8ed747 100644 --- a/aws-ts-eks-migrate-nodegroups/package.json +++ b/aws-ts-eks-migrate-nodegroups/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/eks": "3.7.0", "@pulumi/kubernetes": "4.19.0", "@pulumi/pulumi": "3.145.0" diff --git a/aws-ts-eks/package.json b/aws-ts-eks/package.json index bc7cda347..4c65c5679 100644 --- a/aws-ts-eks/package.json +++ b/aws-ts-eks/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/eks": "3.7.0", "@pulumi/pulumi": "3.145.0" } diff --git a/aws-ts-hello-fargate/package.json b/aws-ts-hello-fargate/package.json index 065b0b7eb..3d514e73a 100644 --- a/aws-ts-hello-fargate/package.json +++ b/aws-ts-hello-fargate/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/docker": "4.6.0", "@pulumi/pulumi": "3.145.0" } diff --git a/aws-ts-k8s-mern-voting-app/package.json b/aws-ts-k8s-mern-voting-app/package.json index 35ea3f9af..f9771f20e 100644 --- a/aws-ts-k8s-mern-voting-app/package.json +++ b/aws-ts-k8s-mern-voting-app/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/eks": "3.7.0", "@pulumi/pulumi": "3.145.0" } diff --git a/aws-ts-k8s-voting-app/package.json b/aws-ts-k8s-voting-app/package.json index 2fd998602..3769805a9 100644 --- a/aws-ts-k8s-voting-app/package.json +++ b/aws-ts-k8s-voting-app/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/eks": "3.7.0", "@pulumi/postgresql": "3.14.0", "@pulumi/pulumi": "3.145.0", diff --git a/aws-ts-lambda-thumbnailer/package.json b/aws-ts-lambda-thumbnailer/package.json index 40007266c..b0c0e2799 100755 --- a/aws-ts-lambda-thumbnailer/package.json +++ b/aws-ts-lambda-thumbnailer/package.json @@ -4,7 +4,7 @@ "main": "index.js", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json b/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json index b53e06fdc..ee1daa3e4 100644 --- a/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json +++ b/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "@pulumi/random": "4.16.8" } diff --git a/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json b/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json index 6d64ccdc4..3b5a13443 100644 --- a/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json +++ b/aws-ts-netlify-cms-and-oauth/cms/infrastructure/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "mime": "^2.4.6" } diff --git a/aws-ts-organizations/package.json b/aws-ts-organizations/package.json index 83accef81..2da55157c 100644 --- a/aws-ts-organizations/package.json +++ b/aws-ts-organizations/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-pern-voting-app/package.json b/aws-ts-pern-voting-app/package.json index dd637d3a2..ce77bf9fa 100644 --- a/aws-ts-pern-voting-app/package.json +++ b/aws-ts-pern-voting-app/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/postgresql": "3.14.0", "@pulumi/pulumi": "3.145.0", "pg": "^8.6.0" diff --git a/aws-ts-pulumi-miniflux/package.json b/aws-ts-pulumi-miniflux/package.json index 80825d06e..c2be7cb61 100644 --- a/aws-ts-pulumi-miniflux/package.json +++ b/aws-ts-pulumi-miniflux/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-pulumi-webhooks/package.json b/aws-ts-pulumi-webhooks/package.json index b08fd67bc..1c6fd81fe 100644 --- a/aws-ts-pulumi-webhooks/package.json +++ b/aws-ts-pulumi-webhooks/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "@slack/webhook": "^5.0.3" } diff --git a/aws-ts-redshift-glue-etl/package.json b/aws-ts-redshift-glue-etl/package.json index a8a2e2898..167dcacd7 100644 --- a/aws-ts-redshift-glue-etl/package.json +++ b/aws-ts-redshift-glue-etl/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-slackbot/package.json b/aws-ts-slackbot/package.json index 06048f4ff..4b081874e 100644 --- a/aws-ts-slackbot/package.json +++ b/aws-ts-slackbot/package.json @@ -7,7 +7,7 @@ "@aws-sdk/lib-dynamodb": "^3.417.0", "@pulumi/aws": "6.66.3", "@pulumi/aws-apigateway": "2.6.1", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "qs": "^6.7.0", "superagent": "^8.1.0" diff --git a/aws-ts-stackreference-architecture/application/package.json b/aws-ts-stackreference-architecture/application/package.json index 6e18d7602..5789b0af3 100644 --- a/aws-ts-stackreference-architecture/application/package.json +++ b/aws-ts-stackreference-architecture/application/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@pulumi/aws": "latest", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/newrelic": "latest", "@pulumi/pulumi": "latest", "ip-address": "^5.9.2", diff --git a/aws-ts-stackreference-architecture/networking/package.json b/aws-ts-stackreference-architecture/networking/package.json index 6e18d7602..5789b0af3 100644 --- a/aws-ts-stackreference-architecture/networking/package.json +++ b/aws-ts-stackreference-architecture/networking/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@pulumi/aws": "latest", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/newrelic": "latest", "@pulumi/pulumi": "latest", "ip-address": "^5.9.2", diff --git a/aws-ts-thumbnailer/package.json b/aws-ts-thumbnailer/package.json index 599b965db..2382a8d67 100755 --- a/aws-ts-thumbnailer/package.json +++ b/aws-ts-thumbnailer/package.json @@ -4,7 +4,7 @@ "main": "index.ts", "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-url-shortener-cache-http/package.json b/aws-ts-url-shortener-cache-http/package.json index 1dfe17339..27e7965a3 100644 --- a/aws-ts-url-shortener-cache-http/package.json +++ b/aws-ts-url-shortener-cache-http/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/cloud-aws": "0.40.2", "@pulumi/pulumi": "3.145.0", "express": "^4.16.3", diff --git a/aws-ts-voting-app/package.json b/aws-ts-voting-app/package.json index 20930c514..ef928868a 100644 --- a/aws-ts-voting-app/package.json +++ b/aws-ts-voting-app/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/cloud-aws": "0.40.2", "@pulumi/pulumi": "3.145.0" } diff --git a/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json b/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json index 8bd4bea78..584f36054 100644 --- a/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json +++ b/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/aws-ts-webserver/package.json b/aws-ts-webserver/package.json index 7978bc3cf..5cc620822 100644 --- a/aws-ts-webserver/package.json +++ b/aws-ts-webserver/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0" } } diff --git a/kubernetes-ts-multicloud/package.json b/kubernetes-ts-multicloud/package.json index 9049540c1..68bdcc9fa 100644 --- a/kubernetes-ts-multicloud/package.json +++ b/kubernetes-ts-multicloud/package.json @@ -5,7 +5,7 @@ "typescript": "4.9.5" }, "dependencies": { - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/azure": "6.15.0", "@pulumi/azuread": "6.1.0", "@pulumi/eks": "3.7.0", diff --git a/redis-cloud-aws-ts/package.json b/redis-cloud-aws-ts/package.json index c41e28e38..d45f9490a 100644 --- a/redis-cloud-aws-ts/package.json +++ b/redis-cloud-aws-ts/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "@rediscloud/pulumi-rediscloud": "^1.2.6" } diff --git a/secrets-provider/aws/package.json b/secrets-provider/aws/package.json index 8dcbab7d9..5fb87921a 100644 --- a/secrets-provider/aws/package.json +++ b/secrets-provider/aws/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/pulumi": "3.145.0", "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0" + "@pulumi/awsx": "2.20.0" } } diff --git a/secrets-provider/vault/package.json b/secrets-provider/vault/package.json index 8dcbab7d9..5fb87921a 100644 --- a/secrets-provider/vault/package.json +++ b/secrets-provider/vault/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/pulumi": "3.145.0", "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0" + "@pulumi/awsx": "2.20.0" } } diff --git a/testing-pac-ts/package.json b/testing-pac-ts/package.json index 77b12b03c..42755f97e 100644 --- a/testing-pac-ts/package.json +++ b/testing-pac-ts/package.json @@ -3,7 +3,7 @@ "devDependencies": {}, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/eks": "3.7.0", "@pulumi/pulumi": "3.145.0", "@types/node": "^13.1.8", diff --git a/testing-unit-ts-mocks-jest/package.json b/testing-unit-ts-mocks-jest/package.json index 31566e986..90520a95b 100644 --- a/testing-unit-ts-mocks-jest/package.json +++ b/testing-unit-ts-mocks-jest/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.3", - "@pulumi/awsx": "2.19.0", + "@pulumi/awsx": "2.20.0", "@pulumi/pulumi": "3.145.0", "node-fetch": "^2.6.7" },