Skip to content

Commit 939779e

Browse files
Update dependency @types/node to v20.19.2
1 parent 5cb3b31 commit 939779e

File tree

2 files changed

+39
-9
lines changed

2 files changed

+39
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@rollup/plugin-typescript": "11.1.5",
6060
"@tailwindcss/typography": "^0.5.10",
6161
"@types/dotenv": "8.2.0",
62-
"@types/node": "20.9.0",
62+
"@types/node": "20.19.2",
6363
"@types/ramda": "0.29.9",
6464
"@typescript-eslint/eslint-plugin": "6.11.0",
6565
"@typescript-eslint/parser": "6.11.0",

yarn.lock

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,12 +2006,12 @@
20062006
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469"
20072007
integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==
20082008

2009-
"@types/node@20.9.0":
2010-
version "20.9.0"
2011-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
2012-
integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
2009+
"@types/node@20.19.2":
2010+
version "20.19.2"
2011+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.2.tgz#bdef79b0b5b16caa76ab1f7094183302423b94a1"
2012+
integrity sha512-9pLGGwdzOUBDYi0GNjM97FIA+f92fqSke6joWeBjWXllfNxZBs7qeMF7tvtOIsbY45xkWkxrdwUfUf3MnQa9gA==
20132013
dependencies:
2014-
undici-types "~5.26.4"
2014+
undici-types "~6.21.0"
20152015

20162016
"@types/node@^12.12.54":
20172017
version "12.20.55"
@@ -8235,7 +8235,16 @@ strict-uri-encode@^2.0.0:
82358235
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
82368236
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
82378237

8238-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8238+
"string-width-cjs@npm:string-width@^4.2.0":
8239+
version "4.2.3"
8240+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8241+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8242+
dependencies:
8243+
emoji-regex "^8.0.0"
8244+
is-fullwidth-code-point "^3.0.0"
8245+
strip-ansi "^6.0.1"
8246+
8247+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
82398248
version "4.2.3"
82408249
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
82418250
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8277,7 +8286,14 @@ stringify-entities@^4.0.0:
82778286
character-entities-html4 "^2.0.0"
82788287
character-entities-legacy "^3.0.0"
82798288

8280-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8289+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8290+
version "6.0.1"
8291+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8292+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8293+
dependencies:
8294+
ansi-regex "^5.0.1"
8295+
8296+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
82818297
version "6.0.1"
82828298
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
82838299
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8754,6 +8770,11 @@ undici-types@~5.26.4:
87548770
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
87558771
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
87568772

8773+
undici-types@~6.21.0:
8774+
version "6.21.0"
8775+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
8776+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
8777+
87578778
unenv@^1.7.4:
87588779
version "1.7.4"
87598780
resolved "https://registry.yarnpkg.com/unenv/-/unenv-1.7.4.tgz#a0e5a78de2c7c3c4563c06ba9763c96c59db3333"
@@ -9292,7 +9313,7 @@ widest-line@^4.0.1:
92929313
dependencies:
92939314
string-width "^5.0.1"
92949315

9295-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9316+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
92969317
version "7.0.0"
92979318
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
92989319
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9310,6 +9331,15 @@ wrap-ansi@^6.2.0:
93109331
string-width "^4.1.0"
93119332
strip-ansi "^6.0.0"
93129333

9334+
wrap-ansi@^7.0.0:
9335+
version "7.0.0"
9336+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9337+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9338+
dependencies:
9339+
ansi-styles "^4.0.0"
9340+
string-width "^4.1.0"
9341+
strip-ansi "^6.0.0"
9342+
93139343
wrap-ansi@^8.1.0:
93149344
version "8.1.0"
93159345
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)