diff --git a/docs/assets/icons/sprite.svg b/docs/assets/icons/sprite.svg
index 8104aeadb..61f2720db 100644
--- a/docs/assets/icons/sprite.svg
+++ b/docs/assets/icons/sprite.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md
index 62e613259..1d67448ba 100644
--- a/docs/resources/changelog.md
+++ b/docs/resources/changelog.md
@@ -38,6 +38,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Improved `` to improve padding and render relative to the current font size
- Moved all component descriptions to `@summary` to get them within documentation tools [#962](https://github.com/shoelace-style/shoelace/pull/962)
- Updated Lit to 2.4.1
+- Updated Bootstrap Icons to 1.10.2
- Updated TypeScript to 4.8.4
- Updated esbuild to 0.15.13
- Updated all other dependencies to latest versions
diff --git a/package-lock.json b/package-lock.json
index 65e51810b..a9b5bbe5f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29,7 +29,7 @@
"@web/test-runner": "^0.15.0",
"@web/test-runner-commands": "^0.6.5",
"@web/test-runner-playwright": "^0.9.0",
- "bootstrap-icons": "^1.9.1",
+ "bootstrap-icons": "^1.10.2",
"browser-sync": "^2.27.10",
"chalk": "^5.1.2",
"command-line-args": "^5.2.1",
@@ -3113,9 +3113,9 @@
}
},
"node_modules/bootstrap-icons": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz",
- "integrity": "sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g==",
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.2.tgz",
+ "integrity": "sha512-PTPYadRn1AMGr+QTSxe4ZCc+Wzv9DGZxbi3lNse/dajqV31n2/wl/7NX78ZpkvFgRNmH4ogdIQPQmxAfhEV6nA==",
"dev": true
},
"node_modules/boxen": {
@@ -17413,9 +17413,9 @@
}
},
"bootstrap-icons": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz",
- "integrity": "sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g==",
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.2.tgz",
+ "integrity": "sha512-PTPYadRn1AMGr+QTSxe4ZCc+Wzv9DGZxbi3lNse/dajqV31n2/wl/7NX78ZpkvFgRNmH4ogdIQPQmxAfhEV6nA==",
"dev": true
},
"boxen": {
diff --git a/package.json b/package.json
index cebaf5bb8..ccefd03ff 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
"@web/test-runner": "^0.15.0",
"@web/test-runner-commands": "^0.6.5",
"@web/test-runner-playwright": "^0.9.0",
- "bootstrap-icons": "^1.9.1",
+ "bootstrap-icons": "^1.10.2",
"browser-sync": "^2.27.10",
"chalk": "^5.1.2",
"command-line-args": "^5.2.1",