Skip to content

Commit 6809092

Browse files
committed
BootstrapCdnAsset 5.0.0-beta1 to 5.3.8
1 parent 08d6c9b commit 6809092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Assets/BootstrapCdnAsset.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)