This repository was archived by the owner on Apr 17, 2021. It is now read-only.
Commit e6a855a
authored
Bump to jQuery v3.0.0 (#941)
To address security vulnerabilities [1, 2] (moderate severity)
identified by GitHub's dependency graph.
jQuery 3.0 introduced several breaking changes, one of which is the
removal of `.load()` [3], so this includes update to StickySort for
compatibility. Also submitted PR. terrymun/StickySort#13
[1] https://nvd.nist.gov/vuln/detail/CVE-2015-9251
[2] https://nvd.nist.gov/vuln/detail/CVE-2016-10707
[3] https://jquery.com/upgrade-guide/3.0/#breaking-change-load-unload-and-error-removed1 parent 242324f commit e6a855a
File tree
3 files changed
+7
-3
lines changed- src/js/vendor/sticky-sort
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2884 | 2884 | | |
2885 | 2885 | | |
2886 | 2886 | | |
2887 | | - | |
| 2887 | + | |
2888 | 2888 | | |
2889 | 2889 | | |
2890 | 2890 | | |
| 2891 | + | |
| 2892 | + | |
| 2893 | + | |
| 2894 | + | |
2891 | 2895 | | |
2892 | 2896 | | |
2893 | 2897 | | |
| |||
0 commit comments