Skip to content

Commit

Permalink
chore(deps): update dependency @pulumi/pulumi to v3.127.0 (#1747)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 26, 2024
1 parent 60614a5 commit cbd23f4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.46.0",
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.126.0",
"@pulumi/pulumi": "3.127.0",
"@types/aws-lambda": "8.10.142",
"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.51.0",
"@pulumi/pulumi": "3.126.0",
"@pulumi/pulumi": "3.127.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.126.0",
"@pulumi/pulumi": "3.127.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4",
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.126.0",
"@pulumi/pulumi": "3.127.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4",
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.126.0",
"@pulumi/pulumi": "3.127.0",
"@types/node": "20.14.12"
}
}
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.126.0",
"@pulumi/pulumi": "3.127.0",
"@types/react": "18.3.3",
"esbuild": "0.23.0",
"eslint": "9.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "5.5.4"
},
"resolutions": {
"@pulumi/pulumi": "3.126.0",
"@pulumi/pulumi": "3.127.0",
"next": "14.2.5"
},
"lint-staged": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2645,10 +2645,10 @@
"@pulumi/pulumi" "^3.0.0"
semver "^5.4.0"

"@pulumi/pulumi@3.126.0", "@pulumi/pulumi@^3.0.0":
version "3.126.0"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.126.0.tgz#ba2f2b1595c2778c060df7e8474c8dc4f3b4bb1d"
integrity sha512-NPYGHeavLh8Y2quOcx0KLMAM0WWES5RoJ9iywp953iL7hSqv1W77/GjvYuhj5jdm2O9Ty2AjYs74zpfeYzkOoQ==
"@pulumi/pulumi@3.127.0", "@pulumi/pulumi@^3.0.0":
version "3.127.0"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.127.0.tgz#e7eb5c29a6adf883e0bb92af1aa96dd9c0a2b696"
integrity sha512-RQ6NbxtiA4DTjj885//+K/OgUTTb2xro0NZB+25QGY6Dx49sQm62380NTJ64U0ReNAxvqffayRWkXrTMESmsZQ==
dependencies:
"@grpc/grpc-js" "^1.10.1"
"@logdna/tail-file" "^2.0.6"
Expand Down

0 comments on commit cbd23f4

Please sign in to comment.