Skip to content

Commit 7b789c0

Browse files
Update first-party Pulumi dependencies
1 parent 0fa4d88 commit 7b789c0

File tree

124 files changed

+363
-592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+363
-592
lines changed

alicloud-ts-ecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "14.18.63"
55
},
66
"dependencies": {
7-
"@pulumi/alicloud": "3.70.0",
7+
"@pulumi/alicloud": "3.71.0",
88
"@pulumi/pulumi": "3.144.1"
99
}
1010
}

aws-apigateway-go-routes/go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
require (
88
github.com/aws/aws-lambda-go v1.27.0
99
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.1
10-
github.com/pulumi/pulumi-aws/sdk/v6 v6.66.1
10+
github.com/pulumi/pulumi-aws/sdk/v6 v6.66.2
1111
github.com/pulumi/pulumi/sdk/v3 v3.144.1
1212
)
1313

@@ -37,7 +37,6 @@ require (
3737
github.com/gogo/protobuf v1.3.2 // indirect
3838
github.com/golang/glog v1.2.0 // indirect
3939
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
40-
github.com/golang/protobuf v1.5.4 // indirect
4140
github.com/google/uuid v1.6.0 // indirect
4241
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
4342
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -73,9 +72,7 @@ require (
7372
github.com/spf13/cast v1.4.1 // indirect
7473
github.com/spf13/cobra v1.8.0 // indirect
7574
github.com/spf13/pflag v1.0.5 // indirect
76-
github.com/stretchr/objx v0.5.0 // indirect
7775
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
78-
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
7976
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
8077
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
8178
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -96,5 +93,4 @@ require (
9693
gopkg.in/warnings.v0 v0.1.2 // indirect
9794
gopkg.in/yaml.v3 v3.0.1 // indirect
9895
lukechampine.com/frand v1.4.2 // indirect
99-
sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600 // indirect
10096
)

aws-apigateway-go-routes/go.sum

Lines changed: 11 additions & 102 deletions
Large diffs are not rendered by default.

aws-apigateway-ts-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "8.10.66"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "6.66.1",
8+
"@pulumi/aws": "6.66.2",
99
"@pulumi/aws-apigateway": "2.6.1",
1010
"@pulumi/pulumi": "3.144.1",
1111
"aws-lambda": "^1.0.7"

aws-cs-ansible-wordpress/pulumi-ansible-wordpress.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.66.1" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.66.2" />
1212
<PackageReference Include="Pulumi.Command" Version="1.0.1" />
1313
</ItemGroup>
1414

aws-cs-eks/Aws.EksCluster.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.66.1" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.66.2" />
1212
<PackageReference Include="Pulumi.Kubernetes" Version="3.*" />
1313
</ItemGroup>
1414

aws-cs-fargate/Infra/Aws.Fargate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.66.1" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.66.2" />
1212
<PackageReference Include="Pulumi.Docker" Version="3.*" />
1313
</ItemGroup>
1414

aws-cs-lambda/pulumi/Aws.Lambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.66.1" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.66.2" />
1212
</ItemGroup>
1313

1414
</Project>

aws-cs-langserve/Aws.Langserve.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.66.1" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.66.2" />
1212
<PackageReference Include="Pulumi.Docker" Version="4.5.8" />
1313
</ItemGroup>
1414

aws-cs-secrets-manager/aws-cs-secrets-manager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.66.1" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.66.2" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)