Skip to content

Commit 8248eec

Browse files
authored
Merge pull request #265 from Quramy/renovate/node-20.x
chore(deps): update dependency @types/node to v20.12.7
2 parents 2bb1e89 + 0a62ba1 commit 8248eec

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@types/eslint": "8.44.9",
3131
"@types/estree": "1.0.5",
32-
"@types/node": "20.10.0",
32+
"@types/node": "20.12.7",
3333
"@typescript-eslint/parser": "6.12.0",
3434
"eslint": "8.55.0",
3535
"husky": "8.0.3",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,10 +1030,10 @@
10301030
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
10311031
integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
10321032

1033-
"@types/node@20.10.0":
1034-
version "20.10.0"
1035-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617"
1036-
integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==
1033+
"@types/node@20.12.7":
1034+
version "20.12.7"
1035+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
1036+
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
10371037
dependencies:
10381038
undici-types "~5.26.4"
10391039

@@ -3129,7 +3129,7 @@ string-length@^4.0.1:
31293129
char-regex "^1.0.2"
31303130
strip-ansi "^6.0.0"
31313131

3132-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.3:
3132+
"string-width-cjs@npm:string-width@^4.2.0":
31333133
version "4.2.3"
31343134
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31353135
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3147,6 +3147,15 @@ string-width@^4.1.0, string-width@^4.2.0:
31473147
is-fullwidth-code-point "^3.0.0"
31483148
strip-ansi "^6.0.0"
31493149

3150+
string-width@^4.2.3:
3151+
version "4.2.3"
3152+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3153+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3154+
dependencies:
3155+
emoji-regex "^8.0.0"
3156+
is-fullwidth-code-point "^3.0.0"
3157+
strip-ansi "^6.0.1"
3158+
31503159
string-width@^5.0.1, string-width@^5.1.2:
31513160
version "5.1.2"
31523161
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -3156,7 +3165,7 @@ string-width@^5.0.1, string-width@^5.1.2:
31563165
emoji-regex "^9.2.2"
31573166
strip-ansi "^7.0.1"
31583167

3159-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
3168+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31603169
version "6.0.1"
31613170
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31623171
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3170,6 +3179,13 @@ strip-ansi@^6.0.0:
31703179
dependencies:
31713180
ansi-regex "^5.0.0"
31723181

3182+
strip-ansi@^6.0.1:
3183+
version "6.0.1"
3184+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3185+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3186+
dependencies:
3187+
ansi-regex "^5.0.1"
3188+
31733189
strip-ansi@^7.0.1:
31743190
version "7.1.0"
31753191
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -3325,7 +3341,16 @@ which@^2.0.1:
33253341
dependencies:
33263342
isexe "^2.0.0"
33273343

3328-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3344+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3345+
version "7.0.0"
3346+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3347+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3348+
dependencies:
3349+
ansi-styles "^4.0.0"
3350+
string-width "^4.1.0"
3351+
strip-ansi "^6.0.0"
3352+
3353+
wrap-ansi@^7.0.0:
33293354
version "7.0.0"
33303355
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
33313356
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)