Skip to content

Commit 848cd94

Browse files
committed
Update dependency @pulumi/pulumi to v3.20.0
1 parent 9279586 commit 848cd94

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@pulumi/aws": "4.21.1",
1919
"@pulumi/awsx": "0.31.0",
20-
"@pulumi/pulumi": "3.13.0",
20+
"@pulumi/pulumi": "3.20.0",
2121
"@types/node": "16.9.6",
2222
"eslint": "7.32.0",
2323
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
dependencies:
4646
"@types/node" ">=12.12.47"
4747

48+
"@grpc/grpc-js@~1.3.8":
49+
version "1.3.8"
50+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.8.tgz#0d7dce9de7aeb20702a28f0704e61b0bf34061c1"
51+
integrity sha512-4qJqqn+CU/nBydz9ePJP+oa8dz0U42Ut/GejlbyaQ1xTkynCc+ndNHHnISlNeHawDsv4MOAyP3mV/EnDNUw2zA==
52+
dependencies:
53+
"@types/node" ">=12.12.47"
54+
4855
"@humanwhocodes/config-array@^0.5.0":
4956
version "0.5.0"
5057
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -146,7 +153,28 @@
146153
"@pulumi/pulumi" "^3.0.0"
147154
semver "^5.4.0"
148155

149-
"@pulumi/[email protected]", "@pulumi/pulumi@^3.0.0":
156+
157+
version "3.20.0"
158+
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.20.0.tgz#176c10ea9a7451da53050180a76f6b3541f91404"
159+
integrity sha512-SMvr0XcF/jWtLPFGxmLz9OzRtiBWHnr2QPQ3X3v4WGTBWuCvktAtPAkNUwxxchxHWk2/UOqflLsgYjkxBPpieg==
160+
dependencies:
161+
"@grpc/grpc-js" "~1.3.8"
162+
"@logdna/tail-file" "^2.0.6"
163+
"@pulumi/query" "^0.3.0"
164+
google-protobuf "^3.5.0"
165+
js-yaml "^3.14.0"
166+
minimist "^1.2.0"
167+
normalize-package-data "^2.4.0"
168+
protobufjs "^6.8.6"
169+
read-package-tree "^5.3.1"
170+
require-from-string "^2.0.1"
171+
semver "^6.1.0"
172+
source-map-support "^0.4.16"
173+
ts-node "^7.0.1"
174+
typescript "~3.7.3"
175+
upath "^1.1.0"
176+
177+
"@pulumi/pulumi@^3.0.0":
150178
version "3.13.0"
151179
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.13.0.tgz#e924c05d86cb5c00fd03506f0ace57b481edf883"
152180
integrity sha512-o168kbvrO9L5K32J3bmZ3HSDO9V+TcgdqT7rLyGpijKm3NfzXfeUoPrVtbxVRL0Me9+u07ZR/rlTmA4n7vVU9Q==

0 commit comments

Comments
 (0)