From 0e00d8edeecfedea571a59fb0736c2a85d0626e7 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Thu, 14 Jul 2022 09:11:27 +0300 Subject: [PATCH] [Snyk] Upgrade @types/react-resizable from 1.7.4 to 3.0.1 (#127) feat: upgrade @types/react-resizable from 1.7.4 to 3.0.1 Snyk has created this PR to upgrade @types/react-resizable from 1.7.4 to 3.0.1. See this package in npm: https://www.npmjs.com/package/@types/react-resizable See this project in Snyk: https://app.snyk.io/org/cvat/project/6c66365f-c154-46f2-b5db-4a4cd35fea4d?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- cvat-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 9d7c6e3a..b8a981ac 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -27,7 +27,7 @@ "@types/react-color": "^3.0.5", "@types/react-dom": "^16.9.14", "@types/react-redux": "^7.1.18", - "@types/react-resizable": "^1.7.3", + "@types/react-resizable": "^3.0.1", "@types/react-router": "^5.1.16", "@types/react-router-dom": "^5.1.9", "@types/react-share": "^3.0.3",