Update dependency @types/node to v22.10.6 #366

Merged
kjuulh merged 1 commits from renovate/all into main 2025-01-14 06:51:41 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 8cc4ba2752 - Show all commits

View File

@ -16,7 +16,7 @@
"react-dom": "19.0.0" "react-dom": "19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.10.5", "@types/node": "22.10.6",
"@types/react": "19.0.6", "@types/react": "19.0.6",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",
"prettier": "3.4.2", "prettier": "3.4.2",

View File

@ -501,10 +501,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.4.tgz#592f12b0b5f357533ddc3310b0176d42ea3e45d1" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.4.tgz#592f12b0b5f357533ddc3310b0176d42ea3e45d1"
integrity sha512-EITwVTX5B4nDjXjGeQAfXOrm+Jn+qNjDmyDRtWoD+wZsl/RDPRTFRKivs4Mt74iOFlLOrE5+Kf+p5yjyhm3+cA== integrity sha512-EITwVTX5B4nDjXjGeQAfXOrm+Jn+qNjDmyDRtWoD+wZsl/RDPRTFRKivs4Mt74iOFlLOrE5+Kf+p5yjyhm3+cA==
"@types/node@22.10.5": "@types/node@22.10.6":
version "22.10.5" version "22.10.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.6.tgz#5c6795e71635876039f853cbccd59f523d9e4239"
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ== integrity sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==
dependencies: dependencies:
undici-types "~6.20.0" undici-types "~6.20.0"