Skip to content

Commit f98d54a

Browse files
bump bootstrap (#461)
1 parent a336cdd commit f98d54a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@igor.dvlpr/astro-post-excerpt": "^3.0.4",
2121
"astro": "^5.13.2",
2222
"astro-icon": "^1.1.5",
23-
"bootstrap": "^5.3.3",
23+
"bootstrap": "^5.3.8",
2424
"maplibre-gl": "^5.0.0",
2525
"sass": "1.76.0",
2626
"sharp": "^0.33.5",

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ import { ClientRouter, fade } from "astro:transitions";
8787
</head>
8888
<body transition:animate={fade({ duration: "0.2s" })}>
8989
<script
90-
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
91-
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
90+
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
91+
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
9292
crossorigin="anonymous"></script>
9393
<Nav />
9494

0 commit comments

Comments
 (0)