Skip to content

Commit 2ed0d9e

Browse files
chore(deps): update dependency @types/node to v24
1 parent e52e8df commit 2ed0d9e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@semantic-release/changelog": "3.0.6",
2424
"@semantic-release/git": "7.0.18",
2525
"@types/jest": "24.9.1",
26-
"@types/node": "11.15.54",
26+
"@types/node": "24.9.2",
2727
"@types/react": "16.14.67",
2828
"@types/react-dom": "16.9.25",
2929
"@types/react-native": "0.73.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,10 +2392,12 @@
23922392
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.7.tgz#85dbb71c510442d00c0631f99dae957ce44fd104"
23932393
integrity sha512-suFHr6hcA9mp8vFrZTgrmqW2ZU3mbWsryQtQlY/QvwTISCw7nw/j+bCQPPohqmskhmqa5wLNuMHTTsc+xf1MQg==
23942394

2395-
"@types/node@11.15.54":
2396-
version "11.15.54"
2397-
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.15.54.tgz#59ed60e7b0d56905a654292e8d73275034eb6283"
2398-
integrity sha512-1RWYiq+5UfozGsU6MwJyFX6BtktcT10XRjvcAQmskCtMcW3tPske88lM/nHv7BQG1w9KBXI1zPGuu5PnNCX14g==
2395+
"@types/node@24.9.2":
2396+
version "24.9.2"
2397+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
2398+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
2399+
dependencies:
2400+
undici-types "~7.16.0"
23992401

24002402
"@types/normalize-package-data@^2.4.0":
24012403
version "2.4.0"
@@ -15044,6 +15046,11 @@ umask@^1.1.0, umask@~1.1.0:
1504415046
resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
1504515047
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
1504615048

15049+
undici-types@~7.16.0:
15050+
version "7.16.0"
15051+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
15052+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
15053+
1504715054
unicode-canonical-property-names-ecmascript@^1.0.4:
1504815055
version "1.0.4"
1504915056
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)