Skip to content

Commit 03ebb41

Browse files
committed
Update dependency @pulumi/pulumi to v3
1 parent 920bab0 commit 03ebb41

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-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": "3.21.0",
1919
"@pulumi/awsx": "0.22.0",
20-
"@pulumi/pulumi": "2.15.6",
20+
"@pulumi/pulumi": "3.6.0",
2121
"@types/node": "14.14.14",
2222
"eslint": "7.26.0",
2323
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
dependencies:
4646
semver "^6.2.0"
4747

48+
"@grpc/grpc-js@^1.2.7":
49+
version "1.3.4"
50+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.4.tgz#5c4f5df717cd10cc5ebbc7523504008d1ff7b322"
51+
integrity sha512-AxtZcm0mArQhY9z8T3TynCYVEaSKxNCa9mVhVwBCUnsuUEe8Zn94bPYYKVQSLt+hJJ1y0ukr3mUvtWfcATL/IQ==
52+
dependencies:
53+
"@types/node" ">=12.12.47"
54+
55+
"@logdna/tail-file@^2.0.6":
56+
version "2.1.0"
57+
resolved "https://registry.yarnpkg.com/@logdna/tail-file/-/tail-file-2.1.0.tgz#7c3d98c3378d15061589e12875ffb7673b0ce82c"
58+
integrity sha512-8zYzetB1zfa7WA4c0RS1EU9pNKcj1BqilU2fCsEvmKfWgEdpaphff6hk2Rcn3A0qHwynEdw9lTrlYN4sUw2FpA==
59+
4860
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
4961
version "1.1.2"
5062
resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf"
@@ -127,7 +139,28 @@
127139
"@pulumi/pulumi" "^2.0.0"
128140
semver "^5.4.0"
129141

130-
"@pulumi/pulumi@2.15.6", "@pulumi/pulumi@^2.0.0", "@pulumi/pulumi@^2.15.0":
142+
"@pulumi/pulumi@3.6.0":
143+
version "3.6.0"
144+
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.6.0.tgz#6346cd889e175b95656013a9e62db0d3ac51fbbc"
145+
integrity sha512-9JR2XphvmGnYwj+iA6zUJs9dnC1EtMW9FVMrDIeQvtySKv/ed9CQhiCcLetQtF5ZMV08ikozSwXugUREnA3qSQ==
146+
dependencies:
147+
"@grpc/grpc-js" "^1.2.7"
148+
"@logdna/tail-file" "^2.0.6"
149+
"@pulumi/query" "^0.3.0"
150+
google-protobuf "^3.5.0"
151+
js-yaml "^3.14.0"
152+
minimist "^1.2.0"
153+
normalize-package-data "^2.4.0"
154+
protobufjs "^6.8.6"
155+
read-package-tree "^5.3.1"
156+
require-from-string "^2.0.1"
157+
semver "^6.1.0"
158+
source-map-support "^0.4.16"
159+
ts-node "^7.0.1"
160+
typescript "~3.7.3"
161+
upath "^1.1.0"
162+
163+
"@pulumi/pulumi@^2.0.0", "@pulumi/pulumi@^2.15.0":
131164
version "2.15.6"
132165
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-2.15.6.tgz#2c4d6f4a66a97d0bdfaa79249cda9094ee8d79ee"
133166
integrity sha512-q3kN6FPyMnND0X4XViyGN+MjGaM4OlSq60/gr2gE+SoNtcVsxw5DyaESE3cG+Wi13zzlz+ouFEd2nQ95Q4btkQ==
@@ -167,6 +200,11 @@
167200
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae"
168201
integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ==
169202

203+
"@types/node@>=12.12.47":
204+
version "15.12.5"
205+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.5.tgz#9a78318a45d75c9523d2396131bd3cca54b2d185"
206+
integrity sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg==
207+
170208
"@types/node@^13.7.0":
171209
version "13.13.36"
172210
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.36.tgz#0c4d3c4e365396c84b1c595524e2faff7dd45b26"

0 commit comments

Comments
 (0)