Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 6398280 commit 17b40a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/docsy/layouts/partials/search-input-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a v-for="item in result" :href="item.url">{{ printf "{{ item.display }}" }}</a>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.6.8/axios.min.js" integrity="sha512-PJa3oQSLWRB7wHZ7GQ/g+qyv6r4mbuhmiDb8BjSFZ8NZ2a42oTtAq5n0ucWAwcQDlikAtkub+tPVCw4np27WCg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.7.6/axios.min.js" integrity="sha512-aQl7URA8zE3fUDS504REaAyuqeMEIah2tsnmI9VoXIS3NnQNvotwzTttKy83mnTYrZkaMZqTepELh+CgdRnXjA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.7.16/vue.min.js" integrity="sha512-Wx8niGbPNCD87mSuF0sBRytwW2+2ZFr7HwVDF8krCb3egstCc4oQfig+/cfg2OHd82KcUlOYxlSDAqdHqK5TCw==" crossorigin="anonymous"></script>
<script>
let mounted = function() {
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy/layouts/partials/search-input-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.6.8/axios.min.js" integrity="sha512-PJa3oQSLWRB7wHZ7GQ/g+qyv6r4mbuhmiDb8BjSFZ8NZ2a42oTtAq5n0ucWAwcQDlikAtkub+tPVCw4np27WCg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.7.6/axios.min.js" integrity="sha512-aQl7URA8zE3fUDS504REaAyuqeMEIah2tsnmI9VoXIS3NnQNvotwzTttKy83mnTYrZkaMZqTepELh+CgdRnXjA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.7.16/vue.min.js" integrity="sha512-Wx8niGbPNCD87mSuF0sBRytwW2+2ZFr7HwVDF8krCb3egstCc4oQfig+/cfg2OHd82KcUlOYxlSDAqdHqK5TCw==" crossorigin="anonymous"></script>
<script>
let mounted_sidebar = function() {
Expand Down

0 comments on commit 17b40a5

Please sign in to comment.