Skip to content

Commit

Permalink
chore(deps): update dependency p5.js to v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent ac0eb9d commit f02c5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p5demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
/>
<title>Spatial Indexing</title>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1/p5.min.js"
integrity="sha512-gQVBYBvfC+uyor5Teonjr9nmY1bN+DlOCezkhzg4ShpC5q81ogvFsr5IV4xXAj6HEtG7M1Pb2JCha97tVFItYQ=="
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.2/p5.min.js"
integrity="sha512-eu9vkh+EbAsW3fMmPTj/DP5W3UegIdu0Z/OABMocvoofx43MYBkcQ9hRIVxZndV1vcCYQwBg+U1PkWl04TD0Jg=="
crossorigin="anonymous"
></script>
<script src="./spatial-indexing.umd.js"></script>
Expand Down

0 comments on commit f02c5b8

Please sign in to comment.