Skip to content

Commit db46752

Browse files
authored
Update bootstrap to 4.6.2 (#4244)
1 parent 848bca4 commit db46752

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"url": "https://github.com/dart-lang/site-www.git"
99
},
1010
"dependencies": {
11-
"bootstrap-scss": "^4.6.0"
11+
"bootstrap-scss": "^4.6.2"
1212
}
1313
}

src/_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
7575
crossorigin="anonymous"
7676
referrerpolicy="no-referrer"></script>
77-
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.1/js/bootstrap.min.js"
78-
integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2"
77+
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.min.js"
78+
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
7979
crossorigin="anonymous"
8080
referrerpolicy="no-referrer"></script>
8181
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/3.0.1/js.cookie.min.js"

0 commit comments

Comments
 (0)