Skip to content

Commit 0f5a051

Browse files
authored
Merge pull request #202 from Banno/dependabot/npm_and_yarn/types/node-24.5.2
chore(deps-dev): bump @types/node from 22.15.17 to 24.5.2
2 parents aa763f2 + 2b7d78f commit 0f5a051

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^18.11.18"
3838
},
3939
"devDependencies": {
40-
"@types/node": "^22.10.0",
40+
"@types/node": "^24.5.2",
4141
"@vitest/browser": "^3.1.3",
4242
"lit": "^3.1.1",
4343
"playwright": "1.55.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@
321321
dependencies:
322322
undici-types "~5.26.4"
323323

324-
"@types/node@^22.10.0":
325-
version "22.15.17"
326-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.17.tgz#355ccec95f705b664e4332bb64a7f07db30b7055"
327-
integrity sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==
324+
"@types/node@^24.5.2":
325+
version "24.5.2"
326+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
327+
integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
328328
dependencies:
329-
undici-types "~6.21.0"
329+
undici-types "~7.12.0"
330330

331331
"@types/trusted-types@^2.0.2":
332332
version "2.0.7"
@@ -999,10 +999,10 @@ undici-types@~5.26.4:
999999
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
10001000
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
10011001

1002-
undici-types@~6.21.0:
1003-
version "6.21.0"
1004-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1005-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1002+
undici-types@~7.12.0:
1003+
version "7.12.0"
1004+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
1005+
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
10061006

10071007
10081008
version "3.1.3"

0 commit comments

Comments
 (0)