mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
[security] updated jquery to fix CVE-2015-9251
This commit is contained in:
parent
5828513a3a
commit
2fb5cfe6d9
@ -1,5 +1,8 @@
|
||||
# Changelog Fab Manager
|
||||
|
||||
- Updated angular.js to 1.6
|
||||
- Fix a security issue: dependency jQuery < 3.0.0 has a vulnerability as described in [CVE-2015-9251](https://nvd.nist.gov/vuln/detail/CVE-2015-9251)
|
||||
|
||||
# v2.7.0 2018 November 27
|
||||
|
||||
- Nom using standard [package.json](package.json) file to save application version number
|
||||
|
@ -60,7 +60,7 @@
|
||||
"fullcalendar": "2.3.1",
|
||||
"holderjs": "2.6",
|
||||
"jasny-bootstrap": "3.1",
|
||||
"jquery": "1",
|
||||
"jquery": "3",
|
||||
"jquery-minicolors": "^2.1.10",
|
||||
"jquery-ui": "https://github.com/devongovett/jqueryui-npm.git#1.10.4",
|
||||
"medium-editor": "4.4.0",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -880,16 +880,16 @@ jquery-minicolors@^2.1.10:
|
||||
version "1.10.4"
|
||||
resolved "https://github.com/devongovett/jqueryui-npm.git#51bc3549dd6530a18f43be45c3e8ae520805b9e4"
|
||||
|
||||
jquery@1, jquery@^1.11.1:
|
||||
version "1.12.4"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
|
||||
integrity sha1-AeHfuikP5z3rp3zurLD5ui/sngw=
|
||||
|
||||
"jquery@>= 1.7.x", jquery@>=1.7.1, jquery@>=1.9.0:
|
||||
jquery@3, "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@^1.11.1:
|
||||
version "1.12.4"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
|
||||
integrity sha1-AeHfuikP5z3rp3zurLD5ui/sngw=
|
||||
|
||||
js-tokens@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
||||
|
Loading…
x
Reference in New Issue
Block a user