Skip to content

Commit

Permalink
Update jQuery to 3.6.4
Browse files Browse the repository at this point in the history
Fixes a potential XSS vulnerability raised by Dependabot
  • Loading branch information
huwr committed Apr 9, 2023
1 parent c017c65 commit e600913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
<link rel="apple-touch-icon" href="{{ .Site.BaseURL }}/images/icon.png">

<link rel="stylesheet" href="{{ .Site.BaseURL }}/style.css">
<script type="text/javascript" src="{{ .Site.BaseURL }}/scripts/jquery-3.4.1.slim.min.js"></script>
<script type="text/javascript" src="{{ .Site.BaseURL }}/scripts/jquery-3.6.4.slim.min.js"></script>
2 changes: 0 additions & 2 deletions source/static/scripts/jquery-3.4.1.slim.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions source/static/scripts/jquery-3.6.4.slim.min.js

Large diffs are not rendered by default.

0 comments on commit e600913

Please sign in to comment.