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 Jun 25, 2021
1 parent 7f55c1e commit 933d96e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"tslint-config-prettier": "1.18.0"
},
"dependencies": {
"@pulumi/gcp": "5.2.0",
"@pulumi/kubernetes": "3.1.1",
"@pulumi/pulumi": "3.2.1",
"@pulumi/gcp": "5.10.1",
"@pulumi/kubernetes": "3.4.1",
"@pulumi/pulumi": "3.5.1",
"fs-extra": "^10.0.0",
"simple-git": "^2.38.0"
}
Expand Down
39 changes: 30 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@pulumi/gcp@5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@pulumi/gcp/-/gcp-5.2.0.tgz#bd87b14328e29a9b6ce2a4b1921a756f82ce670e"
integrity sha512-NDGPecXKJOyiu0kIA98FmkCb/HWtJf1YGtj6jTtme75TVVdvbGO1OYjCPsR2B+i2aZ1jccU0w9jc/rMsg0h18A==
"@pulumi/gcp@5.10.1":
version "5.10.1"
resolved "https://registry.yarnpkg.com/@pulumi/gcp/-/gcp-5.10.1.tgz#c01db1bd1305076d776928c9df92d644ff3ae861"
integrity sha512-kOCboYh3yyTWSAZT0ReTTC2sy2X5nvs7fR+nCqK82QT4DQ4h1Whyf6FUyOVMqNPoY5qZIaCoZnqYEANMrmQPAQ==
dependencies:
"@pulumi/pulumi" "^3.0.0"
"@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.4.1":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@pulumi/kubernetes/-/kubernetes-3.4.1.tgz#caedcf4ea50eb75df3feed9c8774c67ce3864c91"
integrity sha512-OxP/2mN5Ppfh1ogqhiU3x7zWuMI+pZwJzdfPBYTwA1IC09oItC7o5Pj3SSx5sx8LGzZBVjFWgDmHFBowlygegw==
dependencies:
"@pulumi/pulumi" "^3.0.0"
"@types/glob" "^5.0.35"
Expand All @@ -123,7 +123,28 @@
shell-quote "^1.6.1"
tmp "^0.0.33"

"@pulumi/[email protected]", "@pulumi/pulumi@^3.0.0":
"@pulumi/[email protected]":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.5.1.tgz#e448dba5112535710f5a77a97c1d2ae4362f0fac"
integrity sha512-iCmIyng0k45sCpKoXvNA7RZlRJcFb06YlHxHh4sn4LVlO8cPgSplWat7DicOlxcpDnMvxMhgD7EUmYdPbL0PeA==
dependencies:
"@grpc/grpc-js" "^1.2.7"
"@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 933d96e

Please sign in to comment.