Skip to content

Commit 78a0937

Browse files
Merge pull request #7790 from ecamp/renovate/pulumi-pulumi-3.x
fix(deps): update dependency @pulumi/pulumi to v3.183.0
2 parents d7f13bc + 253c780 commit 78a0937

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.ops/aws-setup/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- AWS_DEFAULT_REGION=eu-west-3
1414

1515
aws-cli:
16-
image: amazon/aws-cli:2.27.53
16+
image: amazon/aws-cli:2.27.52
1717
container_name: 'ecamp3-aws-cli'
1818
volumes:
1919
- ./.aws:/root/.aws:delegated

.ops/aws-setup/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ops/aws-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:check:prettier": "prettier --check --ignore-path .prettierignore **/*.{json,md,mjs,ts}"
1111
},
1212
"dependencies": {
13-
"@pulumi/pulumi": "3.182.0",
13+
"@pulumi/pulumi": "3.183.0",
1414
"@pulumi/aws": "6.83.0",
1515
"@pulumi/awsx": "2.22.0"
1616
},

0 commit comments

Comments
 (0)