From 80e76b7505aef572d37a5c1a50f6cd3806f8fb77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Nov 2025 04:47:37 +0000 Subject: [PATCH] feat: upgrade @types/node from 20.10.3 to 24.8.1 Snyk has created this PR to upgrade @types/node from 20.10.3 to 24.8.1. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ee36eb20-a1af-42a9-95ba-e0bf3ed8d1c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/caching/with-react-query-nextjs-14/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-react-query-nextjs-14/package.json b/examples/caching/with-react-query-nextjs-14/package.json index f3f0bfc140979..47a8deb895dc3 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -18,7 +18,7 @@ "react-dom": "^18" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "^24.8.1", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1",