Skip to content

Commit 7244a6c

Browse files
chore(deps): bump @aws-amplify/amplify-cli-core from 4.3.6 to 4.3.7 (#7722)
Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/amplify-cli-core@4.3.7/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1029b11 commit 7244a6c

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "Apache-2.0",
1010
"private": true,
1111
"dependencies": {
12-
"@aws-amplify/amplify-cli-core": "^4.3.6",
12+
"@aws-amplify/amplify-cli-core": "^4.3.7",
1313
"@aws-amplify/ui-react": "^6.1.12",
1414
"@docsearch/react": "3",
1515
"aws-amplify": "^6.0.9",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,15 @@
167167
"@jridgewell/gen-mapping" "^0.3.0"
168168
"@jridgewell/trace-mapping" "^0.3.9"
169169

170-
"@aws-amplify/amplify-cli-core@^4.3.6":
171-
version "4.3.6"
172-
resolved "https://registry.yarnpkg.com/@aws-amplify/amplify-cli-core/-/amplify-cli-core-4.3.6.tgz#2aaa9a03254060e9dba49995c07620351665b085"
173-
integrity sha512-GY5Pcbk9IGtO6oMK3Qha1H2fH01HShva0cxLZaMfOwhaNPqXORJiMcpFWXSx9NMu9Gvj+iAt7yPiB04dANBk0w==
170+
"@aws-amplify/amplify-cli-core@^4.3.7":
171+
version "4.3.7"
172+
resolved "https://registry.yarnpkg.com/@aws-amplify/amplify-cli-core/-/amplify-cli-core-4.3.7.tgz#d6fe559d17abd183f08b3f5c0f926befb7048c8d"
173+
integrity sha512-GoGQS9jozt2Bw+su9/giv673qnGVbJX5s0js87Xap+PuBXIjfyKFytBAQIJ0KQQl7YacEtT7lQ/5TQdpXvejug==
174174
dependencies:
175175
"@aws-amplify/amplify-cli-logger" "1.3.8"
176176
"@aws-amplify/amplify-function-plugin-interface" "1.12.1"
177177
"@aws-amplify/amplify-prompts" "2.8.6"
178-
"@aws-amplify/graphql-transformer-interfaces" "^3.7.0"
178+
"@aws-amplify/graphql-transformer-interfaces" "^3.8.0"
179179
"@aws-sdk/util-arn-parser" "^3.310.0"
180180
"@yarnpkg/lockfile" "^1.1.0"
181181
ajv "^6.12.6"
@@ -312,10 +312,10 @@
312312
rxjs "^7.8.1"
313313
ulid "^2.3.0"
314314

315-
"@aws-amplify/graphql-transformer-interfaces@^3.7.0":
316-
version "3.7.0"
317-
resolved "https://registry.yarnpkg.com/@aws-amplify/graphql-transformer-interfaces/-/graphql-transformer-interfaces-3.7.0.tgz#841cf2a8847ea4066584f85bcbe1c8da78371c65"
318-
integrity sha512-fHGc8D78C3sIBNqKbS5KjGu2xDACSFdyS0YdwZiQu+MMMs7IWGnip8aogSFFgeCQ3kSHqrMUd+1CdI7Zh015Rg==
315+
"@aws-amplify/graphql-transformer-interfaces@^3.8.0":
316+
version "3.8.0"
317+
resolved "https://registry.yarnpkg.com/@aws-amplify/graphql-transformer-interfaces/-/graphql-transformer-interfaces-3.8.0.tgz#6ca9baaab67b5639a67487d062fc81fc6ea83664"
318+
integrity sha512-/VNL0x0CTGTQq/bcdytp7Q+o28nhIsvSZww2t/lpnF05My4EUDYHzmGoLIB6IB+1X1U6S+DiWVViqMPiLpkQNA==
319319
dependencies:
320320
graphql "^15.5.0"
321321

@@ -10376,7 +10376,16 @@ string-length@^4.0.1:
1037610376
char-regex "^1.0.2"
1037710377
strip-ansi "^6.0.0"
1037810378

10379-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10379+
"string-width-cjs@npm:string-width@^4.2.0":
10380+
version "4.2.3"
10381+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
10382+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10383+
dependencies:
10384+
emoji-regex "^8.0.0"
10385+
is-fullwidth-code-point "^3.0.0"
10386+
strip-ansi "^6.0.1"
10387+
10388+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1038010389
version "4.2.3"
1038110390
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1038210391
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10460,7 +10469,14 @@ stringify-entities@^4.0.0:
1046010469
character-entities-html4 "^2.0.0"
1046110470
character-entities-legacy "^3.0.0"
1046210471

10463-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10472+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10473+
version "6.0.1"
10474+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
10475+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10476+
dependencies:
10477+
ansi-regex "^5.0.1"
10478+
10479+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1046410480
version "6.0.1"
1046510481
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1046610482
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11553,7 +11569,7 @@ winston@^3.3.3:
1155311569
triple-beam "^1.3.0"
1155411570
winston-transport "^4.5.0"
1155511571

11556-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11572+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1155711573
version "7.0.0"
1155811574
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1155911575
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11571,6 +11587,15 @@ wrap-ansi@^6.2.0:
1157111587
string-width "^4.1.0"
1157211588
strip-ansi "^6.0.0"
1157311589

11590+
wrap-ansi@^7.0.0:
11591+
version "7.0.0"
11592+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
11593+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11594+
dependencies:
11595+
ansi-styles "^4.0.0"
11596+
string-width "^4.1.0"
11597+
strip-ansi "^6.0.0"
11598+
1157411599
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1157511600
version "8.1.0"
1157611601
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)