Update jquery to 3.6.3

This commit is contained in:
Patrick Favre-Bulle 2022-12-30 16:13:40 +01:00
parent 05a5159112
commit 5cab7a6ec8
No known key found for this signature in database
GPG key ID: 95A396FCC7E8EE9F
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
assets/js/jquery-3.6.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -8,7 +8,7 @@
<!-- We do need jQuery to be loaded before HugoScroll script -->
{{ $scriptJquery := resources.Get "js/jquery-3.6.0.min.js" }}
{{ $scriptJquery := resources.Get "js/jquery-3.6.3.min.js" }}
<!-- The main JavaScript files for HugoScroll -->
{{ $scriptIcons := resources.Get "js/icons.js" }}