Skip to content

Commit bb9d746

Browse files
authored
Update pulumi/pulumi-aws version to 6.58.0 (#1420)
Update pulumi/pulumi-aws version to 6.58.0
1 parent e793f5c commit bb9d746

File tree

7 files changed

+158
-133
lines changed

7 files changed

+158
-133
lines changed

awsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"//": "Pulumi sub-provider dependencies must be pinned at an exact version because we extract this value to generate the correct dependency in the schema",
2626
"dependencies": {
27-
"@pulumi/aws": "6.57.0",
27+
"@pulumi/aws": "6.58.0",
2828
"@pulumi/docker": "4.5.1",
2929
"@pulumi/pulumi": "3.138.0",
3030
"@types/aws-lambda": "^8.10.23",

awsx/yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,10 +1661,10 @@
16611661
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
16621662
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
16631663

1664-
"@pulumi/aws@6.57.0":
1665-
version "6.57.0"
1666-
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-6.57.0.tgz#3f41e2645f3ff0d41c2952b5bef0532d7b5a7b09"
1667-
integrity sha512-cFwb7EbbfWntByGuyNmQAZaTXyJu1Wxcuw8aWsBS5xF/C/28iYUooRFXWT37sjYbFtYqTDYGG+LSsg+WKl1yHw==
1664+
"@pulumi/aws@6.58.0":
1665+
version "6.58.0"
1666+
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-6.58.0.tgz#3287e558b63a9ef9253c704d7e181f8917ca45d9"
1667+
integrity sha512-nP8kdpcHsu/RO8P9LGCaJ06KnGKt6fpvNZE7IUfkHdZ9ErYu4kCx+eX/mo/QAexeOmOmdt3Oa7BLhACQRb3M8Q==
16681668
dependencies:
16691669
"@pulumi/pulumi" "^3.136.0"
16701670
builtin-modules "3.0.0"
@@ -5276,7 +5276,16 @@ string-length@^4.0.1:
52765276
char-regex "^1.0.2"
52775277
strip-ansi "^6.0.0"
52785278

5279-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5279+
"string-width-cjs@npm:string-width@^4.2.0":
5280+
version "4.2.3"
5281+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5282+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5283+
dependencies:
5284+
emoji-regex "^8.0.0"
5285+
is-fullwidth-code-point "^3.0.0"
5286+
strip-ansi "^6.0.1"
5287+
5288+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
52805289
version "4.2.3"
52815290
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
52825291
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5308,7 +5317,14 @@ string_decoder@~1.1.1:
53085317
dependencies:
53095318
safe-buffer "~5.1.0"
53105319

5311-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5320+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5321+
version "6.0.1"
5322+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5323+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5324+
dependencies:
5325+
ansi-regex "^5.0.1"
5326+
5327+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
53125328
version "6.0.1"
53135329
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
53145330
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5751,7 +5767,16 @@ which@^4.0.0:
57515767
dependencies:
57525768
isexe "^3.1.1"
57535769

5754-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5770+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5771+
version "7.0.0"
5772+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5773+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5774+
dependencies:
5775+
ansi-styles "^4.0.0"
5776+
string-width "^4.1.0"
5777+
strip-ansi "^6.0.0"
5778+
5779+
wrap-ansi@^7.0.0:
57555780
version "7.0.0"
57565781
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
57575782
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)