Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 714b1ac

Browse files
chore(deps): update dependency @types/node to v22
1 parent c63cd6b commit 714b1ac

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/archiver": "6.0.0",
3030
"@types/aws-lambda": "8.10.119",
3131
"@types/fs-extra": "9.0.13",
32-
"@types/node": "20.8.9",
32+
"@types/node": "22.12.0",
3333
"@types/uuid": "8.3.4",
3434
"archiver": "7.0.0",
3535
"esbuild": "0.19.2",

plugin/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,12 +2041,12 @@
20412041
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154"
20422042
integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==
20432043

2044-
"@types/node@20.8.9":
2045-
version "20.8.9"
2046-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08"
2047-
integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==
2044+
"@types/node@22.12.0":
2045+
version "22.12.0"
2046+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
2047+
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
20482048
dependencies:
2049-
undici-types "~5.26.4"
2049+
undici-types "~6.20.0"
20502050

20512051
"@types/readdir-glob@*":
20522052
version "1.1.0"
@@ -5491,10 +5491,10 @@ unbzip2-stream@^1.0.9:
54915491
buffer "^5.2.1"
54925492
through "^2.3.8"
54935493

5494-
undici-types@~5.26.4:
5495-
version "5.26.5"
5496-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5497-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5494+
undici-types@~6.20.0:
5495+
version "6.20.0"
5496+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
5497+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
54985498

54995499
uni-global@^1.0.0:
55005500
version "1.0.0"

0 commit comments

Comments
 (0)