Skip to content

Commit 24d37b8

Browse files
authored
Merge pull request #22 from micro-lc/dependabot/npm_and_yarn/types/node-22.5.2
Bump @types/node from 20.14.12 to 22.5.2
2 parents ef8d525 + f594cc5 commit 24d37b8

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
@@ -25,7 +25,7 @@
2525
"@mia-platform/eslint-config-mia": "^3.0.0",
2626
"@micro-lc/compose-toolkit": "^0.1.3",
2727
"@micro-lc/composer": "^2.1.0",
28-
"@types/node": "^20.14.12",
28+
"@types/node": "^22.5.2",
2929
"@types/react": "^18.3.3",
3030
"@types/react-dom": "^18.3.0",
3131
"@typescript-eslint/eslint-plugin": "^7.17.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,12 @@
314314
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
315315
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
316316

317-
"@types/node@^20.14.12":
318-
version "20.14.12"
319-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.12.tgz#129d7c3a822cb49fc7ff661235f19cfefd422b49"
320-
integrity sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==
317+
"@types/node@^22.5.2":
318+
version "22.5.2"
319+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.2.tgz#e42344429702e69e28c839a7e16a8262a8086793"
320+
integrity sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==
321321
dependencies:
322-
undici-types "~5.26.4"
322+
undici-types "~6.19.2"
323323

324324
"@types/prop-types@*":
325325
version "15.7.12"
@@ -2261,10 +2261,10 @@ unbox-primitive@^1.0.2:
22612261
has-symbols "^1.0.3"
22622262
which-boxed-primitive "^1.0.2"
22632263

2264-
undici-types@~5.26.4:
2265-
version "5.26.5"
2266-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2267-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2264+
undici-types@~6.19.2:
2265+
version "6.19.8"
2266+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2267+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
22682268

22692269
uri-js@^4.2.2:
22702270
version "4.4.1"

0 commit comments

Comments
 (0)