diff --git a/package.json b/package.json index b04b22d..8ced9cc 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@tailwindcss/forms": "^0.5.10", "@tanstack/react-query-devtools": "^5.75.5", "@trivago/prettier-plugin-sort-imports": "^5.2.2", - "@types/node": "^22.15.14", + "@types/node": "^24.0.3", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "@verida/types": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index 7f992ef..83cc6a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1261,12 +1261,12 @@ dependencies: undici-types "~5.26.4" -"@types/node@^22.15.14": - version "22.15.14" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.14.tgz#889fd356a04d003a6d5650ccc003ef4d712430d7" - integrity sha512-BL1eyu/XWsFGTtDWOYULQEs4KR0qdtYfCxYAUYRoB7JP7h9ETYLgQTww6kH8Sj2C0pFGgrpM0XKv6/kbIzYJ1g== +"@types/node@^24.0.3": + version "24.0.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.3.tgz#f935910f3eece3a3a2f8be86b96ba833dc286cab" + integrity sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg== dependencies: - undici-types "~6.21.0" + undici-types "~7.8.0" "@types/pouchdb-core@*", "@types/pouchdb-core@^7.0.11": version "7.0.15" @@ -5048,10 +5048,10 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -undici-types@~6.21.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" - integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== +undici-types@~7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294" + integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== unified@^11.0.0: version "11.0.5"