Skip to content

Commit b29b284

Browse files
authored
Merge pull request #2103 from camptocamp/renovate/prod-2-10-jquery-4.x
Update dependency jquery to v4 (prod-2-10)
2 parents 0599cee + 92cfa5e commit b29b284

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

ui/desktop.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@
514514
<script type="module" src="./src/interfaces/ControllerDesktop.ts"></script>
515515
<script
516516
crossorigin="anonymous"
517-
integrity="sha384-1H217gwSVyLSIfaLxHbE7dRb3v4mYCKbpQvzx0cegeju1MVsGrX5xXxAvs/HgeFs"
517+
integrity="sha384-fgGyf7Mo7DURSOMnOy7ed+dkq5Job205Gnzu6QIg0BOHKaqt4D76Dt8VlDCzcMHV"
518518
referrerpolicy="no-referrer"
519-
src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"
519+
src="https://cdn.jsdelivr.net/npm/jquery@4.0.0/dist/jquery.min.js"
520520
></script>
521521
<script
522522
crossorigin="anonymous"

ui/iframe_api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@
167167
<script type="module" src="./src/interfaces/ControllerIframeAPI.ts" crossorigin="anonymous"></script>
168168
<script
169169
crossorigin="anonymous"
170-
integrity="sha384-1H217gwSVyLSIfaLxHbE7dRb3v4mYCKbpQvzx0cegeju1MVsGrX5xXxAvs/HgeFs"
170+
integrity="sha384-fgGyf7Mo7DURSOMnOy7ed+dkq5Job205Gnzu6QIg0BOHKaqt4D76Dt8VlDCzcMHV"
171171
referrerpolicy="no-referrer"
172-
src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"
172+
src="https://cdn.jsdelivr.net/npm/jquery@4.0.0/dist/jquery.min.js"
173173
></script>
174174
<script
175175
crossorigin="anonymous"

ui/mobile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@
341341
<script type="module" src="./src/interfaces/ControllerMobile.ts" crossorigin="anonymous"></script>
342342
<script
343343
crossorigin="anonymous"
344-
integrity="sha384-1H217gwSVyLSIfaLxHbE7dRb3v4mYCKbpQvzx0cegeju1MVsGrX5xXxAvs/HgeFs"
344+
integrity="sha384-fgGyf7Mo7DURSOMnOy7ed+dkq5Job205Gnzu6QIg0BOHKaqt4D76Dt8VlDCzcMHV"
345345
referrerpolicy="no-referrer"
346-
src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"
346+
src="https://cdn.jsdelivr.net/npm/jquery@4.0.0/dist/jquery.min.js"
347347
></script>
348348
<script
349349
crossorigin="anonymous"

0 commit comments

Comments
 (0)