From 691e70148d3929547c5dcb53161dac0e1518f075 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Aug 2021 06:51:45 +0000 Subject: [PATCH] fix: upgrade @types/react from 16.9.49 to 16.14.11 Snyk has created this PR to upgrade @types/react from 16.9.49 to 16.14.11. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/hafixo/project/4e1cfc78-f914-48fb-b229-d321d115fc94?utm_source=github&utm_medium=upgrade-pr --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 94403dd05c..5337add97a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ ] }, "devDependencies": { - "@types/react": "^16.9.49", + "@types/react": "^16.14.11", "@typescript-eslint/eslint-plugin": "4.0.1", "@typescript-eslint/parser": "4.0.1", "eslint-config-prettier": "^6.11.0",