Skip to content

Commit a3118dd

Browse files
Merge pull request #385 from 4lessandrodev/dependabot/npm_and_yarn/types/node-20.12.8
chore(deps-dev): bump @types/node from 20.12.7 to 20.12.8
2 parents 07d0ec1 + 6b42f6a commit a3118dd

1 file changed

Lines changed: 31 additions & 6 deletions

File tree

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,9 @@
703703
pretty-format "^27.0.0"
704704

705705
"@types/node@*", "@types/node@^20.8.0":
706-
version "20.12.7"
707-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
708-
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
706+
version "20.12.8"
707+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.8.tgz#35897bf2bfe3469847ab04634636de09552e8256"
708+
integrity sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==
709709
dependencies:
710710
undici-types "~5.26.4"
711711

@@ -3591,7 +3591,16 @@ string-length@^4.0.1:
35913591
char-regex "^1.0.2"
35923592
strip-ansi "^6.0.0"
35933593

3594-
"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:
3594+
"string-width-cjs@npm:string-width@^4.2.0":
3595+
version "4.2.3"
3596+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3597+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3598+
dependencies:
3599+
emoji-regex "^8.0.0"
3600+
is-fullwidth-code-point "^3.0.0"
3601+
strip-ansi "^6.0.1"
3602+
3603+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
35953604
version "4.2.3"
35963605
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
35973606
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3634,7 +3643,14 @@ stringify-object@^3.2.1:
36343643
is-obj "^1.0.1"
36353644
is-regexp "^1.0.0"
36363645

3637-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3646+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3647+
version "6.0.1"
3648+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3649+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3650+
dependencies:
3651+
ansi-regex "^5.0.1"
3652+
3653+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
36383654
version "6.0.1"
36393655
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
36403656
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4026,7 +4042,16 @@ wide-align@^1.1.2:
40264042
dependencies:
40274043
string-width "^1.0.2 || 2 || 3 || 4"
40284044

4029-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4045+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4046+
version "7.0.0"
4047+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4048+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4049+
dependencies:
4050+
ansi-styles "^4.0.0"
4051+
string-width "^4.1.0"
4052+
strip-ansi "^6.0.0"
4053+
4054+
wrap-ansi@^7.0.0:
40304055
version "7.0.0"
40314056
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
40324057
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)