From 383e6ecc2a4b75da9633abc4043845ee729391a7 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Tue, 16 Feb 2021 11:29:02 +0300 Subject: [PATCH] fix: upgrade @types/react-redux from 7.1.15 to 7.1.16 (#2801) Snyk has created this PR to upgrade @types/react-redux from 7.1.15 to 7.1.16. See this package in npm: https://www.npmjs.com/package/@types/react-redux See this project in Snyk: https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr Co-authored-by: snyk-bot --- cvat-ui/package-lock.json | 6 +++--- cvat-ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cvat-ui/package-lock.json b/cvat-ui/package-lock.json index 7cf48b4c..f098007b 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1276,9 +1276,9 @@ } }, "@types/react-redux": { - "version": "7.1.15", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.15.tgz", - "integrity": "sha512-+piY42tUflPfI7y9Vy3UkG6MEMuJlrxfdtgeUcWmd5Z0qB57NXAPG6smkqu1DNXluo/KDyXPeRYhcFzMwt1BEA==", + "version": "7.1.16", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.16.tgz", + "integrity": "sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw==", "requires": { "@types/hoist-non-react-statics": "^3.3.0", "@types/react": "*", diff --git a/cvat-ui/package.json b/cvat-ui/package.json index f5f695f8..7e9e54e7 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -53,7 +53,7 @@ "@types/react": "^16.14.2", "@types/react-color": "^3.0.4", "@types/react-dom": "^16.9.10", - "@types/react-redux": "^7.1.15", + "@types/react-redux": "^7.1.16", "@types/react-router": "^5.1.11", "@types/react-router-dom": "^5.1.7", "@types/react-share": "^3.0.3",