Skip to content

Commit

Permalink
Updated jQuery to 3.4.1 to avoid known vulnerabilities (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigpt authored and rishabhgrg committed Oct 20, 2019
1 parent 2eaeba8 commit e5e62f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@

{{!-- jQuery + Fitvids, which makes all video embeds responsive --}}
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="{{asset "built/jquery.fitvids.js"}}"></script>
Expand Down

0 comments on commit e5e62f1

Please sign in to comment.