Update dependency mustache.js to v3.2.1

This commit is contained in:
Renovate Bot 2022-05-15 17:43:09 +00:00
parent d9d5e5d880
commit 620fb82618
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -136,7 +136,7 @@
<script th:src="@{/js/fontawesome.js}"></script> <script th:src="@{/js/fontawesome.js}"></script>
<script th:src="@{/js/workerRegister.js}"></script> <script th:src="@{/js/workerRegister.js}"></script>
<th:block th:if="${isLogged} == true and ${noMutualGuilds} == false"> <th:block th:if="${isLogged} == true and ${noMutualGuilds} == false">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.0.1/mustache.min.js" <script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.2.1/mustache.min.js"
type="text/javascript"></script> type="text/javascript"></script>
<script th:src="@{/js/github-activity.js}"></script> <script th:src="@{/js/github-activity.js}"></script>
<script> <script>