Skip to content

Commit 4e3ef5f

Browse files
authored
Merge pull request #246 from unipept/dependabot/npm_and_yarn/types/node-24.0.8
Bump @types/node from 22.15.30 to 24.0.8
2 parents a78ec75 + 12aa4b2 commit 4e3ef5f

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
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@eslint/js": "^9.5.0",
3535
"@types/jest": "^29.5.12",
36-
"@types/node": "^22.10.1",
36+
"@types/node": "^24.0.8",
3737
"@typescript-eslint/eslint-plugin": "^7.13.1",
3838
"@typescript-eslint/parser": "^7.13.1",
3939
"eslint": "9.x",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,12 +1077,12 @@
10771077
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
10781078
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
10791079

1080-
"@types/node@*", "@types/node@^22.10.1":
1081-
version "22.15.30"
1082-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
1083-
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
1080+
"@types/node@*", "@types/node@^24.0.8":
1081+
version "24.0.8"
1082+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.8.tgz#98f50977fe76ab78d02fc3bcb7f6c3b5f79a363c"
1083+
integrity sha512-WytNrFSgWO/esSH9NbpWUfTMGQwCGIKfCmNlmFDNiI5gGhgMmEA+V1AEvKLeBNvvtBnailJtkrEa2OIISwrVAA==
10841084
dependencies:
1085-
undici-types "~6.21.0"
1085+
undici-types "~7.8.0"
10861086

10871087
"@types/normalize-package-data@^2.4.3":
10881088
version "2.4.4"
@@ -4510,10 +4510,10 @@ typescript@^5.4.5:
45104510
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
45114511
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
45124512

4513-
undici-types@~6.21.0:
4514-
version "6.21.0"
4515-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4516-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4513+
undici-types@~7.8.0:
4514+
version "7.8.0"
4515+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
4516+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
45174517

45184518
unicorn-magic@^0.1.0:
45194519
version "0.1.0"

0 commit comments

Comments
 (0)