From f0730971c43d0aac27c14d87dc8c7c4eb4463cf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 16:32:49 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - react from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react - react-dom from 18.2.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react-dom - @types/node from 18.15.11 to 18.19.46. See this package in npm: https://www.npmjs.com/package/@types/node - @types/react from 18.0.34 to 18.3.4. See this package in npm: https://www.npmjs.com/package/@types/react - @types/react-dom from 18.0.11 to 18.3.0. See this package in npm: https://www.npmjs.com/package/@types/react-dom - typescript from 5.0.4 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/0084638e-b6e1-4b2f-9b30-1202553d62ca?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-vanilla-extract/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/with-vanilla-extract/package.json b/examples/with-vanilla-extract/package.json index 0f7e14c807b5b..be90017bdcffb 100644 --- a/examples/with-vanilla-extract/package.json +++ b/examples/with-vanilla-extract/package.json @@ -8,12 +8,12 @@ "dependencies": { "@vanilla-extract/css": "^1.11.0", "@vanilla-extract/next-plugin": "^2.1.3", - "@types/node": "18.15.11", - "@types/react": "18.0.34", - "@types/react-dom": "18.0.11", + "@types/node": "18.19.46", + "@types/react": "18.3.4", + "@types/react-dom": "18.3.0", "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0", - "typescript": "5.0.4" + "react": "18.3.1", + "react-dom": "18.3.1", + "typescript": "5.5.4" } }