Skip to content

Commit

Permalink
Update Pulumi NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 10, 2022
1 parent b95d8b7 commit 20ff2b9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"dependencies": {
"@pulumi/gcp": "5.2.0",
"@pulumi/kubernetes": "3.1.1",
"@pulumi/pulumi": "3.2.1",
"@pulumi/kubernetes": "3.16.0",
"@pulumi/pulumi": "3.26.1",
"fs-extra": "^10.0.0",
"simple-git": "^2.38.0"
}
Expand Down
38 changes: 33 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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"

"@kwsites/file-exists@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
Expand Down Expand Up @@ -109,10 +116,10 @@
"@types/express" "^4.16.0"
read-package-json "^2.0.13"

"@pulumi/kubernetes@3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@pulumi/kubernetes/-/kubernetes-3.1.1.tgz#e6bbc7883b6b9f9163941d3a7f0e596d211b010d"
integrity sha512-kVYBCAPBnzeRzsc/VzW/jF9RQ0fkTUF8hOw7oXa9mJSi/8vXcHo5Z46a2+VrKR3kay2cJ7Wuv6xtKHpcqORU2A==
"@pulumi/kubernetes@3.16.0":
version "3.16.0"
resolved "https://registry.yarnpkg.com/@pulumi/kubernetes/-/kubernetes-3.16.0.tgz#cb4d6957330e13c113a1838a2e98b80c08553c10"
integrity sha512-nQef0OXTgWIdPOsQQWHWlKPzj26TpHdU9gqgJXhaBvkQUj7jiD/S8w+4jNDFof7ykPZ3I0bd1ycQYVz/lCMVkQ==
dependencies:
"@pulumi/pulumi" "^3.0.0"
"@types/glob" "^5.0.35"
Expand All @@ -123,7 +130,28 @@
shell-quote "^1.6.1"
tmp "^0.0.33"

"@pulumi/[email protected]", "@pulumi/pulumi@^3.0.0":
"@pulumi/[email protected]":
version "3.26.1"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.26.1.tgz#d18931db926b7af59bdc62a37dde103a813f5e18"
integrity sha512-tsj2WR43b8+uMvJq9LNHNxSKfI3HNP+rE2fAAP7cZ/7YLGxBXAA/Y9X/8MbiIqkN03QtKY5q0l7/djTTBW7FPQ==
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.2.1"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.2.1.tgz#c7c979aa29d595ea691426b78d44bdc6b9e8d793"
integrity sha512-fFkFEUHSM3gCV+TdwPyKuJOS5EsCzjYVfE6Qyz4UR+qRmExxNkOBX73Uc+BkD79vpqs4B9mPNlpPC9UHGBDvLg==
Expand Down

0 comments on commit 20ff2b9

Please sign in to comment.