GaneshPatil7517 opened a new issue, #265: URL: https://github.com/apache/shiro-site/issues/265
## Summary The website uses outdated frontend dependencies that should be updated to their latest versions for security patches, bug fixes, and new features. ## Current State - Bootstrap Icons: `1.5.0` (located in `src/site/assets/bootstrap-icons-1.5.0/`) - Highlight.js: `11.2.0` (located in `src/site/assets/highlight.js-11.2.0/`) ## Proposed Changes - Update Bootstrap Icons to latest stable version (currently 1.11.x) - Update Highlight.js to latest stable version (currently 11.9.x) - Update any references to these libraries in templates/CSS files ## Acceptance Criteria - [ ] Download and replace Bootstrap Icons with latest version - [ ] Download and replace Highlight.js with latest version - [ ] Update folder names to reflect new versions - [ ] Test that syntax highlighting works correctly - [ ] Test that all icons render properly - [ ] Verify no visual regressions on the site ## Additional Context This is a good first issue for new contributors to familiarize themselves with the project structure. **Labels:** `good first issue`, `enhancement`, `dependencies` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
