Skip to content

Commit f02c5b8

Browse files
chore(deps): update dependency p5.js to v1.9.2
1 parent ac0eb9d commit f02c5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p5demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/>
1010
<title>Spatial Indexing</title>
1111
<script
12-
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1/p5.min.js"
13-
integrity="sha512-gQVBYBvfC+uyor5Teonjr9nmY1bN+DlOCezkhzg4ShpC5q81ogvFsr5IV4xXAj6HEtG7M1Pb2JCha97tVFItYQ=="
12+
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.2/p5.min.js"
13+
integrity="sha512-eu9vkh+EbAsW3fMmPTj/DP5W3UegIdu0Z/OABMocvoofx43MYBkcQ9hRIVxZndV1vcCYQwBg+U1PkWl04TD0Jg=="
1414
crossorigin="anonymous"
1515
></script>
1616
<script src="./spatial-indexing.umd.js"></script>

0 commit comments

Comments
 (0)