diff --git a/SECURITY.md b/SECURITY.md index 33d070a..1e64f16 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,8 +10,8 @@ The following table outlines the versions of the project that are currently supp | Package Version | Umbraco Version | Security Phase Start | End of Life | | ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- | | [13.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | -| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v15) | 15 | 2025-08-14 | 2025-11-14 | -| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v16) | 16 | 2026-03-12 | 2026-06-12 | +| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v16) | 16 | 2026-03-12 | 2026-06-12 | +| [17.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v17) | 17 | 2027-11-27 | 2028-11-27 | ## Unsupported Versions | Package Version | Umbraco Version | End of Life | @@ -19,6 +19,7 @@ The following table outlines the versions of the project that are currently supp | [10.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v10) | 10 | 2025-06-16 | | [12.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v12) | 12 | 2024-06-29 | | [14.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v14) | 14 | 2025-05-30 | +| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v15) | 15 | 2025-11-14 | ## Future Support diff --git a/src/Umbraco.Community.SimpleDashboards.Client/package-lock.json b/src/Umbraco.Community.SimpleDashboards.Client/package-lock.json index 57fe105..142b4d6 100644 --- a/src/Umbraco.Community.SimpleDashboards.Client/package-lock.json +++ b/src/Umbraco.Community.SimpleDashboards.Client/package-lock.json @@ -11,7 +11,7 @@ "@umbraco-cms/backoffice": "^16.3.1", "lit": "^3.3.1", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.1.12" } }, "node_modules/@esbuild/aix-ppc64": { @@ -4212,9 +4212,9 @@ } }, "node_modules/vite": { - "version": "7.1.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", - "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", + "version": "7.1.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz", + "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/Umbraco.Community.SimpleDashboards.Client/package.json b/src/Umbraco.Community.SimpleDashboards.Client/package.json index 8605deb..8024062 100644 --- a/src/Umbraco.Community.SimpleDashboards.Client/package.json +++ b/src/Umbraco.Community.SimpleDashboards.Client/package.json @@ -13,7 +13,7 @@ "lit": "^3.3.1", "@umbraco-cms/backoffice": "^16.3.1", "typescript": "^5.9.3", - "vite": "^7.1.11" + "vite": "^7.1.12" }, "volta": { "node": "22.12.0"