Skip to content

Commit 510af85

Browse files
build(deps): bump @alicloud/tea-util from 1.4.7 to 1.4.8 (#60)
Bumps [@alicloud/tea-util](https://github.com/aliyun/tea-util) from 1.4.7 to 1.4.8. - [Release notes](https://github.com/aliyun/tea-util/releases) - [Commits](https://github.com/aliyun/tea-util/commits) --- updated-dependencies: - dependency-name: "@alicloud/tea-util" 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 8684806 commit 510af85

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"@alicloud/credentials": "^2.1.1",
252252
"@alicloud/openapi-util": "^0.2.2",
253253
"@alicloud/tea-typescript": "^1.7.0",
254-
"@alicloud/tea-util": "^1.4.2",
254+
"@alicloud/tea-util": "^1.4.8",
255255
"@types/node": "^20.10.5",
256256
"@vscode/codicons": "^0.0.32",
257257
"debug": "^4.3.0",

yarn.lock

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@types/node" "^12.0.2"
3636
httpx "^2.2.6"
3737

38-
"@alicloud/tea-util@^1.3.0", "@alicloud/tea-util@^1.4.2":
39-
version "1.4.7"
40-
resolved "https://registry.npmmirror.com/@alicloud/tea-util/-/tea-util-1.4.7.tgz#40748613c3751f5373ffa8e5a0e892602ef3f78c"
41-
integrity sha512-Lrpfk9kxihHsit3oMoeIMjk783AxjOvzMhLAbZcIzazKiVg3Zk/209XDe9r1lXqxII59j3V4rhC9X14y6WGYyg==
38+
"@alicloud/tea-util@^1.3.0", "@alicloud/tea-util@^1.4.8":
39+
version "1.4.8"
40+
resolved "https://registry.yarnpkg.com/@alicloud/tea-util/-/tea-util-1.4.8.tgz#5948a9d14a64edeb244fcbbb065b1f3c018deca7"
41+
integrity sha512-CPmRUAWhUMewZXLVZ8HTCrqRzzcT6F3o/1sB3IY27oU8RLjFj3FMpZe423pJoC/noNXo4Ja3FTTEFF5k8asQBw==
4242
dependencies:
4343
"@alicloud/tea-typescript" "^1.5.1"
4444
kitx "^2.0.0"
@@ -3604,8 +3604,16 @@ statuses@^1.3.1:
36043604
resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
36053605
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
36063606

3607-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
3608-
name string-width-cjs
3607+
"string-width-cjs@npm:string-width@^4.2.0":
3608+
version "4.2.3"
3609+
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3610+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3611+
dependencies:
3612+
emoji-regex "^8.0.0"
3613+
is-fullwidth-code-point "^3.0.0"
3614+
strip-ansi "^6.0.1"
3615+
3616+
string-width@^4.1.0, string-width@^4.2.0:
36093617
version "4.2.3"
36103618
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
36113619
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3637,7 +3645,14 @@ string_decoder@~1.1.1:
36373645
dependencies:
36383646
safe-buffer "~5.1.0"
36393647

3640-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3648+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3649+
version "6.0.1"
3650+
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3651+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3652+
dependencies:
3653+
ansi-regex "^5.0.1"
3654+
3655+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
36413656
version "6.0.1"
36423657
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
36433658
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4078,8 +4093,7 @@ workerpool@6.2.1:
40784093
resolved "https://registry.npmmirror.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
40794094
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
40804095

4081-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4082-
name wrap-ansi-cjs
4096+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
40834097
version "7.0.0"
40844098
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
40854099
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4097,6 +4111,15 @@ wrap-ansi@^6.2.0:
40974111
string-width "^4.1.0"
40984112
strip-ansi "^6.0.0"
40994113

4114+
wrap-ansi@^7.0.0:
4115+
version "7.0.0"
4116+
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4117+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4118+
dependencies:
4119+
ansi-styles "^4.0.0"
4120+
string-width "^4.1.0"
4121+
strip-ansi "^6.0.0"
4122+
41004123
wrap-ansi@^8.1.0:
41014124
version "8.1.0"
41024125
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)