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 May 27, 2021
1 parent 7f55c1e commit 08b461d
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.6.0",
"@pulumi/kubernetes": "3.3.0",
"@pulumi/pulumi": "3.3.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.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@pulumi/gcp/-/gcp-5.6.0.tgz#461514dfc8955f5468a1c84022a39b5fe59d7669"
integrity sha512-w4iR+G5HTFdPwpCgHBN19oHMjUqCngcqZahV4Gcup4sECkyKqdJWB9yeUA9tjq8hfAok7MgG0yZuU3b2TpCHzw==
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.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@pulumi/kubernetes/-/kubernetes-3.3.0.tgz#77c30e37f114f6f9e66ed08f13b832288eb22949"
integrity sha512-iM5qYPs6iaa7Wti/cX17mNMMpVCMWo5aaF7RKydiy+FYFY+SJ1sk0wBoVj/A0RxteIVEYU+NiFrfUMGKe4HjQw==
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.3.1"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.3.1.tgz#c9ab4a1378954bbb29d5d953db16f9acd43f63d5"
integrity sha512-W5HBFCQUY67QaPXtDSZ6Fe/K8mB+X7tJqi2pBU6UUUMtJVndcZ5BpLkZBznu+Nq/ZmitmGVaOpUqC5yK70D98A==
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 08b461d

Please sign in to comment.