Skip to content

Commit 794f965

Browse files
Update dependency @types/node to v18.19.44
1 parent 1c7b9d4 commit 794f965

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

yarn.lock

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,10 +1238,12 @@
12381238
"@types/node" "*"
12391239
form-data "^3.0.0"
12401240

1241-
"@types/node@*", "@types/node@^18.0.0":
1242-
version "18.15.3"
1243-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
1244-
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
1241+
"@types/node@*":
1242+
version "22.2.0"
1243+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
1244+
integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==
1245+
dependencies:
1246+
undici-types "~6.13.0"
12451247

12461248
"@types/node@11.11.6":
12471249
version "11.11.6"
@@ -1253,15 +1255,22 @@
12531255
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
12541256
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
12551257

1258+
"@types/node@^18.0.0":
1259+
version "18.19.44"
1260+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.44.tgz#875a8322d17ff12bf82b3af8c07b9310a00e72f8"
1261+
integrity sha512-ZsbGerYg72WMXUIE9fYxtvfzLEuq6q8mKERdWFnqTmOvudMxnz+CBNRoOwJ2kNpFOncrKjT1hZwxjlFgQ9qvQA==
1262+
dependencies:
1263+
undici-types "~5.26.4"
1264+
12561265
"@types/node@^8.0.0":
12571266
version "8.10.66"
12581267
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3"
12591268
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
12601269

12611270
"@types/pbkdf2@^3.0.0":
1262-
version "3.1.0"
1263-
resolved "https://registry.yarnpkg.com/@types/pbkdf2/-/pbkdf2-3.1.0.tgz#039a0e9b67da0cdc4ee5dab865caa6b267bb66b1"
1264-
integrity sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==
1271+
version "3.1.2"
1272+
resolved "https://registry.yarnpkg.com/@types/pbkdf2/-/pbkdf2-3.1.2.tgz#2dc43808e9985a2c69ff02e2d2027bd4fe33e8dc"
1273+
integrity sha512-uRwJqmiXmh9++aSu1VNEn3iIxWOhd8AHXNSdlaLfdAAdSTY9jYVeGWnzejM3dvrkbqE3/hyQkQQ29IFATEGlew==
12651274
dependencies:
12661275
"@types/node" "*"
12671276

@@ -6276,6 +6285,16 @@ unbox-primitive@^1.0.2:
62766285
has-symbols "^1.0.3"
62776286
which-boxed-primitive "^1.0.2"
62786287

6288+
undici-types@~5.26.4:
6289+
version "5.26.5"
6290+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6291+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6292+
6293+
undici-types@~6.13.0:
6294+
version "6.13.0"
6295+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
6296+
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
6297+
62796298
undici@^4.14.1:
62806299
version "4.16.0"
62816300
resolved "https://registry.yarnpkg.com/undici/-/undici-4.16.0.tgz#469bb87b3b918818d3d7843d91a1d08da357d5ff"

0 commit comments

Comments
 (0)