diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index 9444690..32619f4 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.225.0" + "@pulumi/pulumi": "3.225.1" } } diff --git a/examples/tests/caching/package.json b/examples/tests/caching/package.json index a7237af..4405ee8 100644 --- a/examples/tests/caching/package.json +++ b/examples/tests/caching/package.json @@ -4,6 +4,6 @@ "@types/node": "^20.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.225.0" + "@pulumi/pulumi": "3.225.1" } } diff --git a/examples/tests/caching/yarn.lock b/examples/tests/caching/yarn.lock index 8dc064c..fb2573c 100644 --- a/examples/tests/caching/yarn.lock +++ b/examples/tests/caching/yarn.lock @@ -452,10 +452,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@pulumi/pulumi@3.225.0": - version "3.225.0" - resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.225.0.tgz#ea9fa327a398b7637dbc149d2a96daaf457af345" - integrity sha512-dqlc+d7kd6srAEyLxhO/lHRj0AWSvaMYNbP2BWafXZuzqp/2zg0Ro+OPE2/dQbyJQwW3bD250DLzEU94qInlcw== +"@pulumi/pulumi@3.225.1": + version "3.225.1" + resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.225.1.tgz#6d0129e23d2e6dd707e26b1cf568da9349c7696c" + integrity sha512-0wvk04tzXWyU+GmnCilay/WER4HvZGgCwpbbtndj2a8ZlFuJItujqa76m9luIMk3B3+dTJGMobylYN5rZfKOVQ== dependencies: "@grpc/grpc-js" "^1.10.1" "@logdna/tail-file" "^2.0.6" diff --git a/examples/tests/config/package.json b/examples/tests/config/package.json index a7237af..4405ee8 100644 --- a/examples/tests/config/package.json +++ b/examples/tests/config/package.json @@ -4,6 +4,6 @@ "@types/node": "^20.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.225.0" + "@pulumi/pulumi": "3.225.1" } } diff --git a/examples/upgrade-node/package.json b/examples/upgrade-node/package.json index 9444690..32619f4 100644 --- a/examples/upgrade-node/package.json +++ b/examples/upgrade-node/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.225.0" + "@pulumi/pulumi": "3.225.1" } }