Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit d59541e

Browse files
committed
chore(deps): update dependency @types/node to v22.5.0
1 parent a60d541 commit d59541e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:fix": "eslint './src/**/*.{ts,tsx,js,jsx}' --fix"
1313
},
1414
"devDependencies": {
15-
"@types/node": "22.4.2",
15+
"@types/node": "22.5.0",
1616
"@types/react": "18.3.4",
1717
"@types/react-dom": "18.3.0",
1818
"@types/webpack": "5.28.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,10 @@
392392
dependencies:
393393
undici-types "~6.13.0"
394394

395-
"@types/node@22.4.2":
396-
version "22.4.2"
397-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.4.2.tgz#55fefb1c3dba2ecd7eb76738c6b80da75760523f"
398-
integrity sha512-nAvM3Ey230/XzxtyDcJ+VjvlzpzoHwLsF7JaDRfoI0ytO0mVheerNmM45CtA0yOILXwXXxOrcUWH3wltX+7PSw==
395+
"@types/node@22.5.0":
396+
version "22.5.0"
397+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.0.tgz#10f01fe9465166b4cab72e75f60d8b99d019f958"
398+
integrity sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==
399399
dependencies:
400400
undici-types "~6.19.2"
401401

0 commit comments

Comments
 (0)