From 81360d909945d58b226769ea57c8514eab0cd41f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 9 Oct 2020 14:06:40 +0300 Subject: [PATCH] fix: upgrade @types/react-redux from 7.1.5 to 7.1.9 (#2290) Snyk has created this PR to upgrade @types/react-redux from 7.1.5 to 7.1.9. See this package in npm: https://www.npmjs.com/package/@types/react-redux See this project in Snyk: https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Boris Sekachev --- 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 47c24943..2312f9c6 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1152,9 +1152,9 @@ } }, "@types/react-redux": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.5.tgz", - "integrity": "sha512-ZoNGQMDxh5ENY7PzU7MVonxDzS1l/EWiy8nUhDqxFqUZn4ovboCyvk4Djf68x6COb7vhGTKjyjxHxtFdAA5sUA==", + "version": "7.1.9", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.9.tgz", + "integrity": "sha512-mpC0jqxhP4mhmOl3P4ipRsgTgbNofMRXJb08Ms6gekViLj61v1hOZEKWDCyWsdONr6EjEA6ZHXC446wdywDe0w==", "requires": { "@types/hoist-non-react-statics": "^3.3.0", "@types/react": "*", diff --git a/cvat-ui/package.json b/cvat-ui/package.json index c6213e51..3246089b 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -52,7 +52,7 @@ "@types/react": "^16.9.49", "@types/react-color": "^3.0.2", "@types/react-dom": "^16.9.8", - "@types/react-redux": "^7.1.2", + "@types/react-redux": "^7.1.9", "@types/react-router": "^5.1.8", "@types/react-router-dom": "^5.1.5", "@types/react-share": "^3.0.1",