Skip to content

Commit 0cd243b

Browse files
committed
Updated jquery to version 3.6.4
1 parent c3c44a7 commit 0cd243b

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.7.3 (2023-04-04)
4+
5+
* Updated jquery version to 3.6.4 to address CVE-2020-11022
6+
37
## Version 1.7.2 (2022-07-13)
48

59
* Updated moment.js version to 2.29.4 to address CVE-2022-31129

html/common/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function printHeadStart($title = "Unknown") {
152152
printf(" <link href=\"%s\" rel=\"stylesheet\">\n\n", mkpath("/static/css/bootstrap.min.css"));
153153

154154
printf(" <!-- JQuery stuff -->\n");
155-
printf(" <script src=\"%s\"></script>\n\n", mkpath("/static/js/jquery-3.3.1.min.js"));
155+
printf(" <script src=\"%s\"></script>\n\n", mkpath("/static/js/jquery-3.6.4.min.js"));
156156

157157
printf(" <!-- Moment code -->\n");
158158
printf(" <script src=\"%s\"></script>\n\n", mkpath("/static/js/moment.min.js"));

html/static/js/jquery-3.3.1.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

html/static/js/jquery-3.6.4.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)