Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 51a2bc6

Browse files
committed
Update dependency @types/node to v18.19.2
1 parent 2277ed1 commit 51a2bc6

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@ava/typescript": "3.0.1",
2525
"@types/bent": "7.3.8",
2626
"@types/dotenv": "8.2.0",
27-
"@types/node": "18.17.1",
27+
"@types/node": "18.19.2",
2828
"@types/ramda": "0.29.9",
2929
"@types/sinon": "10.0.20",
3030
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,10 +1474,12 @@
14741474
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499"
14751475
integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA==
14761476

1477-
"@types/node@18.17.1":
1478-
version "18.17.1"
1479-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.1.tgz#84c32903bf3a09f7878c391d31ff08f6fe7d8335"
1480-
integrity sha512-xlR1jahfizdplZYRU59JlUx9uzF1ARa8jbhM11ccpCJya8kvos5jwdm2ZAgxSCwOl0fq21svP18EVwPBXMQudw==
1477+
"@types/node@18.19.2":
1478+
version "18.19.2"
1479+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.2.tgz#865107157bda220eef9fa8c2173152d6559a41ae"
1480+
integrity sha512-6wzfBdbWpe8QykUkXBjtmO3zITA0A3FIjoy+in0Y2K4KrCiRhNYJIdwAPDffZ3G6GnaKaSLSEa9ZuORLfEoiwg==
1481+
dependencies:
1482+
undici-types "~5.26.4"
14811483

14821484
"@types/node@^12.12.6":
14831485
version "12.12.54"
@@ -8658,6 +8660,11 @@ underscore@1.9.1:
86588660
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
86598661
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==
86608662

8663+
undici-types@~5.26.4:
8664+
version "5.26.5"
8665+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
8666+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
8667+
86618668
union-value@^1.0.0:
86628669
version "1.0.1"
86638670
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)