Skip to content

Commit

Permalink
Update dependency @pulumi/pulumi to v3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 9279586 commit c9ef497
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@pulumi/aws": "4.21.1",
"@pulumi/awsx": "0.31.0",
"@pulumi/pulumi": "3.13.0",
"@pulumi/pulumi": "3.25.1",
"@types/node": "16.9.6",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
dependencies:
"@types/node" ">=12.12.47"

"@grpc/grpc-js@~1.3.8":
version "1.3.8"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.8.tgz#0d7dce9de7aeb20702a28f0704e61b0bf34061c1"
integrity sha512-4qJqqn+CU/nBydz9ePJP+oa8dz0U42Ut/GejlbyaQ1xTkynCc+ndNHHnISlNeHawDsv4MOAyP3mV/EnDNUw2zA==
dependencies:
"@types/node" ">=12.12.47"

"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
Expand Down Expand Up @@ -146,7 +153,28 @@
"@pulumi/pulumi" "^3.0.0"
semver "^5.4.0"

"@pulumi/pulumi@3.13.0", "@pulumi/pulumi@^3.0.0":
"@pulumi/pulumi@3.25.1":
version "3.25.1"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.25.1.tgz#546ee060e693eb70b432e15c1ef3de1463181468"
integrity sha512-ES/snMwDcN+jmiXdGKhhBOgTN6b9yl9PIRiWqioH29kqN5CY6dfywx6qcdKWusq0RctvzYmUlbDTI7rJiKJZAw==
dependencies:
"@grpc/grpc-js" "~1.3.8"
"@logdna/tail-file" "^2.0.6"
"@pulumi/query" "^0.3.0"
google-protobuf "^3.5.0"
js-yaml "^3.14.0"
minimist "^1.2.0"
normalize-package-data "^2.4.0"
protobufjs "^6.8.6"
read-package-tree "^5.3.1"
require-from-string "^2.0.1"
semver "^6.1.0"
source-map-support "^0.4.16"
ts-node "^7.0.1"
typescript "~3.7.3"
upath "^1.1.0"

"@pulumi/pulumi@^3.0.0":
version "3.13.0"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.13.0.tgz#e924c05d86cb5c00fd03506f0ace57b481edf883"
integrity sha512-o168kbvrO9L5K32J3bmZ3HSDO9V+TcgdqT7rLyGpijKm3NfzXfeUoPrVtbxVRL0Me9+u07ZR/rlTmA4n7vVU9Q==
Expand Down

0 comments on commit c9ef497

Please sign in to comment.