Skip to content

Commit

Permalink
chore(deps): bump @pulumi/pulumi from 3.123.0 to 3.124.0
Browse files Browse the repository at this point in the history
Bumps [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) from 3.123.0 to 3.124.0.
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pulumi/pulumi/commits/v3.124.0/sdk/nodejs)

---
updated-dependencies:
- dependency-name: "@pulumi/pulumi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2024
1 parent cc75226 commit 08d0286
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@pulumi/aws": "6.44.0",
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.123.0",
"@pulumi/pulumi": "3.124.0",
"@types/aws-lambda": "8.10.141",
"esbuild": "0.23.0",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion e2e/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@pulumi/azure-native": "2.49.1",
"@pulumi/pulumi": "3.123.0",
"@pulumi/pulumi": "3.124.0",
"esbuild": "0.23.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@pulumi/cloudflare": "4.16.0",
"@pulumi/pulumi": "3.123.0",
"@pulumi/pulumi": "3.124.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion e2e/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@pulumi/cloudflare": "4.16.0",
"@pulumi/pulumi": "3.123.0",
"@pulumi/pulumi": "3.124.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion e2e/shared-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@pulumi/pulumi": "3.123.0",
"@pulumi/pulumi": "3.124.0",
"@types/node": "20.14.10"
}
}
2 changes: 1 addition & 1 deletion e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@pulumi/pulumi": "3.123.0",
"@pulumi/pulumi": "3.124.0",
"@types/react": "18.3.3",
"esbuild": "0.23.0",
"eslint": "9.6.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@
"@pulumi/pulumi" "^3.0.0"
semver "^5.4.0"

"@pulumi/pulumi@3.123.0", "@pulumi/pulumi@^3.0.0":
"@pulumi/pulumi@3.123.0", "@pulumi/pulumi@3.124.0", "@pulumi/pulumi@^3.0.0":
version "3.123.0"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.123.0.tgz#a5c17279bdd474eb8fa2ab2c0cad20734ae14750"
integrity sha512-dKQ8KITftj82JesUck0YhuDLw7VBu+gjnrT3xC3EjOlVL3PfVL+aUAowynA5g+huQFs6WaGU8GUbYx7z5GJIiw==
Expand Down

0 comments on commit 08d0286

Please sign in to comment.