Skip to content

Commit 59dc04c

Browse files
build(deps): bump debug from 4.3.6 to 4.4.0 (#1250)
Bumps [debug](https://github.com/debug-js/debug) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.3.6...4.4.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abdd29f commit 59dc04c

File tree

2 files changed

+42
-10
lines changed

2 files changed

+42
-10
lines changed

libraries/hermes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"body-parser": "^1.20.3",
2929
"cookie-parser": "~1.4.7",
3030
"cors": "^2.8.5",
31-
"debug": "~4.3.4",
31+
"debug": "~4.4.0",
3232
"deep-object-diff": "^1.1.9",
3333
"deepdash-es": "^5.3.9",
3434
"express": "~4.21.1",

yarn.lock

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7021,12 +7021,12 @@ debug@3.1.0:
70217021
dependencies:
70227022
ms "2.0.0"
70237023

7024-
debug@4, debug@4.x, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2, debug@~4.3.4, debug@~4.3.6:
7025-
version "4.3.6"
7026-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
7027-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
7024+
debug@4, debug@4.x, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.4.0:
7025+
version "4.4.0"
7026+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
7027+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
70287028
dependencies:
7029-
ms "2.1.2"
7029+
ms "^2.1.3"
70307030

70317031
debug@^3.1.0:
70327032
version "3.2.7"
@@ -7035,6 +7035,13 @@ debug@^3.1.0:
70357035
dependencies:
70367036
ms "^2.1.1"
70377037

7038+
debug@~4.3.1, debug@~4.3.2, debug@~4.3.4, debug@~4.3.6:
7039+
version "4.3.6"
7040+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
7041+
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
7042+
dependencies:
7043+
ms "2.1.2"
7044+
70387045
decamelize-keys@^1.1.0:
70397046
version "1.1.1"
70407047
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
@@ -11910,7 +11917,7 @@ ms@2.1.2:
1191011917
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1191111918
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1191211919

11913-
ms@2.1.3, ms@^2.0.0, ms@^2.1.1:
11920+
ms@2.1.3, ms@^2.0.0, ms@^2.1.1, ms@^2.1.3:
1191411921
version "2.1.3"
1191511922
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1191611923
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -14597,7 +14604,16 @@ string-length@^4.0.1:
1459714604
char-regex "^1.0.2"
1459814605
strip-ansi "^6.0.0"
1459914606

14600-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
14607+
"string-width-cjs@npm:string-width@^4.2.0":
14608+
version "4.2.3"
14609+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
14610+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
14611+
dependencies:
14612+
emoji-regex "^8.0.0"
14613+
is-fullwidth-code-point "^3.0.0"
14614+
strip-ansi "^6.0.1"
14615+
14616+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1460114617
version "4.2.3"
1460214618
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1460314619
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -14673,7 +14689,7 @@ stringify-package@^1.0.1:
1467314689
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
1467414690
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
1467514691

14676-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14692+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1467714693
version "6.0.1"
1467814694
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1467914695
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14694,6 +14710,13 @@ strip-ansi@^5.1.0:
1469414710
dependencies:
1469514711
ansi-regex "^4.1.0"
1469614712

14713+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14714+
version "6.0.1"
14715+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
14716+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
14717+
dependencies:
14718+
ansi-regex "^5.0.1"
14719+
1469714720
strip-ansi@^7.0.1:
1469814721
version "7.0.1"
1469914722
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -15879,7 +15902,16 @@ wordwrap@^1.0.0:
1587915902
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1588015903
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1588115904

15882-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15905+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
15906+
version "7.0.0"
15907+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15908+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15909+
dependencies:
15910+
ansi-styles "^4.0.0"
15911+
string-width "^4.1.0"
15912+
strip-ansi "^6.0.0"
15913+
15914+
wrap-ansi@^7.0.0:
1588315915
version "7.0.0"
1588415916
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1588515917
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)