Skip to content

Commit 84b02dd

Browse files
build(deps): bump debug from 4.3.6 to 4.3.7 (#164)
Bumps [debug](https://github.com/debug-js/debug) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.3.6...4.3.7) --- updated-dependencies: - dependency-name: debug 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 7ecb46a commit 84b02dd

File tree

2 files changed

+34
-16
lines changed

2 files changed

+34
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"@alicloud/tea-util": "^1.4.9",
288288
"@types/node": "^20.10.5",
289289
"@vscode/codicons": "^0.0.36",
290-
"debug": "^4.3.0",
290+
"debug": "^4.3.7",
291291
"fs-extra": "^10.1.0",
292292
"httpx": "^2.2.6",
293293
"kitx": "^2.1.0",

yarn.lock

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,12 +1564,12 @@ dateformat@3.0.3:
15641564
resolved "https://registry.npmmirror.com/dateformat/-/dateformat-3.0.3.tgz"
15651565
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
15661566

1567-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
1568-
version "4.3.6"
1569-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz"
1570-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
1567+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.7:
1568+
version "4.3.7"
1569+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
1570+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
15711571
dependencies:
1572-
ms "2.1.2"
1572+
ms "^2.1.3"
15731573

15741574
debug@^3.2.6:
15751575
version "3.2.7"
@@ -2964,11 +2964,6 @@ moment@^2.24.0:
29642964
resolved "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz"
29652965
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
29662966

2967-
ms@2.1.2:
2968-
version "2.1.2"
2969-
resolved "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz"
2970-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
2971-
29722967
ms@^2.1.1, ms@^2.1.3:
29732968
version "2.1.3"
29742969
resolved "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz"
@@ -3861,8 +3856,16 @@ stdin-discarder@^0.1.0:
38613856
dependencies:
38623857
bl "^5.0.0"
38633858

3864-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
3865-
name string-width-cjs
3859+
"string-width-cjs@npm:string-width@^4.2.0":
3860+
version "4.2.3"
3861+
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz"
3862+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3863+
dependencies:
3864+
emoji-regex "^8.0.0"
3865+
is-fullwidth-code-point "^3.0.0"
3866+
strip-ansi "^6.0.1"
3867+
3868+
string-width@^4.1.0, string-width@^4.2.0:
38663869
version "4.2.3"
38673870
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz"
38683871
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3903,7 +3906,14 @@ string_decoder@~1.1.1:
39033906
dependencies:
39043907
safe-buffer "~5.1.0"
39053908

3906-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3909+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3910+
version "6.0.1"
3911+
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz"
3912+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3913+
dependencies:
3914+
ansi-regex "^5.0.1"
3915+
3916+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
39073917
version "6.0.1"
39083918
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz"
39093919
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4298,8 +4308,7 @@ workerpool@^6.5.1:
42984308
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz"
42994309
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
43004310

4301-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4302-
name wrap-ansi-cjs
4311+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
43034312
version "7.0.0"
43044313
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
43054314
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4317,6 +4326,15 @@ wrap-ansi@^6.2.0:
43174326
string-width "^4.1.0"
43184327
strip-ansi "^6.0.0"
43194328

4329+
wrap-ansi@^7.0.0:
4330+
version "7.0.0"
4331+
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
4332+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4333+
dependencies:
4334+
ansi-styles "^4.0.0"
4335+
string-width "^4.1.0"
4336+
strip-ansi "^6.0.0"
4337+
43204338
wrap-ansi@^8.1.0:
43214339
version "8.1.0"
43224340
resolved "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)