Update dependency node to v24
All checks were successful
Test / Basic (pull_request) Successful in 3m45s
RenovateBot / renovate (push) Successful in 1m58s
Test / Basic (push) Successful in 2m54s

This commit was merged in pull request #13.
This commit is contained in:
2026-02-07 00:01:46 +00:00
parent 37a1495ca7
commit b1a853bbb9
4 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^24.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"jest": "^30.0.0",
@@ -8183,12 +8183,12 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.19.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
"integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
"version": "24.10.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.11.tgz",
"integrity": "sha512-/Af7O8r1frCVgOz0I62jWUtMohJ0/ZQU/ZoketltOJPZpnb17yoNc9BSoVuV9qlaIXJiPNOpsfq4ByFajSArNQ==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~7.16.0"
}
},
"node_modules/@types/nodemon": {
@@ -23241,9 +23241,9 @@
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"license": "MIT"
},
"node_modules/unicorn-magic": {

View File

@@ -30,7 +30,7 @@
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^24.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"jest": "^30.0.0",