File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ final class BootstrapCdnAsset extends AssetBundle
2222 */
2323 public array $ css = [
2424 [
25- 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1 /dist/css/bootstrap.min.css ' ,
26- 'integrity ' => 'sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1 ' ,
25+ 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.8 /dist/css/bootstrap.min.css ' ,
26+ 'integrity ' => 'sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB ' ,
2727 'crossorigin ' => 'anonymous ' ,
2828 ],
2929 ];
@@ -33,8 +33,8 @@ final class BootstrapCdnAsset extends AssetBundle
3333 */
3434 public array $ js = [
3535 [
36- 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1 /dist/js/bootstrap.bundle.min.js ' ,
37- 'integrity ' => 'sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW ' ,
36+ 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.8 /dist/js/bootstrap.bundle.min.js ' ,
37+ 'integrity ' => 'sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI ' ,
3838 'crossorigin ' => 'anonymous ' ,
3939 ],
4040 ];
You can’t perform that action at this time.
0 commit comments