Skip to content

Commit 3659d1a

Browse files
author
Raileen Del Rosario
committed
package updates
1 parent 9016b0a commit 3659d1a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "^7.26.0",
77
"@testing-library/react": "^14.3.1",
88
"axios": "^1.7.7",
9-
"bootstrap": "^5.3.7",
9+
"bootstrap": "^5.3.3",
1010
"bootstrap-icons": "^1.11.3",
1111
"chokidar": "^4.0.1",
1212
"history": "^4.10.1",

public/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,19 @@
3333
<body>
3434
<noscript>You need to enable JavaScript to run this app.</noscript>
3535
<div id="root"></div>
36-
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
36+
<script src="https://code.jquery.com/jquery-3.7.1.js"
37+
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
38+
crossorigin="anonymous">
39+
</script>
3740
<script
3841
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
3942
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
4043
crossorigin="anonymous"
4144
></script>
42-
<script
43-
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
44-
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
45-
crossorigin="anonymous"
46-
></script>
45+
<script
46+
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
47+
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
48+
crossorigin="anonymous">
49+
</script>
4750
</body>
4851
</html>

0 commit comments

Comments
 (0)