This commit is contained in:
dependabot-preview[bot] 2024-11-30 13:29:54 +00:00 committed by GitHub
commit 114f6372aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

9
UI/package-lock.json generated
View file

@ -12697,9 +12697,12 @@
} }
}, },
"react-immutable-proptypes": { "react-immutable-proptypes": {
"version": "2.1.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz", "resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.2.0.tgz",
"integrity": "sha1-Aj1vObsVyXwHHp5g0A0TbqxfoLQ=" "integrity": "sha512-Vf4gBsePlwdGvSZoLSBfd4HAP93HDauMY4fDjXhreg/vg6F3Fj/MXDNyTbltPC/xZKmZc+cjLu3598DdYK6sgQ==",
"requires": {
"invariant": "^2.2.2"
}
}, },
"react-is": { "react-is": {
"version": "16.12.0", "version": "16.12.0",

View file

@ -14,7 +14,7 @@
"react-dnd-html5-backend": "^7.0.0", "react-dnd-html5-backend": "^7.0.0",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-icons": "^3.10.0", "react-icons": "^3.10.0",
"react-immutable-proptypes": "^2.1.0", "react-immutable-proptypes": "^2.2.0",
"react-redux": "^7.2.0", "react-redux": "^7.2.0",
"react-router": "^5.1.2", "react-router": "^5.1.2",
"react-router-dom": "^5.1.2", "react-router-dom": "^5.1.2",