This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @pulumi/pulumi to v3
- Loading branch information
1 parent
17db74d
commit 27f9bbe
Showing
3 changed files
with
59 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,6 +139,13 @@ | |
exec-sh "^0.3.2" | ||
minimist "^1.2.0" | ||
|
||
"@grpc/grpc-js@^1.2.7": | ||
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.2.tgz#eae97e6daf5abd49a7818aadeca0744dfb1ebca1" | ||
integrity sha512-UXepkOKCATJrhHGsxt+CGfpZy9zUn1q9mop5kfcXq1fBkTePxVNPOdnISlCbJFlCtld+pSLGyZCzr9/zVprFKA== | ||
dependencies: | ||
"@types/node" ">=12.12.47" | ||
|
||
"@jest/console@^24.7.1": | ||
version "24.7.1" | ||
resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545" | ||
|
@@ -305,6 +312,11 @@ | |
"@types/istanbul-reports" "^1.1.1" | ||
"@types/yargs" "^13.0.0" | ||
|
||
"@logdna/tail-file@^2.0.6": | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/@logdna/tail-file/-/tail-file-2.0.6.tgz#083bf0aceca3c128be8d7d92290c90cc038b75eb" | ||
integrity sha512-RSwA1ZWaDFdDjCqOdk5ZtCuf3bmyai8in9UQmIU57P2ZVcUbkQZ3HevC+WZ1QYyHwph3RgJQmC4IvAAi5yHIig== | ||
|
||
"@nodelib/[email protected]": | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.1.tgz#7fa8fed654939e1a39753d286b48b4836d00e0eb" | ||
|
@@ -466,24 +478,26 @@ | |
shell-quote "^1.6.1" | ||
tmp "^0.0.33" | ||
|
||
"@pulumi/pulumi@0.17.28": | ||
version "0.17.28" | ||
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-0.17.28.tgz#26f27c0075685b98647263565bfe8bb12adc0542" | ||
integrity sha512-pVKahH9Ryl6wIpzdOKjsu2gEshDCA7elB34paJpPXw+3ARViSPri7y/2uTdmMRg36jsbrOdNGEohKJEqIZLioA== | ||
"@pulumi/pulumi@3.2.1": | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.2.1.tgz#c7c979aa29d595ea691426b78d44bdc6b9e8d793" | ||
integrity sha512-fFkFEUHSM3gCV+TdwPyKuJOS5EsCzjYVfE6Qyz4UR+qRmExxNkOBX73Uc+BkD79vpqs4B9mPNlpPC9UHGBDvLg== | ||
dependencies: | ||
"@grpc/grpc-js" "^1.2.7" | ||
"@logdna/tail-file" "^2.0.6" | ||
"@pulumi/query" "^0.3.0" | ||
deasync "^0.1.15" | ||
google-protobuf "^3.5.0" | ||
grpc "1.21.1" | ||
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.0" | ||
typescript "^3.0.0" | ||
split2 "^3.2.2" | ||
ts-node "^7.0.1" | ||
typescript "~3.7.3" | ||
upath "^1.1.0" | ||
|
||
"@pulumi/pulumi@^1.0.0": | ||
|
@@ -727,6 +741,11 @@ | |
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.1.tgz#3b5c3a26393c19b400844ac422bd0f631a94d69d" | ||
integrity sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw== | ||
|
||
"@types/node@>=12.12.47": | ||
version "15.3.0" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.3.0.tgz#d6fed7d6bc6854306da3dea1af9f874b00783e26" | ||
integrity sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ== | ||
|
||
"@types/node@^10.1.0": | ||
version "10.14.15" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.15.tgz#e8f7729b631be1b02ae130ff0b61f3e018000640" | ||
|
@@ -3740,6 +3759,14 @@ js-yaml@^3.12.0, js-yaml@^3.13.1: | |
argparse "^1.0.7" | ||
esprima "^4.0.0" | ||
|
||
js-yaml@^3.14.0: | ||
version "3.14.1" | ||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" | ||
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== | ||
dependencies: | ||
argparse "^1.0.7" | ||
esprima "^4.0.0" | ||
|
||
jsbn@~0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" | ||
|
@@ -5779,6 +5806,15 @@ read@1, read@~1.0.1, read@~1.0.7: | |
string_decoder "^1.1.1" | ||
util-deprecate "^1.0.1" | ||
|
||
readable-stream@^3.0.0: | ||
version "3.6.0" | ||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" | ||
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== | ||
dependencies: | ||
inherits "^2.0.3" | ||
string_decoder "^1.1.1" | ||
util-deprecate "^1.0.1" | ||
|
||
readable-stream@~1.1.10: | ||
version "1.1.14" | ||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" | ||
|
@@ -6371,6 +6407,13 @@ split2@^2.0.0: | |
dependencies: | ||
through2 "^2.0.2" | ||
|
||
split2@^3.2.2: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f" | ||
integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== | ||
dependencies: | ||
readable-stream "^3.0.0" | ||
|
||
split2@~1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/split2/-/split2-1.0.0.tgz#52e2e221d88c75f9a73f90556e263ff96772b314" | ||
|
@@ -6788,7 +6831,7 @@ [email protected]: | |
source-map-support "^0.5.6" | ||
yn "^3.0.0" | ||
|
||
ts-node@^7.0.0: | ||
ts-node@^7.0.0, ts-node@^7.0.1: | ||
version "7.0.1" | ||
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.1.tgz#9562dc2d1e6d248d24bc55f773e3f614337d9baf" | ||
integrity sha512-BVwVbPJRspzNh2yfslyT1PSbl5uIk03EZlb493RKHN4qej/D06n1cEhjlOJG69oFsE7OT8XjpTUcYf6pKTLMhw== | ||
|
@@ -6846,6 +6889,11 @@ typescript@^3.0.0: | |
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977" | ||
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g== | ||
|
||
typescript@~3.7.3: | ||
version "3.7.7" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.7.tgz#c931733e2ec10dda56b855b379cc488a72a81199" | ||
integrity sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA== | ||
|
||
uglify-js@^3.1.4: | ||
version "3.6.0" | ||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5" | ||
|