From 1e371949ad2380fef27b6c043beeb3236c7f5dd6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:09:30 +0000 Subject: [PATCH] feat: upgrade @types/node from 20.17.10 to 22.10.1 Snyk has created this PR to upgrade @types/node from 20.17.10 to 22.10.1. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/a399fc37-e5c0-42a2-90c4-747516e67c11?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- examples/with-tailwind/apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwind/apps/docs/package.json b/examples/with-tailwind/apps/docs/package.json index b5db2c8e4e043..8a8b4ef039eb7 100644 --- a/examples/with-tailwind/apps/docs/package.json +++ b/examples/with-tailwind/apps/docs/package.json @@ -20,7 +20,7 @@ "@repo/eslint-config": "workspace:*", "@repo/tailwind-config": "workspace:*", "@repo/typescript-config": "workspace:*", - "@types/node": "^20.11.24", + "@types/node": "^22.10.1", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "autoprefixer": "^10.4.18",