From c68834204df43d8d8e2fb919488766e530a03ca5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:14:21 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.0.14 to 18.2.70 Snyk has created this PR to upgrade @types/react from 18.0.14 to 18.2.70. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/eiromplays/project/2e187fe8-39b0-4c07-a8c4-5697552af5e9?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json index cf38f3f2..f269f553 100644 --- a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json +++ b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json @@ -37,7 +37,7 @@ "@tailwindcss/typography": "0.5.2", "@tailwindcss/ui": "0.7.2", "@types/node": "17.0.45", - "@types/react": "18.0.14", + "@types/react": "18.2.70", "@types/react-dom": "18.0.5", "@typescript-eslint/eslint-plugin": "5.30.4", "@typescript-eslint/parser": "5.30.4",