Skip to content

Commit 08cc581

Browse files
chore(deps): bump @aws-amplify/amplify-cli-core from 4.3.7 to 4.3.8 (#7765)
Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.3.7 to 4.3.8. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/@aws-amplify/amplify-cli-core@4.3.8/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/amplify-cli-core@4.3.8/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 d5403a7 commit 08cc581

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
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.7",
12+
"@aws-amplify/amplify-cli-core": "^4.3.8",
1313
"@aws-amplify/ui-react": "^6.1.12",
1414
"@docsearch/react": "3",
1515
"aws-amplify": "^6.0.9",

yarn.lock

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

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==
170+
"@aws-amplify/amplify-cli-core@^4.3.8":
171+
version "4.3.8"
172+
resolved "https://registry.yarnpkg.com/@aws-amplify/amplify-cli-core/-/amplify-cli-core-4.3.8.tgz#308a384ba7d1251e11ea503b63ebdb7c32f52cbe"
173+
integrity sha512-t+CqRR1nkMnh/lhD5CPOFD4aebP33ggvp0A7SyqcHCgkemEESYEakI/a7Bk7yiXaZ85/Ybq4s7EV2W/tczvt6Q==
174174
dependencies:
175175
"@aws-amplify/amplify-cli-logger" "1.3.8"
176176
"@aws-amplify/amplify-function-plugin-interface" "1.12.1"
@@ -10653,7 +10653,16 @@ string-length@^4.0.1:
1065310653
char-regex "^1.0.2"
1065410654
strip-ansi "^6.0.0"
1065510655

10656-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10656+
"string-width-cjs@npm:string-width@^4.2.0":
10657+
version "4.2.3"
10658+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
10659+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10660+
dependencies:
10661+
emoji-regex "^8.0.0"
10662+
is-fullwidth-code-point "^3.0.0"
10663+
strip-ansi "^6.0.1"
10664+
10665+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1065710666
version "4.2.3"
1065810667
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1065910668
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10746,7 +10755,14 @@ stringify-entities@^4.0.0:
1074610755
character-entities-html4 "^2.0.0"
1074710756
character-entities-legacy "^3.0.0"
1074810757

10749-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10758+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10759+
version "6.0.1"
10760+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
10761+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10762+
dependencies:
10763+
ansi-regex "^5.0.1"
10764+
10765+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1075010766
version "6.0.1"
1075110767
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1075210768
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11836,7 +11852,7 @@ winston@^3.3.3:
1183611852
triple-beam "^1.3.0"
1183711853
winston-transport "^4.5.0"
1183811854

11839-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11855+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1184011856
version "7.0.0"
1184111857
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1184211858
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11854,6 +11870,15 @@ wrap-ansi@^6.2.0:
1185411870
string-width "^4.1.0"
1185511871
strip-ansi "^6.0.0"
1185611872

11873+
wrap-ansi@^7.0.0:
11874+
version "7.0.0"
11875+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
11876+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11877+
dependencies:
11878+
ansi-styles "^4.0.0"
11879+
string-width "^4.1.0"
11880+
strip-ansi "^6.0.0"
11881+
1185711882
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1185811883
version "8.1.0"
1185911884
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
@@ -11940,12 +11965,7 @@ yaml@1.10.2:
1194011965
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
1194111966
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1194211967

11943-
yaml@^2.2.2:
11944-
version "2.3.4"
11945-
resolved "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz"
11946-
integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==
11947-
11948-
yaml@^2.4.5, yaml@~2.4.2:
11968+
yaml@^2.2.2, yaml@^2.4.5, yaml@~2.4.2:
1194911969
version "2.4.5"
1195011970
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
1195111971
integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==

0 commit comments

Comments
 (0)