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:
Dominik Gedon 2022-09-16 16:43:33 +02:00 committed by GitHub
parent c2e988911e
commit a63d1927f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View file

@ -7,7 +7,7 @@
{{- partial "footer.html" . -}} {{- partial "footer.html" . -}}
<!-- We do need jQuery to be loaded before HugoScroll script --> <!-- 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 --> <!-- The main JavaScript files for HugoScroll -->
<script type="text/javascript" src='{{ "js/icons.js" | absURL }}'></script> <script type="text/javascript" src='{{ "js/icons.js" | absURL }}'></script>

File diff suppressed because one or more lines are too long

2
static/js/jquery-3.6.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long