Update jQuery to 3.6.0 (#64)
This will update jQuery to version 3.6.0 due to security issues. See https://snyk.io/vuln/npm:jquery?lh=1.11.3 Signed-off-by: Dominik Gedon <dominik@gedon.org> Signed-off-by: Dominik Gedon <dominik@gedon.org>
This commit is contained in:
parent
c2e988911e
commit
a63d1927f2
3 changed files with 3 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{{- partial "footer.html" . -}}
|
||||
|
||||
<!-- We do need jQuery to be loaded before HugoScroll script -->
|
||||
<script type="text/javascript" src='{{ "js/jquery-1.11.3.min.js" | absURL }}'></script>
|
||||
<script type="text/javascript" src='{{ "js/jquery-3.6.0.min.js" | absURL }}'></script>
|
||||
|
||||
<!-- The main JavaScript files for HugoScroll -->
|
||||
<script type="text/javascript" src='{{ "js/icons.js" | absURL }}'></script>
|
||||
|
|
|
|||
5
static/js/jquery-1.11.3.min.js
vendored
5
static/js/jquery-1.11.3.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/js/jquery-3.6.0.min.js
vendored
Normal file
2
static/js/jquery-3.6.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue