diff --git a/webapp/JS Dependencies.md b/webapp/JS Dependencies.md
index f5d49f8c..4cdc008c 100644
--- a/webapp/JS Dependencies.md
+++ b/webapp/JS Dependencies.md
@@ -6,9 +6,9 @@ If changing the JS script imports, please note order is important (and any requi
| Library | Current Version (Date) | Library link(s) | Source (src) URL | Notes 1 |
| ----------- | ----------- | ----------- | ----------- | ----------- |
| `jQuery` | v3.7.1 (28 Aug '23) | [GitHub repo](https://github.com/jquery/jquery) | Obtained from [here](https://cdnjs.com/libraries/jquery) | |
-| `Bootstrap` | v5.3.7 (17 Jun '25) | [GitHub repo](https://github.com/twbs/bootstrap) | Obtained from [here](https://cdnjs.com/libraries/bootstrap) |
Also requires `bootstrap.min.css`.
Choose `bootstrap.bundle.min.js` to include `Popper`.
`bootstrap-glyphicon.min.css` is not required (despite being included via local files) because it is [deprecated](https://github.com/twbs/bootstrap/issues/18749).
|
+| `Bootstrap` | v5.3.8 (26 Aug '25) | [GitHub repo](https://github.com/twbs/bootstrap) | Obtained from [here](https://cdnjs.com/libraries/bootstrap) |
Also requires `bootstrap.min.css`.
Choose `bootstrap.bundle.min.js` to include `Popper`.
`bootstrap-glyphicon.min.css` is not required (despite being included via local files) because it is [deprecated](https://github.com/twbs/bootstrap/issues/18749).
|
| `bootstrap-select` | v1.13.18 (27 Jun '20) **Use versions from v1.14.0-beta2** 2 | [GitHub repo](https://github.com/snapappointments/bootstrap-select) | Obtained from [here](https://cdnjs.com/libraries/bootstrap-select) | Requires jQuery, Popper, Bootstrap and `bootstrap-select.min.css`. |
-| `Font Awesome` | v6.7.2 (16 Dec '24) | [GitHub repo](https://github.com/FortAwesome/Font-Awesome) | Obtained from [here](https://cdnjs.com/libraries/font-awesome) | Not available for offline-Thread-use as `bootstrap-glyphicon.min.css` is used instead. |
+| `Font Awesome` | v7.0.1 (2 Sep '25) | [GitHub repo](https://github.com/FortAwesome/Font-Awesome) | Obtained from [here](https://cdnjs.com/libraries/font-awesome) | Not available for offline-Thread-use as `bootstrap-glyphicon.min.css` is used instead. |
| `pdfmake` | v0.2.12 (14 Aug '24) | [GitHub repo](https://github.com/bpampuch/pdfmake) | Obtained from [here](https://cdnjs.com/libraries/pdfmake) | Also requires `vfs_fonts.js`. |
| `Popper` | - | - | - |
Library imported via bundled `Bootstrap`.
Recording here as original release included local script of this.
|
| `kanban` | - | - | - |
Functionality not used.
Recording here as original release included local script of this.