Skip to content

Commit 3436ea9

Browse files
Update dependency @types/node to v18.18.11
1 parent 4dd3242 commit 3436ea9

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
@@ -36,7 +36,7 @@
3636
"@types/bent": "7.3.3",
3737
"@types/dotenv": "8.2.0",
3838
"@types/jsonwebtoken": "9.0.2",
39-
"@types/node": "18.16.18",
39+
"@types/node": "18.18.11",
4040
"@types/ramda": "0.29.2",
4141
"@types/sinon": "10.0.15",
4242
"@typescript-eslint/eslint-plugin": "5.60.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,10 +1448,12 @@
14481448
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.11.tgz#6ea7342dfb379ea1210835bada87b3c512120234"
14491449
integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==
14501450

1451-
"@types/node@18.16.18":
1452-
version "18.16.18"
1453-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
1454-
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==
1451+
"@types/node@18.18.11":
1452+
version "18.18.11"
1453+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.11.tgz#d43f6b92671eacfdd1fedb7a897388fb8880323f"
1454+
integrity sha512-c1vku6qnTeujJneYH94/4aq73XrVcsJe35UPyAsSok1ijiKrkRzK+AxQPSpNMUnC03roWBBwJx/9I8V7lQoxmA==
1455+
dependencies:
1456+
undici-types "~5.26.4"
14551457

14561458
"@types/node@^12.12.6":
14571459
version "12.20.37"
@@ -9059,6 +9061,11 @@ underscore@1.9.1:
90599061
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
90609062
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==
90619063

9064+
undici-types@~5.26.4:
9065+
version "5.26.5"
9066+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
9067+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
9068+
90629069
union-value@^1.0.0:
90639070
version "1.0.1"
90649071
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)