Skip to content

Commit

Permalink
update jquery to address vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
ejratl committed Jul 11, 2023
1 parent 6e03fab commit fc05032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

<script src="{{ site.baseurl }}/js/jquery-3.1.1.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery-3.7.0.min.js"></script>
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
<script src="{{ site.baseurl }}/js/main.js"></script>
</head>
Loading

0 comments on commit fc05032

Please sign in to comment.