Skip to content

Commit e530c88

Browse files
Update dependency @types/node to v22
1 parent 4aac3a9 commit e530c88

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/nerdbank-gitversioning.npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"versioning"
2525
],
2626
"devDependencies": {
27-
"@types/node": "^18.7.14",
27+
"@types/node": "^22.0.0",
2828
"del": "^8.0.0",
2929
"gulp": "^5.0.0",
3030
"gulp-cli": "^3.0.0",

src/nerdbank-gitversioning.npm/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
6060
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
6161

62-
"@types/node@^18.7.14":
63-
version "18.19.76"
64-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.76.tgz#7991658e0ba41ad30cc8be01c9bbe580d58f2112"
65-
integrity sha512-yvR7Q9LdPz2vGpmpJX5LolrgRdWvB67MJKDPSgIIzpFbaf9a1j/f5DnLp5VDyHGMR0QZHlTr1afsD87QCXFHKw==
62+
"@types/node@^22.0.0":
63+
version "22.13.5"
64+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.5.tgz#23add1d71acddab2c6a4d31db89c0f98d330b511"
65+
integrity sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==
6666
dependencies:
67-
undici-types "~5.26.4"
67+
undici-types "~6.20.0"
6868

6969
acorn@^6.4.1:
7070
version "6.4.2"
@@ -2078,10 +2078,10 @@ undertaker@^2.0.0:
20782078
last-run "^2.0.0"
20792079
undertaker-registry "^2.0.0"
20802080

2081-
undici-types@~5.26.4:
2082-
version "5.26.5"
2083-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2084-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2081+
undici-types@~6.20.0:
2082+
version "6.20.0"
2083+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2084+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
20852085

20862086
unicorn-magic@^0.1.0:
20872087
version "0.1.0"

0 commit comments

Comments
 (0)