fix: upgrade react-resizable from 1.11.0 to 1.11.1 (#3022)

Snyk has created this PR to upgrade react-resizable from 1.11.0 to 1.11.1.

See this package in npm:
https://www.npmjs.com/package/react-resizable

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
main
Snyk bot 5 years ago committed by GitHub
parent dc589fdd51
commit 57385fa762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29010,9 +29010,9 @@
}
},
"react-resizable": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-1.11.0.tgz",
"integrity": "sha512-VoGz2ddxUFvildS8r8/29UZJeyiM3QJnlmRZSuXm+FpTqq/eIrMPc796Y9XQLg291n2hFZJtIoP1xC3hSTw/jg==",
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-1.11.1.tgz",
"integrity": "sha512-S70gbLaAYqjuAd49utRHibtHLrHXInh7GuOR+6OO6RO6uleQfuBnWmZjRABfqNEx3C3Z6VPLg0/0uOYFrkfu9Q==",
"requires": {
"prop-types": "15.x",
"react-draggable": "^4.0.3"

@ -78,7 +78,7 @@
"react-cookie": "^4.0.3",
"react-dom": "^16.14.0",
"react-redux": "^7.2.2",
"react-resizable": "^1.11.0",
"react-resizable": "^1.11.1",
"@types/react-resizable": "^1.7.2",
"react-router": "^5.1.0",
"react-router-dom": "^5.1.0",

Loading…
Cancel
Save