From 6183dbb03ba0435bf6fd040af2311c9899531cdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Nov 2025 04:47:32 +0000 Subject: [PATCH] fix: upgrade typescript from 5.3.3 to 5.9.3 Snyk has created this PR to upgrade typescript from 5.3.3 to 5.9.3. See this package in npm: typescript 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..bc333e08f3ba7 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -26,6 +26,6 @@ "eslint-config-next": "14.0.3", "postcss": "^8", "tailwindcss": "^3.3.0", - "typescript": "^5" + "typescript": "^5.9.3" } }