Browse Source

Updated all dependencies

master v3.1.0
Aigars Silkalns 1 week ago
parent
commit
431ebf7d45
4 changed files with 595 additions and 545 deletions
  1. +30
    -0
      CHANGELOG.md
  2. +16
    -10
      README.md
  3. +534
    -521
      package-lock.json
  4. +15
    -14
      package.json

+ 30
- 0
CHANGELOG.md View File

@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.1.0] - 2025-12-02
### Security Fix & Dependency Updates
This release addresses a security vulnerability and updates all dependencies to their latest versions.
### Security
- **Fixed js-yaml prototype pollution vulnerability** (CVE-2023-44487) - Added override to force js-yaml 4.1.1 which patches the merge (`<<`) prototype pollution issue
### Changed
- **Vite** updated from 7.1.11 to **7.2.6** - Latest stable with performance improvements
- **ESLint** updated from 9.34.0 to **9.39.1** - Latest linting rules and bug fixes
- **@eslint/js** updated from 9.34.0 to **9.39.1**
- **Prettier** updated from 3.6.2 to **3.7.3** - Formatting improvements
- **Sass** updated from 1.91.0 to **1.94.2** - Latest Dart Sass
- **Terser** updated from 5.43.1 to **5.44.1** - Minification improvements
- **FontAwesome** updated from 7.0.0 to **7.1.0** - New icons and fixes
- **Chart.js** updated from 4.5.0 to **4.5.1** - Bug fixes
- **DataTables packages** updated:
- datatables.net from 2.3.3 to **2.3.5**
- datatables.net-bs5 from 2.3.3 to **2.3.5**
- datatables.net-responsive from 3.0.6 to **3.0.7**
- datatables.net-responsive-bs5 from 3.0.6 to **3.0.7**
### Technical Notes
- All 0 vulnerabilities reported by `npm audit`
- Build process verified and working
- No breaking changes from version 3.0.0
---
## [3.0.0] - 2025-08-27
### Major Update


+ 16
- 10
README.md View File

@ -14,13 +14,13 @@ Explore all features, pages, and components in action. Perfect for evaluating th
## Overview
Concept is a modern admin template built from the ground up with Bootstrap 5.3.8, Vite 7.1.3, and ES6 modules. This jQuery-free dashboard provides a solid foundation for building admin panels, analytics dashboards, and management systems.
Concept is a modern admin template built from the ground up with Bootstrap 5.3.8, Vite 7.2.6, and ES6 modules. This jQuery-free dashboard provides a solid foundation for building admin panels, analytics dashboards, and management systems.
## Features
### Core Technologies
- **Bootstrap 5.3.8** - Latest Bootstrap framework with modern components
- **Vite 7.1.3** - Next-generation frontend tooling with lightning-fast HMR support
- **Vite 7.2.6** - Next-generation frontend tooling with lightning-fast HMR support
- **Handlebars** - Template engine with reusable partials
- **SCSS** - Advanced styling with variables and mixins
- **ES6 Modules** - Modern JavaScript architecture
@ -126,13 +126,13 @@ concept/
### Core
- `bootstrap@5.3.8` - UI framework
- `@fortawesome/fontawesome-free@7.0.0` - Icon library
- `vite@7.1.3` - Build tool
- `sass@1.91.0` - CSS preprocessor
- `@fortawesome/fontawesome-free@7.1.0` - Icon library
- `vite@7.2.6` - Build tool
- `sass@1.94.2` - CSS preprocessor
### JavaScript Libraries
- `chart.js@4.5.0` - Charts and graphs
- `datatables.net-bs5@2.3.3` - Advanced tables
- `chart.js@4.5.1` - Charts and graphs
- `datatables.net-bs5@2.3.5` - Advanced tables
- `@fullcalendar/core@6.1.19` - Calendar functionality
- `tom-select@2.4.3` - Enhanced select boxes
@ -265,10 +265,16 @@ For support, please open an issue in the GitHub repository.
## Changelog
### Version 3.1.0 (2025-12-02)
- Fixed js-yaml prototype pollution security vulnerability
- Updated Vite to 7.2.6
- Updated ESLint to 9.39.1
- Updated all dependencies to latest stable versions
- Zero security vulnerabilities
- See [CHANGELOG.md](CHANGELOG.md) for detailed changes
### Version 3.0.0 (2025-08-27)
- Updated Bootstrap to 5.3.8
- Updated Vite to 7.1.3
- Updated all dependencies to latest stable versions
- Added comprehensive CLAUDE.md documentation for AI-assisted development
- Improved build performance and development experience
- ESLint and Prettier integration for code quality
- See [CHANGELOG.md](CHANGELOG.md) for detailed changes

+ 534
- 521
package-lock.json
File diff suppressed because it is too large
View File


+ 15
- 14
package.json View File

@ -1,6 +1,6 @@
{
"name": "concept-modern",
"version": "3.0.0",
"version": "3.1.0",
"description": "Concept - Modern Bootstrap 5 Admin Dashboard Template",
"type": "module",
"scripts": {
@ -14,24 +14,25 @@
"format:check": "prettier --check 'src/**/*.{js,html,hbs,scss,css,json}'"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@eslint/js": "^9.39.1",
"@vitejs/plugin-legacy": "^7.2.1",
"eslint": "^9.34.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"sass": "^1.91.0",
"terser": "^5.43.1",
"vite": "^7.1.11",
"prettier": "^3.7.3",
"sass": "^1.94.2",
"terser": "^5.44.1",
"vite": "^7.2.6",
"vite-plugin-handlebars": "^2.0.0"
},
"overrides": {
"vite-plugin-handlebars": {
"esbuild": "^0.25.0"
}
},
"js-yaml": "^4.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@fortawesome/fontawesome-free": "^7.1.0",
"@fullcalendar/bootstrap5": "^6.1.19",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
@ -40,11 +41,11 @@
"@fullcalendar/timegrid": "^6.1.19",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.0",
"datatables.net": "^2.3.3",
"datatables.net-bs5": "^2.3.3",
"datatables.net-responsive": "^3.0.6",
"datatables.net-responsive-bs5": "^3.0.6",
"chart.js": "^4.5.1",
"datatables.net": "^2.3.5",
"datatables.net-bs5": "^2.3.5",
"datatables.net-responsive": "^3.0.7",
"datatables.net-responsive-bs5": "^3.0.7",
"daterangepicker": "^3.1.0",
"moment": "^2.30.1",
"quill": "^2.0.3",


Loading…
Cancel
Save