mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
[security] CVE-2019-11358
This commit is contained in:
parent
531e298b14
commit
d92e1945d6
@ -3,6 +3,7 @@
|
||||
- Fix a bug: (spanish) some translations are not loaded correctly
|
||||
- Fix a bug: some users may not appear in the admin's general listing
|
||||
- Fix a bug: updating a setting does not chain new values
|
||||
- Fix a security issue: updated to jquery 3.4.1 to fix [CVE-2019-11358](https://nvd.nist.gov/vuln/detail/CVE-2019-11358)
|
||||
- Improved translations syntax according to YML specifications
|
||||
- [TODO DEPLOY] `rake fablab:fix:users_group_ids`
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
"fullcalendar": "2.3.1",
|
||||
"holderjs": "2.6",
|
||||
"jasny-bootstrap": "3.1",
|
||||
"jquery": "3",
|
||||
"jquery": ">=3.4.0",
|
||||
"jquery-minicolors": "^2.1.10",
|
||||
"jquery-ui": "https://github.com/devongovett/jqueryui-npm.git#1.10.4",
|
||||
"medium-editor": "4.4.0",
|
||||
|
@ -880,11 +880,16 @@ jquery-minicolors@^2.1.10:
|
||||
version "1.10.4"
|
||||
resolved "https://github.com/devongovett/jqueryui-npm.git#51bc3549dd6530a18f43be45c3e8ae520805b9e4"
|
||||
|
||||
jquery@3, "jquery@>= 1.7.x", jquery@>=1.7.1, jquery@>=1.9.0:
|
||||
"jquery@>= 1.7.x", jquery@>=1.7.1, jquery@>=1.9.0:
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
||||
integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==
|
||||
|
||||
jquery@>=3.4.0:
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
|
||||
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
|
||||
|
||||
jquery@^1.11.1:
|
||||
version "1.12.4"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
|
||||
|
Loading…
x
Reference in New Issue
Block a user