From dadc6a719702c5e0ec8a8fca3f3c777ec2c15f03 Mon Sep 17 00:00:00 2001 From: Axel RICHARD Date: Fri, 10 Apr 2026 17:41:29 +0200 Subject: [PATCH 1/2] [releng] Switch to Sirius Web 2026.3.3 Signed-off-by: Axel RICHARD --- CHANGELOG.adoc | 11 +- frontend/syson-components/package.json | 98 +- frontend/syson/package.json | 49 +- package-lock.json | 2487 +++++++----------------- pom.xml | 2 +- 5 files changed, 796 insertions(+), 1851 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b1c267e7f..1f6a21da7 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -23,10 +23,13 @@ As a result, the following GraphQL mutations have been removed `exposeRequiremen - [releng] Update to https://github.com/eclipse-sirius/sirius-web[Sirius Web 2026.3.2] - [releng] Update to `jacoco-maven-plugin` 0.8.14. - [releng] Update to `maven-checkstyle-plugin` 3.6.0 and CheckStyle 3.13.0. -- [releng] Update to lexical 0.42.0 -- [releng] Update to https://vite.dev/blog/announcing-vite8[Vite 8.0.1] and @vitejs/plugin-react 6.0.1 -- [releng] Update to https://github.com/spring-projects/spring-boot/releases/tag/v4.0.5[Spring Boot 4.0.5] -- [releng] Update to `com.tngtech.archunit:archunit-junit5` 1.4.1 +- [releng] Update to lexical 0.42.0. +- [releng] Update to https://vite.dev/blog/announcing-vite8[Vite 8.0.1] and @vitejs/plugin-react 6.0.1. +- [releng] Update to https://github.com/spring-projects/spring-boot/releases/tag/v4.0.5[Spring Boot 4.0.5]. +- [releng] Update to `com.tngtech.archunit:archunit-junit5` 1.4.1. +- [releng] Update to `@mui/material` 7.3.10. +- [releng] Update to `@mui/icons-material` 7.3.10. +- [releng] Update to `@ObeoNetwork/gantt-task-react` 0.6.4. === Bug fixes diff --git a/frontend/syson-components/package.json b/frontend/syson-components/package.json index 69983591e..8c806b59d 100644 --- a/frontend/syson-components/package.json +++ b/frontend/syson-components/package.json @@ -31,34 +31,33 @@ }, "peerDependencies": { "@apollo/client": "3.10.4", - "@eclipse-sirius/sirius-components-browser": "2026.3.2", - "@eclipse-sirius/sirius-components-charts": "2026.3.2", - "@eclipse-sirius/sirius-components-core": "2026.3.2", - "@eclipse-sirius/sirius-components-datatree": "2026.3.2", - "@eclipse-sirius/sirius-components-deck": "2026.3.2", - "@eclipse-sirius/sirius-components-diagrams": "2026.3.2", - "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.2", - "@eclipse-sirius/sirius-components-forms": "2026.3.2", - "@eclipse-sirius/sirius-components-gantt": "2026.3.2", - "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.2", - "@eclipse-sirius/sirius-components-omnibox": "2026.3.2", - "@eclipse-sirius/sirius-components-palette": "2026.3.2", - "@eclipse-sirius/sirius-components-portals": "2026.3.2", - "@eclipse-sirius/sirius-components-selection": "2026.3.2", - "@eclipse-sirius/sirius-components-tables": "2026.3.2", - "@eclipse-sirius/sirius-components-trees": "2026.3.2", - "@eclipse-sirius/sirius-components-tsconfig": "2026.3.2", - "@eclipse-sirius/sirius-components-validation": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-reference": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-table": "2026.3.2", - "@eclipse-sirius/sirius-web-application": "2026.3.2", + "@eclipse-sirius/sirius-components-browser": "2026.3.3", + "@eclipse-sirius/sirius-components-charts": "2026.3.3", + "@eclipse-sirius/sirius-components-core": "2026.3.3", + "@eclipse-sirius/sirius-components-datatree": "2026.3.3", + "@eclipse-sirius/sirius-components-deck": "2026.3.3", + "@eclipse-sirius/sirius-components-diagrams": "2026.3.3", + "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.3", + "@eclipse-sirius/sirius-components-forms": "2026.3.3", + "@eclipse-sirius/sirius-components-gantt": "2026.3.3", + "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.3", + "@eclipse-sirius/sirius-components-omnibox": "2026.3.3", + "@eclipse-sirius/sirius-components-palette": "2026.3.3", + "@eclipse-sirius/sirius-components-portals": "2026.3.3", + "@eclipse-sirius/sirius-components-selection": "2026.3.3", + "@eclipse-sirius/sirius-components-tables": "2026.3.3", + "@eclipse-sirius/sirius-components-trees": "2026.3.3", + "@eclipse-sirius/sirius-components-tsconfig": "2026.3.3", + "@eclipse-sirius/sirius-components-validation": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", + "@eclipse-sirius/sirius-web-application": "2026.3.3", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", - "@mui/x-date-pickers": "8.27.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@ObeoNetwork/gantt-task-react": "0.6.4", "@ObeoNetwork/react-trello": "2.4.11", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", @@ -86,34 +85,33 @@ }, "devDependencies": { "@apollo/client": "3.10.4", - "@eclipse-sirius/sirius-components-browser": "2026.3.2", - "@eclipse-sirius/sirius-components-charts": "2026.3.2", - "@eclipse-sirius/sirius-components-core": "2026.3.2", - "@eclipse-sirius/sirius-components-datatree": "2026.3.2", - "@eclipse-sirius/sirius-components-deck": "2026.3.2", - "@eclipse-sirius/sirius-components-diagrams": "2026.3.2", - "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.2", - "@eclipse-sirius/sirius-components-forms": "2026.3.2", - "@eclipse-sirius/sirius-components-gantt": "2026.3.2", - "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.2", - "@eclipse-sirius/sirius-components-omnibox": "2026.3.2", - "@eclipse-sirius/sirius-components-palette": "2026.3.2", - "@eclipse-sirius/sirius-components-portals": "2026.3.2", - "@eclipse-sirius/sirius-components-selection": "2026.3.2", - "@eclipse-sirius/sirius-components-tables": "2026.3.2", - "@eclipse-sirius/sirius-components-trees": "2026.3.2", - "@eclipse-sirius/sirius-components-tsconfig": "2026.3.2", - "@eclipse-sirius/sirius-components-validation": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-reference": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-table": "2026.3.2", - "@eclipse-sirius/sirius-web-application": "2026.3.2", + "@eclipse-sirius/sirius-components-browser": "2026.3.3", + "@eclipse-sirius/sirius-components-charts": "2026.3.3", + "@eclipse-sirius/sirius-components-core": "2026.3.3", + "@eclipse-sirius/sirius-components-datatree": "2026.3.3", + "@eclipse-sirius/sirius-components-deck": "2026.3.3", + "@eclipse-sirius/sirius-components-diagrams": "2026.3.3", + "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.3", + "@eclipse-sirius/sirius-components-forms": "2026.3.3", + "@eclipse-sirius/sirius-components-gantt": "2026.3.3", + "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.3", + "@eclipse-sirius/sirius-components-omnibox": "2026.3.3", + "@eclipse-sirius/sirius-components-palette": "2026.3.3", + "@eclipse-sirius/sirius-components-portals": "2026.3.3", + "@eclipse-sirius/sirius-components-selection": "2026.3.3", + "@eclipse-sirius/sirius-components-tables": "2026.3.3", + "@eclipse-sirius/sirius-components-trees": "2026.3.3", + "@eclipse-sirius/sirius-components-tsconfig": "2026.3.3", + "@eclipse-sirius/sirius-components-validation": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", + "@eclipse-sirius/sirius-web-application": "2026.3.3", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", - "@mui/x-date-pickers": "8.27.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@ObeoNetwork/gantt-task-react": "0.6.4", "@ObeoNetwork/react-trello": "2.4.11", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", diff --git a/frontend/syson/package.json b/frontend/syson/package.json index 1be331245..12c92c186 100644 --- a/frontend/syson/package.json +++ b/frontend/syson/package.json @@ -13,35 +13,34 @@ "private": true, "dependencies": { "@apollo/client": "3.10.4", - "@eclipse-sirius/sirius-components-browser": "2026.3.2", - "@eclipse-sirius/sirius-components-charts": "2026.3.2", - "@eclipse-sirius/sirius-components-core": "2026.3.2", - "@eclipse-sirius/sirius-components-datatree": "2026.3.2", - "@eclipse-sirius/sirius-components-deck": "2026.3.2", - "@eclipse-sirius/sirius-components-diagrams": "2026.3.2", - "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.2", - "@eclipse-sirius/sirius-components-forms": "2026.3.2", - "@eclipse-sirius/sirius-components-gantt": "2026.3.2", - "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.2", - "@eclipse-sirius/sirius-components-omnibox": "2026.3.2", - "@eclipse-sirius/sirius-components-palette": "2026.3.2", - "@eclipse-sirius/sirius-components-portals": "2026.3.2", - "@eclipse-sirius/sirius-components-selection": "2026.3.2", - "@eclipse-sirius/sirius-components-tables": "2026.3.2", - "@eclipse-sirius/sirius-components-trees": "2026.3.2", - "@eclipse-sirius/sirius-components-tsconfig": "2026.3.2", - "@eclipse-sirius/sirius-components-validation": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-reference": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-table": "2026.3.2", - "@eclipse-sirius/sirius-web-application": "2026.3.2", + "@eclipse-sirius/sirius-components-browser": "2026.3.3", + "@eclipse-sirius/sirius-components-charts": "2026.3.3", + "@eclipse-sirius/sirius-components-core": "2026.3.3", + "@eclipse-sirius/sirius-components-datatree": "2026.3.3", + "@eclipse-sirius/sirius-components-deck": "2026.3.3", + "@eclipse-sirius/sirius-components-diagrams": "2026.3.3", + "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.3", + "@eclipse-sirius/sirius-components-forms": "2026.3.3", + "@eclipse-sirius/sirius-components-gantt": "2026.3.3", + "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.3", + "@eclipse-sirius/sirius-components-omnibox": "2026.3.3", + "@eclipse-sirius/sirius-components-palette": "2026.3.3", + "@eclipse-sirius/sirius-components-portals": "2026.3.3", + "@eclipse-sirius/sirius-components-selection": "2026.3.3", + "@eclipse-sirius/sirius-components-tables": "2026.3.3", + "@eclipse-sirius/sirius-components-trees": "2026.3.3", + "@eclipse-sirius/sirius-components-tsconfig": "2026.3.3", + "@eclipse-sirius/sirius-components-validation": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", + "@eclipse-sirius/sirius-web-application": "2026.3.3", "@eclipse-syson/syson-components": "2026.3.2", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", - "@mui/x-date-pickers": "8.27.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@ObeoNetwork/gantt-task-react": "0.6.4", "@ObeoNetwork/react-trello": "2.4.11", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", diff --git a/package-lock.json b/package-lock.json index 6daa71eaa..94930bb99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,35 +25,34 @@ "license": "EPL-2.0", "dependencies": { "@apollo/client": "3.10.4", - "@eclipse-sirius/sirius-components-browser": "2026.3.2", - "@eclipse-sirius/sirius-components-charts": "2026.3.2", - "@eclipse-sirius/sirius-components-core": "2026.3.2", - "@eclipse-sirius/sirius-components-datatree": "2026.3.2", - "@eclipse-sirius/sirius-components-deck": "2026.3.2", - "@eclipse-sirius/sirius-components-diagrams": "2026.3.2", - "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.2", - "@eclipse-sirius/sirius-components-forms": "2026.3.2", - "@eclipse-sirius/sirius-components-gantt": "2026.3.2", - "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.2", - "@eclipse-sirius/sirius-components-omnibox": "2026.3.2", - "@eclipse-sirius/sirius-components-palette": "2026.3.2", - "@eclipse-sirius/sirius-components-portals": "2026.3.2", - "@eclipse-sirius/sirius-components-selection": "2026.3.2", - "@eclipse-sirius/sirius-components-tables": "2026.3.2", - "@eclipse-sirius/sirius-components-trees": "2026.3.2", - "@eclipse-sirius/sirius-components-tsconfig": "2026.3.2", - "@eclipse-sirius/sirius-components-validation": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-reference": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-table": "2026.3.2", - "@eclipse-sirius/sirius-web-application": "2026.3.2", + "@eclipse-sirius/sirius-components-browser": "2026.3.3", + "@eclipse-sirius/sirius-components-charts": "2026.3.3", + "@eclipse-sirius/sirius-components-core": "2026.3.3", + "@eclipse-sirius/sirius-components-datatree": "2026.3.3", + "@eclipse-sirius/sirius-components-deck": "2026.3.3", + "@eclipse-sirius/sirius-components-diagrams": "2026.3.3", + "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.3", + "@eclipse-sirius/sirius-components-forms": "2026.3.3", + "@eclipse-sirius/sirius-components-gantt": "2026.3.3", + "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.3", + "@eclipse-sirius/sirius-components-omnibox": "2026.3.3", + "@eclipse-sirius/sirius-components-palette": "2026.3.3", + "@eclipse-sirius/sirius-components-portals": "2026.3.3", + "@eclipse-sirius/sirius-components-selection": "2026.3.3", + "@eclipse-sirius/sirius-components-tables": "2026.3.3", + "@eclipse-sirius/sirius-components-trees": "2026.3.3", + "@eclipse-sirius/sirius-components-tsconfig": "2026.3.3", + "@eclipse-sirius/sirius-components-validation": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", + "@eclipse-sirius/sirius-web-application": "2026.3.3", "@eclipse-syson/syson-components": "2026.3.2", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", - "@mui/x-date-pickers": "8.27.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@ObeoNetwork/gantt-task-react": "0.6.4", "@ObeoNetwork/react-trello": "2.4.11", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", @@ -109,34 +108,33 @@ "license": "EPL-2.0", "devDependencies": { "@apollo/client": "3.10.4", - "@eclipse-sirius/sirius-components-browser": "2026.3.2", - "@eclipse-sirius/sirius-components-charts": "2026.3.2", - "@eclipse-sirius/sirius-components-core": "2026.3.2", - "@eclipse-sirius/sirius-components-datatree": "2026.3.2", - "@eclipse-sirius/sirius-components-deck": "2026.3.2", - "@eclipse-sirius/sirius-components-diagrams": "2026.3.2", - "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.2", - "@eclipse-sirius/sirius-components-forms": "2026.3.2", - "@eclipse-sirius/sirius-components-gantt": "2026.3.2", - "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.2", - "@eclipse-sirius/sirius-components-omnibox": "2026.3.2", - "@eclipse-sirius/sirius-components-palette": "2026.3.2", - "@eclipse-sirius/sirius-components-portals": "2026.3.2", - "@eclipse-sirius/sirius-components-selection": "2026.3.2", - "@eclipse-sirius/sirius-components-tables": "2026.3.2", - "@eclipse-sirius/sirius-components-trees": "2026.3.2", - "@eclipse-sirius/sirius-components-tsconfig": "2026.3.2", - "@eclipse-sirius/sirius-components-validation": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-reference": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-table": "2026.3.2", - "@eclipse-sirius/sirius-web-application": "2026.3.2", + "@eclipse-sirius/sirius-components-browser": "2026.3.3", + "@eclipse-sirius/sirius-components-charts": "2026.3.3", + "@eclipse-sirius/sirius-components-core": "2026.3.3", + "@eclipse-sirius/sirius-components-datatree": "2026.3.3", + "@eclipse-sirius/sirius-components-deck": "2026.3.3", + "@eclipse-sirius/sirius-components-diagrams": "2026.3.3", + "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.3", + "@eclipse-sirius/sirius-components-forms": "2026.3.3", + "@eclipse-sirius/sirius-components-gantt": "2026.3.3", + "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.3", + "@eclipse-sirius/sirius-components-omnibox": "2026.3.3", + "@eclipse-sirius/sirius-components-palette": "2026.3.3", + "@eclipse-sirius/sirius-components-portals": "2026.3.3", + "@eclipse-sirius/sirius-components-selection": "2026.3.3", + "@eclipse-sirius/sirius-components-tables": "2026.3.3", + "@eclipse-sirius/sirius-components-trees": "2026.3.3", + "@eclipse-sirius/sirius-components-tsconfig": "2026.3.3", + "@eclipse-sirius/sirius-components-validation": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", + "@eclipse-sirius/sirius-web-application": "2026.3.3", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", - "@mui/x-date-pickers": "8.27.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@ObeoNetwork/gantt-task-react": "0.6.4", "@ObeoNetwork/react-trello": "2.4.11", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", @@ -174,34 +172,33 @@ }, "peerDependencies": { "@apollo/client": "3.10.4", - "@eclipse-sirius/sirius-components-browser": "2026.3.2", - "@eclipse-sirius/sirius-components-charts": "2026.3.2", - "@eclipse-sirius/sirius-components-core": "2026.3.2", - "@eclipse-sirius/sirius-components-datatree": "2026.3.2", - "@eclipse-sirius/sirius-components-deck": "2026.3.2", - "@eclipse-sirius/sirius-components-diagrams": "2026.3.2", - "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.2", - "@eclipse-sirius/sirius-components-forms": "2026.3.2", - "@eclipse-sirius/sirius-components-gantt": "2026.3.2", - "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.2", - "@eclipse-sirius/sirius-components-omnibox": "2026.3.2", - "@eclipse-sirius/sirius-components-palette": "2026.3.2", - "@eclipse-sirius/sirius-components-portals": "2026.3.2", - "@eclipse-sirius/sirius-components-selection": "2026.3.2", - "@eclipse-sirius/sirius-components-tables": "2026.3.2", - "@eclipse-sirius/sirius-components-trees": "2026.3.2", - "@eclipse-sirius/sirius-components-tsconfig": "2026.3.2", - "@eclipse-sirius/sirius-components-validation": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-reference": "2026.3.2", - "@eclipse-sirius/sirius-components-widget-table": "2026.3.2", - "@eclipse-sirius/sirius-web-application": "2026.3.2", + "@eclipse-sirius/sirius-components-browser": "2026.3.3", + "@eclipse-sirius/sirius-components-charts": "2026.3.3", + "@eclipse-sirius/sirius-components-core": "2026.3.3", + "@eclipse-sirius/sirius-components-datatree": "2026.3.3", + "@eclipse-sirius/sirius-components-deck": "2026.3.3", + "@eclipse-sirius/sirius-components-diagrams": "2026.3.3", + "@eclipse-sirius/sirius-components-formdescriptioneditors": "2026.3.3", + "@eclipse-sirius/sirius-components-forms": "2026.3.3", + "@eclipse-sirius/sirius-components-gantt": "2026.3.3", + "@eclipse-sirius/sirius-components-impactanalysis": "2026.3.3", + "@eclipse-sirius/sirius-components-omnibox": "2026.3.3", + "@eclipse-sirius/sirius-components-palette": "2026.3.3", + "@eclipse-sirius/sirius-components-portals": "2026.3.3", + "@eclipse-sirius/sirius-components-selection": "2026.3.3", + "@eclipse-sirius/sirius-components-tables": "2026.3.3", + "@eclipse-sirius/sirius-components-trees": "2026.3.3", + "@eclipse-sirius/sirius-components-tsconfig": "2026.3.3", + "@eclipse-sirius/sirius-components-validation": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", + "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", + "@eclipse-sirius/sirius-web-application": "2026.3.3", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", - "@mui/x-date-pickers": "8.27.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@ObeoNetwork/gantt-task-react": "0.6.4", "@ObeoNetwork/react-trello": "2.4.11", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", @@ -228,1310 +225,6 @@ "tss-react": "4.9.16" } }, - "frontend/syson-components/node_modules/@esbuild/aix-ppc64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", - "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/android-arm": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz", - "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/android-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz", - "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/android-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz", - "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/darwin-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz", - "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/darwin-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz", - "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/freebsd-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz", - "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/freebsd-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz", - "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-arm": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz", - "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz", - "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-ia32": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz", - "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-loong64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz", - "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-mips64el": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz", - "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-ppc64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz", - "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-riscv64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz", - "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-s390x": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz", - "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/linux-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz", - "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/netbsd-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz", - "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/netbsd-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz", - "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/openbsd-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz", - "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/openbsd-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz", - "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/openharmony-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz", - "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/sunos-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz", - "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/win32-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz", - "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/win32-ia32": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz", - "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@esbuild/win32-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz", - "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson-components/node_modules/@rolldown/pluginutils": { - "version": "1.0.0-rc.7", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz", - "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==", - "dev": true, - "license": "MIT" - }, - "frontend/syson-components/node_modules/@vitejs/plugin-react": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz", - "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rolldown/pluginutils": "1.0.0-rc.7" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "peerDependencies": { - "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", - "babel-plugin-react-compiler": "^1.0.0", - "vite": "^8.0.0" - }, - "peerDependenciesMeta": { - "@rolldown/plugin-babel": { - "optional": true - }, - "babel-plugin-react-compiler": { - "optional": true - } - } - }, - "frontend/syson-components/node_modules/esbuild": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz", - "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.27.7", - "@esbuild/android-arm": "0.27.7", - "@esbuild/android-arm64": "0.27.7", - "@esbuild/android-x64": "0.27.7", - "@esbuild/darwin-arm64": "0.27.7", - "@esbuild/darwin-x64": "0.27.7", - "@esbuild/freebsd-arm64": "0.27.7", - "@esbuild/freebsd-x64": "0.27.7", - "@esbuild/linux-arm": "0.27.7", - "@esbuild/linux-arm64": "0.27.7", - "@esbuild/linux-ia32": "0.27.7", - "@esbuild/linux-loong64": "0.27.7", - "@esbuild/linux-mips64el": "0.27.7", - "@esbuild/linux-ppc64": "0.27.7", - "@esbuild/linux-riscv64": "0.27.7", - "@esbuild/linux-s390x": "0.27.7", - "@esbuild/linux-x64": "0.27.7", - "@esbuild/netbsd-arm64": "0.27.7", - "@esbuild/netbsd-x64": "0.27.7", - "@esbuild/openbsd-arm64": "0.27.7", - "@esbuild/openbsd-x64": "0.27.7", - "@esbuild/openharmony-arm64": "0.27.7", - "@esbuild/sunos-x64": "0.27.7", - "@esbuild/win32-arm64": "0.27.7", - "@esbuild/win32-ia32": "0.27.7", - "@esbuild/win32-x64": "0.27.7" - } - }, - "frontend/syson-components/node_modules/postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "frontend/syson-components/node_modules/vite": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.1.tgz", - "integrity": "sha512-wt+Z2qIhfFt85uiyRt5LPU4oVEJBXj8hZNWKeqFG4gRG/0RaRGJ7njQCwzFVjO+v4+Ipmf5CY7VdmZRAYYBPHw==", - "dev": true, - "license": "MIT", - "dependencies": { - "lightningcss": "^1.32.0", - "picomatch": "^4.0.3", - "postcss": "^8.5.8", - "rolldown": "1.0.0-rc.10", - "tinyglobby": "^0.2.15" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^20.19.0 || >=22.12.0", - "@vitejs/devtools": "^0.1.0", - "esbuild": "^0.27.0", - "jiti": ">=1.21.0", - "less": "^4.0.0", - "sass": "^1.70.0", - "sass-embedded": "^1.70.0", - "stylus": ">=0.54.8", - "sugarss": "^5.0.0", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "@vitejs/devtools": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, - "frontend/syson/node_modules/@esbuild/aix-ppc64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", - "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/android-arm": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz", - "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/android-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz", - "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/android-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz", - "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/darwin-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz", - "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/darwin-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz", - "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/freebsd-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz", - "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/freebsd-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz", - "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-arm": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz", - "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz", - "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-ia32": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz", - "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-loong64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz", - "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-mips64el": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz", - "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-ppc64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz", - "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-riscv64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz", - "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-s390x": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz", - "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/linux-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz", - "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/netbsd-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz", - "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/netbsd-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz", - "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/openbsd-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz", - "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/openbsd-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz", - "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/openharmony-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz", - "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/sunos-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz", - "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/win32-arm64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz", - "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/win32-ia32": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz", - "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@esbuild/win32-x64": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz", - "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=18" - } - }, - "frontend/syson/node_modules/@rolldown/pluginutils": { - "version": "1.0.0-rc.7", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz", - "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==", - "dev": true, - "license": "MIT" - }, - "frontend/syson/node_modules/@vitejs/plugin-react": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz", - "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rolldown/pluginutils": "1.0.0-rc.7" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "peerDependencies": { - "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", - "babel-plugin-react-compiler": "^1.0.0", - "vite": "^8.0.0" - }, - "peerDependenciesMeta": { - "@rolldown/plugin-babel": { - "optional": true - }, - "babel-plugin-react-compiler": { - "optional": true - } - } - }, - "frontend/syson/node_modules/esbuild": { - "version": "0.27.7", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz", - "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.27.7", - "@esbuild/android-arm": "0.27.7", - "@esbuild/android-arm64": "0.27.7", - "@esbuild/android-x64": "0.27.7", - "@esbuild/darwin-arm64": "0.27.7", - "@esbuild/darwin-x64": "0.27.7", - "@esbuild/freebsd-arm64": "0.27.7", - "@esbuild/freebsd-x64": "0.27.7", - "@esbuild/linux-arm": "0.27.7", - "@esbuild/linux-arm64": "0.27.7", - "@esbuild/linux-ia32": "0.27.7", - "@esbuild/linux-loong64": "0.27.7", - "@esbuild/linux-mips64el": "0.27.7", - "@esbuild/linux-ppc64": "0.27.7", - "@esbuild/linux-riscv64": "0.27.7", - "@esbuild/linux-s390x": "0.27.7", - "@esbuild/linux-x64": "0.27.7", - "@esbuild/netbsd-arm64": "0.27.7", - "@esbuild/netbsd-x64": "0.27.7", - "@esbuild/openbsd-arm64": "0.27.7", - "@esbuild/openbsd-x64": "0.27.7", - "@esbuild/openharmony-arm64": "0.27.7", - "@esbuild/sunos-x64": "0.27.7", - "@esbuild/win32-arm64": "0.27.7", - "@esbuild/win32-ia32": "0.27.7", - "@esbuild/win32-x64": "0.27.7" - } - }, - "frontend/syson/node_modules/postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "frontend/syson/node_modules/vite": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.1.tgz", - "integrity": "sha512-wt+Z2qIhfFt85uiyRt5LPU4oVEJBXj8hZNWKeqFG4gRG/0RaRGJ7njQCwzFVjO+v4+Ipmf5CY7VdmZRAYYBPHw==", - "dev": true, - "license": "MIT", - "dependencies": { - "lightningcss": "^1.32.0", - "picomatch": "^4.0.3", - "postcss": "^8.5.8", - "rolldown": "1.0.0-rc.10", - "tinyglobby": "^0.2.15" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^20.19.0 || >=22.12.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^20.19.0 || >=22.12.0", - "@vitejs/devtools": "^0.1.0", - "esbuild": "^0.27.0", - "jiti": ">=1.21.0", - "less": "^4.0.0", - "sass": "^1.70.0", - "sass-embedded": "^1.70.0", - "stylus": ">=0.54.8", - "sugarss": "^5.0.0", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "@vitejs/devtools": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, "node_modules/@ampproject/remapping": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", @@ -1757,9 +450,9 @@ } }, "node_modules/@eclipse-sirius/sirius-components-browser": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-browser/2026.3.2/ee06cb85298b22d774bf0c6bc4176954353e2030", - "integrity": "sha512-A/oMnHfb+yppCUnv/1he1CmbW7oPPUsAmDFB950PYbw6fT1A0aQJ/4PVDIxVlM/Hn4Z9R+SgnZJBAOo26+t19g==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-browser/2026.3.3/589f53f26a9750315e3d94c136a7fbd006dbc79b", + "integrity": "sha512-Tv/aqlc8+zHEmq5OimX2mOJU5Gk4UYkrjy8Qrv/5u4OXg3c3ySy0DqyrAJ6o/+f1gsqDPY7NS9OydrHqzGB/HQ==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", @@ -1769,8 +462,8 @@ "@eclipse-sirius/sirius-components-trees": "*", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", "graphql": "16.8.1", "lexical": "0.42.0", @@ -1782,9 +475,9 @@ } }, "node_modules/@eclipse-sirius/sirius-components-charts": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-charts/2026.3.2/d1505d635dbcbd01bebb24e60af21235ea176b28", - "integrity": "sha512-d906EiZ21VKl7l7tV/CR/+HetJWmJVjiRxREh6nCu3dgdEsg55xxti/TGU0JkL3zh686n/k5rVwrI08wzqfXXQ==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-charts/2026.3.3/28a303258febfdd2bc77257cba604af75bcee8cb", + "integrity": "sha512-GRVA3k7UiiYyFoqRcSnsZcD69FQdDO699E6c3dPnHTdE7RVlkFG/jZ20KRAO3OSNziOAg55naT3R6F5TfNVe+A==", "license": "EPL-2.0", "peerDependencies": { "d3": "7.0.0", @@ -1792,14 +485,14 @@ } }, "node_modules/@eclipse-sirius/sirius-components-core": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-core/2026.3.2/318caa11f8d7bb91f733d98f8079b355b0a72fcb", - "integrity": "sha512-1IcuaCCAOyFg9UkZ5NPaNZ0v6D5099LnZUIRydaqxQUxHeZPdFQS4RtgCYP9RHUov7huRf16NTeo4ae8W+QZeA==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-core/2026.3.3/9b1d9fa3076559282509167423e3cebaf4b9022e", + "integrity": "sha512-ofCsbpLYBOOlEhh5gZdgWuskYAXfnbr9KqMH7Fje6tDrTdUWyqRpJIJK8jHCO5J3cF08EnrOLtWr8xP2PJF7xw==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -1809,15 +502,15 @@ } }, "node_modules/@eclipse-sirius/sirius-components-datatree": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-datatree/2026.3.2/c7366634675b1a77dbe13b3c1e9fd050a553708c", - "integrity": "sha512-jdD7tTzQt7ZqHM7SDuGv8t+aqO8TdPfYwq3G03lzjJ3yJuZfbzxs9WBFWPyjz0uSklSvimLSHhx2ASJCYqOouA==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-datatree/2026.3.3/d8ab9722ecd997d9dda9a7d2e62f5db94e745e89", + "integrity": "sha512-DQ5nkNZgKM/TCjaQHbdynt1ZnKUdnOh5QkKVjadrjWYEk+OnZTdxFHljG5X9rzdjdiNY+omAYgUHDvf7j+7lKg==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -1827,15 +520,15 @@ } }, "node_modules/@eclipse-sirius/sirius-components-deck": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-deck/2026.3.2/8f05422fb7137f6d12b721a78a5eeda9f80d2603", - "integrity": "sha512-QZVROnpSsX3ZZ1F7NFPBhSvbK4ItDxd154TuyV/voA2z0ePPZDuonqeCSKwVddQxb7YznLkJIjF289c00LAJUQ==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-deck/2026.3.3/8a6d0a9b5d81ff4fe44833497539c354d3f1f6dd", + "integrity": "sha512-moWPilzL8taC0+JGez7Cvk77bfQ8AGdKZcoGfZjqVvKIb3SonJAWbGe9NPJI0d5G/C/BuU8MonzYO+Bafl7UyQ==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@ObeoNetwork/react-trello": "2.4.11", "graphql": "16.8.1", "react": "18.3.1", @@ -1846,17 +539,17 @@ } }, "node_modules/@eclipse-sirius/sirius-components-diagrams": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-diagrams/2026.3.2/495ea5a571910ccbe3a4fa2f6c65aec156153db1", - "integrity": "sha512-eiyWkp5bVRCtvSB5xNCwsZDSitBj+OCiiwJo7JoxZU2BwuQ+xIClLMDfz/lyp0Ogln9NMubo1gS+Rf1zPRUTIA==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-diagrams/2026.3.3/dade32bae04261f116c5a0e7bef7d5563b68c27f", + "integrity": "sha512-D4J5tKQ1DVNqxq+sfMrJ2kImq21wQCt7EqHMAXdD+9yujmQJU5lSPDrlhT1qT7P6Hw/LapXHe3groDzfrfucEg==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", "@eclipse-sirius/sirius-components-datatree": "*", "@eclipse-sirius/sirius-components-impactanalysis": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@xyflow/react": "12.6.0", "elkjs": "0.11.0", "graphql": "16.8.1", @@ -1873,9 +566,9 @@ } }, "node_modules/@eclipse-sirius/sirius-components-formdescriptioneditors": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-formdescriptioneditors/2026.3.2/baafdaac298276df4a875ad56b77f00e04c58222", - "integrity": "sha512-yLQB438uDI+QbDcZp80pDDIF6U2y6HS5clhFekE8a42D/bfCoBuvX0ezUeox3W4sUPG8/6pde8FgOTZSiqhoRw==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-formdescriptioneditors/2026.3.3/6d2d950900cfc768d3428b6cd852f2ac9b9ba3b1", + "integrity": "sha512-gj4eCCI+ONI4QW/I/a1YAsrGl+cvoXYs/B2+coF3ScEvK82+slJE9kXGCSN55MshcLmm22Q7G6RgUSmpq0audA==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", @@ -1884,8 +577,8 @@ "@eclipse-sirius/sirius-components-forms": "*", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", "d3": "7.0.0", "export-to-csv": "1.3.0", @@ -1900,9 +593,9 @@ } }, "node_modules/@eclipse-sirius/sirius-components-forms": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-forms/2026.3.2/d3e4e7dc8b0ff6e88b18802738b8700cabcf46ff", - "integrity": "sha512-gpPDTU408ww1KjW2K/rFBnBVpfK454UPCJl2G1EWMLJYb8HwD+oYZJdtmbgN7NJinPZzVKeqcgJSLW0C6WdWsQ==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-forms/2026.3.3/9dbf4dd11a8f606365964a8aabc8cc0f9ace7f4d", + "integrity": "sha512-jXWn4k8jR6iV02dskmevXyHFjAHseiZnm5sMcriGnzIFoUXiwwXT5fiBSrmNP78j2iU+laDWg+i5YXhTfsbhvA==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", @@ -1910,8 +603,8 @@ "@eclipse-sirius/sirius-components-core": "*", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", "d3": "7.0.0", "export-to-csv": "1.3.0", @@ -1926,16 +619,16 @@ } }, "node_modules/@eclipse-sirius/sirius-components-gantt": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-gantt/2026.3.2/26cd1169fb7ca00f564b24d01b3ea3a821cb96f8", - "integrity": "sha512-AHuh8gAXUvv2TJv7FiL1zDQ+Zhs5aQdUUyRmx/iJyHOapQgncWVqr3vRTCgNTCxXtVetUBolBFmwjrVoQvAbrQ==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-gantt/2026.3.3/3191faceeedac384172e0c4a8d55db4467ba43e0", + "integrity": "sha512-5hNftOf57/s4eH14cCZyGiPZMwIGuWeGxNAaeMVNXSfai0xe9KXj+iXQrGpmNaIZysTSoxPeofbv6PV5s6Z8QQ==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", + "@ObeoNetwork/gantt-task-react": "0.6.4", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -1945,16 +638,16 @@ } }, "node_modules/@eclipse-sirius/sirius-components-impactanalysis": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-impactanalysis/2026.3.2/3baa682650de05f710aba86cd36375bce961c2be", - "integrity": "sha512-PqbxXxjQiizYv/5qWa1xjSYIObgRA6AE/oLi7ZFhsDDnFRQNxi/uoHW9sANyCqsL5keyyvdvbONWBRaGtHcPxA==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-impactanalysis/2026.3.3/e29ac00e86bc4e7d6c18a667631f02eb2b7c32e5", + "integrity": "sha512-ABgLO/ECh4siAy2o+stDfDN4WIdytyuJ1Z3if+9nvOEWuXm1UK88i9nDhtkyWvg+Nu0mZjxbjSAV55GRrIUWTw==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", "@eclipse-sirius/sirius-components-datatree": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -1964,15 +657,15 @@ } }, "node_modules/@eclipse-sirius/sirius-components-omnibox": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-omnibox/2026.3.2/e1b698f957322d20022065ddb7193240f04a1b07", - "integrity": "sha512-zJ9WraknT2Jn7hLihVkjTxfLLiqpFpCurhGv4zO4QsEDll96Gdb5/9aPE2J85plgl9vxHIZ5Yd3uwmiDG4sFJg==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-omnibox/2026.3.3/7f25bea752b8a960bddc57dec36193ad9cdbf772", + "integrity": "sha512-QJK5HxeFxUbKzKNl+RaAlBd1um9i69DVUIgWJmydhz1BQArwOBhpywumcuI+RNadeuX+TYscyf1n9QRJFcIdcA==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -1982,15 +675,15 @@ } }, "node_modules/@eclipse-sirius/sirius-components-palette": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-palette/2026.3.2/42cb5cca8ffd47f82d731fc70ca6994e8b41d82b", - "integrity": "sha512-wIXGVQAfVo+/RVGi2Sj6hv+s6ySsufOvLcwlgNig4zQ0Z1bcsVM9nhsFuwX7/sMRmSV4yG5OA4elF+eEHpGVNA==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-palette/2026.3.3/e1cab05901c4bfc8cb8ee230a8cac498cdb0c513", + "integrity": "sha512-LBShdNoSCAc7DxSEqKw5L9fUZYDHd5BNmb2NWnVN5wEmzljOz95VnYF00JzaS+Y6Kqljqo0oow0Ols6gaqPRvw==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -2000,15 +693,15 @@ } }, "node_modules/@eclipse-sirius/sirius-components-portals": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-portals/2026.3.2/cd373ad2330bb9d662c727bbba0e7480792748f7", - "integrity": "sha512-F+Tzr1iAibES/jcFce6MleMyKDdknHqdM4vymcFYO3BD+NgcE8uDaKiVWHo0qFnqYtik/Z7cgH2O5+vV8X5ogQ==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-portals/2026.3.3/3cd86a638a9c1d542c3a4d7659541e63ba20e026", + "integrity": "sha512-eTPOdPA3EyNPGzJqB6DlBjKi8sxit02CXLUwj2HJUS5cCYjSEf2KrRUD9SxL5Td+lTV8kJGH+JHXk/UJZ4qVXA==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -2019,9 +712,9 @@ } }, "node_modules/@eclipse-sirius/sirius-components-selection": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-selection/2026.3.2/0eb38bf72628313e5f3aa81dce392bff36760014", - "integrity": "sha512-RPDynCji3XebSX2hACTwtWJ4Tsd2Ccr7gcTC0wrq/1gdUw5bJfZQTt6ND82RT1PqEkj2KO2nN7k+VLKZBRFAnA==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-selection/2026.3.3/021180c1f40e5d62fd7fd4c50fc21bd5dcd0c879", + "integrity": "sha512-iXfHTeWCVxrQc4Y/jIEKWnVNvi0Dm0RhLWo1OVPgHQYWnLa4niRUQlDt5rP6Z6FHvsZEEsc+Rrf+UsAdAF2Ssw==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", @@ -2030,8 +723,8 @@ "@eclipse-sirius/sirius-components-diagrams": "*", "@eclipse-sirius/sirius-components-impactanalysis": "*", "@eclipse-sirius/sirius-components-trees": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@xyflow/react": "12.6.0", "elkjs": "0.11.0", "graphql": "16.8.1", @@ -2048,15 +741,15 @@ } }, "node_modules/@eclipse-sirius/sirius-components-tables": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-tables/2026.3.2/77925b8e8cc24ea211853a0f09f24beec1acfbcb", - "integrity": "sha512-PuMeqpwGTnlFk9RkXV052xfZeLAyhYeDQswFjowTmT5667mVetd4Of27u6dNY/sIvEBGmt2swLu41TUYaJqH/w==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-tables/2026.3.3/ed9472418832c51e9c01b206041f19fb5fe0dd11", + "integrity": "sha512-KB39asOH9JLRPKNgqQanWJrSNQNLCiFPxBej5PmgZ+/PKUr6mEblQeTgvDvkfKUASnW4puPQawq1h4IQdyLGoA==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "export-to-csv": "1.3.0", "graphql": "16.8.1", "material-react-table": "3.2.1", @@ -2068,17 +761,17 @@ } }, "node_modules/@eclipse-sirius/sirius-components-trees": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-trees/2026.3.2/f34cb111294d98ad324943daa7d33adcbae09626", - "integrity": "sha512-Gd+0Ez7pvYaUDwlfTqFRXMm724WZn3/YLofOZOi/itPbppjCzY0QhjZZQFS9EkvDjvMIW14HFcSgS0BZXmqEKg==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-trees/2026.3.3/19877ac712bb66fd3601c50203ba55fa82f3f812", + "integrity": "sha512-5bs+K01wbq869fcQ3Pm7Wb0pBFeB2nbK5osB+1Wu3+pEIMXVakR9kyG8teNbQ72FCsTZPo/4WdrnMVNp/WFmZg==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", "@eclipse-sirius/sirius-components-datatree": "*", "@eclipse-sirius/sirius-components-impactanalysis": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -2088,21 +781,21 @@ } }, "node_modules/@eclipse-sirius/sirius-components-tsconfig": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-tsconfig/2026.3.2/e19ff3a97d0b923ae49871bbd5b5b9bfd9700cc6", - "integrity": "sha512-P1QQGiVjNH656whnrobu9h6C1tf+rraOsNvuDKcS2bVvei/Q/0r90x58D6g7Eb1S2d9w97PFKOAu5NVXejMZkg==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-tsconfig/2026.3.3/810fbba45025cfd802a3f80885eb4b220c87d768", + "integrity": "sha512-PeC7H3Lh2RneptJyawnORZ5Yu0v1xnDogHVh/h2GXgWA+aPR1V+vZnhk7Y1Bf4NnfBB5By0dnIBkWRP0PDLPfA==", "license": "EPL-2.0" }, "node_modules/@eclipse-sirius/sirius-components-validation": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-validation/2026.3.2/ac160eeb1ce04f6e5318df5e9aaadb8935fc4f50", - "integrity": "sha512-xThdbAb/xFz0buMNAkhPCCWOE+dmDYRZzx/PLKUENUvHF8fqUWixzktyY+QyRIdOQoWyXHi85Vfv6yjXIs3ahA==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-validation/2026.3.3/2eef087448bbe2f8cd063f45607ae5cdbed9f42a", + "integrity": "sha512-mE3iOzOtPaSR+tI+IYqm6dWnpE5Zu6JizPArVmiyJ88ccN42+ubyVMrnwefRxzOfR9ngTkEFzXhNl4Zd/uVZjg==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", "@eclipse-sirius/sirius-components-core": "*", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "graphql": "16.8.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -2112,9 +805,9 @@ } }, "node_modules/@eclipse-sirius/sirius-components-widget-reference": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-widget-reference/2026.3.2/870b407d231ec97c1b16f3d2654976299100abf7", - "integrity": "sha512-gAr4bPHnXBkleX0nACU0kWJfXuM62whKHxEb86voKGzruyKkXCFLRkN8jAtnDhtEa5SQIVyQNWuMz71P9lMnpg==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-widget-reference/2026.3.3/b8ba6494e09cbca7d75e9819296225a5f3724685", + "integrity": "sha512-Z9QykAep3JiZDi94gJXfuAfXfmDb2gtA8kKFRRZHQMQ08FbQyYnDCzAFpdEopHTxdAsTlB6oUVrsV4EIK3xAtw==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", @@ -2127,8 +820,8 @@ "@eclipse-sirius/sirius-components-trees": "*", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", "d3": "7.0.0", "export-to-csv": "1.3.0", @@ -2143,9 +836,9 @@ } }, "node_modules/@eclipse-sirius/sirius-components-widget-table": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-widget-table/2026.3.2/0e0bda2c466d269e4d4cddc3ae55ae729e9f2005", - "integrity": "sha512-dmjhMLcuPbCbMLFvvQQMZRwHkk0XsCrPMEU6kjnZXoofbU0PFOjrye9FwP5NNVaLkw15ZoWItD46/sqp7I3JOg==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-components-widget-table/2026.3.3/a92a59551989755d2bb6d166f2082f64a8350319", + "integrity": "sha512-lKLNwPD1wWvQVoObRsNkQeQZ7HUsHxcbX5Jq6tZpPXYp7ESXOX+NqHiJBg0fQt9eEysatI/wgfYIqJzDjyctYw==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", @@ -2155,8 +848,8 @@ "@eclipse-sirius/sirius-components-tables": "*", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", "d3": "7.0.0", "export-to-csv": "1.3.0", @@ -2171,9 +864,9 @@ } }, "node_modules/@eclipse-sirius/sirius-web-application": { - "version": "2026.3.2", - "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-web-application/2026.3.2/733757ab28b0ea63b25e2433c130c5c190004df5", - "integrity": "sha512-FaLF2dEjx4omtffLKMf82iB0VbxK14o/JXkeENs0ybrtKT6X4k29quvAtoHv8paY61ekH/Ab79Qucn/BEsEGyw==", + "version": "2026.3.3", + "resolved": "https://npm.pkg.github.com/download/@eclipse-sirius/sirius-web-application/2026.3.3/626a688d491c59da5e31abfda9797ee6d297ecda", + "integrity": "sha512-UOUu/yOg4+jt9yHe4wCUc0nIGvC6gcmMbIEQ3RjsrkSILQMSOl2+g+VHnuZJeFQnWr9Pv9B/3V60Amu1GK5g+Q==", "license": "EPL-2.0", "peerDependencies": { "@apollo/client": "3.10.4", @@ -2198,10 +891,10 @@ "@eclipse-sirius/sirius-components-widget-table": "*", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@mui/x-tree-view": "7.29.1", - "@ObeoNetwork/gantt-task-react": "0.6.3", + "@ObeoNetwork/gantt-task-react": "0.6.4", "@ObeoNetwork/react-trello": "2.4.11", "@xyflow/react": "12.6.0", "d3": "7.0.0", @@ -2423,9 +1116,9 @@ "license": "MIT" }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", - "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", + "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==", "cpu": [ "ppc64" ], @@ -2440,9 +1133,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", - "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz", + "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==", "cpu": [ "arm" ], @@ -2457,9 +1150,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", - "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz", + "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==", "cpu": [ "arm64" ], @@ -2474,9 +1167,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", - "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz", + "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==", "cpu": [ "x64" ], @@ -2491,9 +1184,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", - "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz", + "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==", "cpu": [ "arm64" ], @@ -2508,9 +1201,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", - "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz", + "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==", "cpu": [ "x64" ], @@ -2525,9 +1218,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", - "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz", + "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==", "cpu": [ "arm64" ], @@ -2542,9 +1235,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", - "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz", + "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==", "cpu": [ "x64" ], @@ -2559,9 +1252,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", - "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz", + "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==", "cpu": [ "arm" ], @@ -2576,9 +1269,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", - "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz", + "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==", "cpu": [ "arm64" ], @@ -2593,9 +1286,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", - "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz", + "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==", "cpu": [ "ia32" ], @@ -2610,9 +1303,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", - "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz", + "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==", "cpu": [ "loong64" ], @@ -2627,9 +1320,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", - "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz", + "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==", "cpu": [ "mips64el" ], @@ -2644,9 +1337,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", - "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz", + "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==", "cpu": [ "ppc64" ], @@ -2661,9 +1354,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", - "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz", + "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==", "cpu": [ "riscv64" ], @@ -2678,9 +1371,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", - "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz", + "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==", "cpu": [ "s390x" ], @@ -2695,9 +1388,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", - "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz", + "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==", "cpu": [ "x64" ], @@ -2712,9 +1405,9 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", - "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz", + "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==", "cpu": [ "arm64" ], @@ -2729,9 +1422,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", - "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz", + "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==", "cpu": [ "x64" ], @@ -2746,9 +1439,9 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", - "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz", + "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==", "cpu": [ "arm64" ], @@ -2763,9 +1456,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", - "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz", + "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==", "cpu": [ "x64" ], @@ -2780,9 +1473,9 @@ } }, "node_modules/@esbuild/openharmony-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", - "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz", + "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==", "cpu": [ "arm64" ], @@ -2797,9 +1490,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", - "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz", + "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==", "cpu": [ "x64" ], @@ -2814,9 +1507,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", - "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz", + "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==", "cpu": [ "arm64" ], @@ -2831,9 +1524,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", - "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz", + "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==", "cpu": [ "ia32" ], @@ -2848,9 +1541,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", - "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz", + "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==", "cpu": [ "x64" ], @@ -3317,9 +2010,9 @@ } }, "node_modules/@mui/core-downloads-tracker": { - "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.9.tgz", - "integrity": "sha512-MOkOCTfbMJwLshlBCKJ59V2F/uaLYfmKnN76kksj6jlGUVdI25A9Hzs08m+zjBRdLv+sK7Rqdsefe8X7h/6PCw==", + "version": "7.3.10", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.10.tgz", + "integrity": "sha512-vrOpWRmPJSuwLo23J62wggEm/jvGdzqctej+UOCtgDUz6nZJQuj3ByPccVyaa7eQmwAzUwKN56FQPMKkqbj1GA==", "license": "MIT", "funding": { "type": "opencollective", @@ -3327,12 +2020,12 @@ } }, "node_modules/@mui/icons-material": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.0.2.tgz", - "integrity": "sha512-Bo57PFLOqXOqPNrXjd8AhzH5s6TCsNUQbvnQ0VKZ8D+lIlteqKnrk/O1luMJUc/BXONK7BfIdTdc7qOnXYbMdw==", + "version": "7.3.10", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.10.tgz", + "integrity": "sha512-Au0ma4NSKGKNiimukj8UT/W1x2Qx6Qwn2RvFGykiSqVLYBNlIOPbjnIMvrwLGLu89EEpTVdu/ys/OduZR+tWqw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.0" + "@babel/runtime": "^7.28.6" }, "engines": { "node": ">=14.0.0" @@ -3342,7 +2035,7 @@ "url": "https://opencollective.com/mui-org" }, "peerDependencies": { - "@mui/material": "^7.0.2", + "@mui/material": "^7.3.10", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, @@ -3353,22 +2046,22 @@ } }, "node_modules/@mui/material": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.0.2.tgz", - "integrity": "sha512-rjJlJ13+3LdLfobRplkXbjIFEIkn6LgpetgU/Cs3Xd8qINCCQK9qXQIjjQ6P0FXFTPFzEVMj0VgBR1mN+FhOcA==", + "version": "7.3.10", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.10.tgz", + "integrity": "sha512-cHvGOk2ZEfbQt3LnGe0ZKd/ETs9gsUpkW66DCO+GSjMZhpdKU4XsuIr7zJ/B/2XaN8ihxuzHfYAR4zPtCN4RYg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.0", - "@mui/core-downloads-tracker": "^7.0.2", - "@mui/system": "^7.0.2", - "@mui/types": "^7.4.1", - "@mui/utils": "^7.0.2", + "@babel/runtime": "^7.28.6", + "@mui/core-downloads-tracker": "^7.3.10", + "@mui/system": "^7.3.10", + "@mui/types": "^7.4.12", + "@mui/utils": "^7.3.10", "@popperjs/core": "^2.11.8", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", - "csstype": "^3.1.3", + "csstype": "^3.2.3", "prop-types": "^15.8.1", - "react-is": "^19.1.0", + "react-is": "^19.2.3", "react-transition-group": "^4.4.5" }, "engines": { @@ -3381,7 +2074,7 @@ "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "^7.0.2", + "@mui/material-pigment-css": "^7.3.10", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" @@ -3402,13 +2095,13 @@ } }, "node_modules/@mui/private-theming": { - "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.3.9.tgz", - "integrity": "sha512-ErIyRQvsiQEq7Yvcvfw9UDHngaqjMy9P3JDPnRAaKG5qhpl2C4tX/W1S4zJvpu+feihmZJStjIyvnv6KDbIrlw==", + "version": "7.3.10", + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.3.10.tgz", + "integrity": "sha512-j3EZN+zOctxUISvJSmsEPo5o2F8zse4l5vRkBY+ps6UtnL6J7o14kUaI4w7gwo73id9e3cDNMVQK/9BVaMHVBw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.6", - "@mui/utils": "^7.3.9", + "@mui/utils": "^7.3.10", "prop-types": "^15.8.1" }, "engines": { @@ -3429,9 +2122,9 @@ } }, "node_modules/@mui/styled-engine": { - "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.3.9.tgz", - "integrity": "sha512-JqujWt5bX4okjUPGpVof/7pvgClqh7HvIbsIBIOOlCh2u3wG/Bwp4+E1bc1dXSwkrkp9WUAoNdI5HEC+5HKvMw==", + "version": "7.3.10", + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.3.10.tgz", + "integrity": "sha512-WxE9SiF8xskAQqGjsp0poXCkCqsoXFEsSr0HBXfApmGHR+DBnXRp+z46Vsltg4gpPM4Z96DeAQRpeAOnhNg7Ng==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.6", @@ -3463,16 +2156,16 @@ } }, "node_modules/@mui/system": { - "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.3.9.tgz", - "integrity": "sha512-aL1q9am8XpRrSabv9qWf5RHhJICJql34wnrc1nz0MuOglPRYF/liN+c8VqZdTvUn9qg+ZjRVbKf4sJVFfIDtmg==", + "version": "7.3.10", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.3.10.tgz", + "integrity": "sha512-/sfPpdpJaQn7BSF+avjIdHSYmxHp0UOBYNxSG9QGKfMOD6sLANCpRPCnanq1Pe0lFf0NHkO2iUk0TNzdWC1USQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.6", - "@mui/private-theming": "^7.3.9", - "@mui/styled-engine": "^7.3.9", + "@mui/private-theming": "^7.3.10", + "@mui/styled-engine": "^7.3.10", "@mui/types": "^7.4.12", - "@mui/utils": "^7.3.9", + "@mui/utils": "^7.3.10", "clsx": "^2.1.1", "csstype": "^3.2.3", "prop-types": "^15.8.1" @@ -3520,9 +2213,9 @@ } }, "node_modules/@mui/utils": { - "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.3.9.tgz", - "integrity": "sha512-U6SdZaGbfb65fqTsH3V5oJdFj9uYwyLE2WVuNvmbggTSDBb8QHrFsqY8BN3taK9t3yJ8/BPHD/kNvLNyjwM7Yw==", + "version": "7.3.10", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.3.10.tgz", + "integrity": "sha512-7y2eIfy0h7JPz+Yy4pS+wgV68d46PuuxDqKBN4Q8VlPQSsCAGwroMCV6xWyc7g9dvEp8ZNFsknc59GHWO+r6Ow==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.6", @@ -3550,14 +2243,15 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "8.27.2", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-8.27.2.tgz", - "integrity": "sha512-06LFkHFRXJ2O9DMXtWAA3kY0jpbL7XH8iqa8L5cBlN+8bRx/UVLKlZYlhGv06C88jF9kuZWY1bUgrv/EoY/2Ww==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-9.0.0.tgz", + "integrity": "sha512-g6Rx+PgzVw+ErhoEVq0Zcf7+v9VQBiiKKyvVr5wuVvKa+8wqBkdM2BSJ18pS1HLmhVI/0O3kLrGpNYDyC58Kiw==", "license": "MIT", + "peer": true, "dependencies": { - "@babel/runtime": "^7.28.4", - "@mui/utils": "^7.3.5", - "@mui/x-internals": "8.26.0", + "@babel/runtime": "^7.28.6", + "@mui/utils": "9.0.0", + "@mui/x-internals": "^9.0.0", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", "prop-types": "^15.8.1", @@ -3573,8 +2267,8 @@ "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0", - "@mui/system": "^5.15.14 || ^6.0.0 || ^7.0.0", + "@mui/material": "^7.3.0 || ^9.0.0", + "@mui/system": "^7.3.0 || ^9.0.0", "date-fns": "^2.25.0 || ^3.2.0 || ^4.0.0", "date-fns-jalali": "^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0", "dayjs": "^1.10.7", @@ -3615,14 +2309,64 @@ } } }, + "node_modules/@mui/x-date-pickers/node_modules/@mui/types": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-9.0.0.tgz", + "integrity": "sha512-i1cuFCAWN44b3AJWO7mh7tuh1sqbQSeVr/94oG0TX5uXivac8XalgE4/6fQZcmGZigzbQ35IXxj/4jLpRIBYZg==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/runtime": "^7.29.2" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/x-date-pickers/node_modules/@mui/utils": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-9.0.0.tgz", + "integrity": "sha512-bQcqyg/gjULUqTuyUjSAFr6LQGLvtkNtDbJerAtoUn9kGZ0hg5QJiN1PLHMLbeFpe3te1831uq7GFl2ITokGdg==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/runtime": "^7.29.2", + "@mui/types": "^9.0.0", + "@types/prop-types": "^15.7.15", + "clsx": "^2.1.1", + "prop-types": "^15.8.1", + "react-is": "^19.2.4" + }, + "engines": { + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@mui/x-internals": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.26.0.tgz", - "integrity": "sha512-B9OZau5IQUvIxwpJZhoFJKqRpmWf5r0yMmSXjQuqb5WuqM755EuzWJOenY48denGoENzMLT8hQpA0hRTeU2IPA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-9.0.0.tgz", + "integrity": "sha512-E/4rdg69JjhyybpPGypCjAKSKLLnSdCFM+O6P/nkUg47+qt3uftxQEhjQO53rcn6ahHl6du/uNZ9BLgeY6kYxQ==", "license": "MIT", + "peer": true, "dependencies": { - "@babel/runtime": "^7.28.4", - "@mui/utils": "^7.3.5", + "@babel/runtime": "^7.28.6", + "@mui/utils": "9.0.0", "reselect": "^5.1.1", "use-sync-external-store": "^1.6.0" }, @@ -3637,6 +2381,55 @@ "react": "^17.0.0 || ^18.0.0 || ^19.0.0" } }, + "node_modules/@mui/x-internals/node_modules/@mui/types": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-9.0.0.tgz", + "integrity": "sha512-i1cuFCAWN44b3AJWO7mh7tuh1sqbQSeVr/94oG0TX5uXivac8XalgE4/6fQZcmGZigzbQ35IXxj/4jLpRIBYZg==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/runtime": "^7.29.2" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/x-internals/node_modules/@mui/utils": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-9.0.0.tgz", + "integrity": "sha512-bQcqyg/gjULUqTuyUjSAFr6LQGLvtkNtDbJerAtoUn9kGZ0hg5QJiN1PLHMLbeFpe3te1831uq7GFl2ITokGdg==", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/runtime": "^7.29.2", + "@mui/types": "^9.0.0", + "@types/prop-types": "^15.7.15", + "clsx": "^2.1.1", + "prop-types": "^15.8.1", + "react-is": "^19.2.4" + }, + "engines": { + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui-org" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@mui/x-tree-view": { "version": "7.29.1", "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-7.29.1.tgz", @@ -3715,9 +2508,9 @@ } }, "node_modules/@ObeoNetwork/gantt-task-react": { - "version": "0.6.3", - "resolved": "https://npm.pkg.github.com/download/@ObeoNetwork/gantt-task-react/0.6.3/06bb4553a180609d213dd4753fa5ef1e3335b710", - "integrity": "sha512-wHHCZS/IxMJKQt5qTysKMCsAxiIAiiJ8ihWpD6x7LZEEz2C6oOOymmy8BVER+Lcn5rcq1UE6bAVGGYmfnyUf0w==", + "version": "0.6.4", + "resolved": "https://npm.pkg.github.com/download/@ObeoNetwork/gantt-task-react/0.6.4/a7808e959159e0a2221058aa200ec9f8c2ca2b58", + "integrity": "sha512-P4DnKTdToWNxN+8r+n34wyqAOvhcx6RzXnI9naMkaOf2Y4BkmQaDgKvMQ+0E8igNH+1iFwThomryGfzr5NLkrg==", "license": "MIT", "dependencies": { "@floating-ui/dom": "1.1.1", @@ -3725,8 +2518,8 @@ "date-fns": "2.29.3" }, "peerDependencies": { - "@mui/icons-material": "7.0.2", - "@mui/material": "7.0.2", + "@mui/icons-material": "7.3.10", + "@mui/material": "7.3.10", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "react": "18.3.1", @@ -4115,6 +2908,13 @@ "node": "^20.19.0 || >=22.12.0" } }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-rc.7", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz", + "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==", + "dev": true, + "license": "MIT" + }, "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.60.1", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz", @@ -5204,12 +4004,6 @@ "@types/react": "*" } }, - "node_modules/@types/stylis": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.7.tgz", - "integrity": "sha512-VgDNokpBoKF+wrdvhAAfS55OMQpL6QRglwTwNC3kIgBrzZxA4WsFj+2eLfEA/uMUDzBcEhYmjSbwQakn/i3ajA==", - "license": "MIT" - }, "node_modules/@types/testing-library__jest-dom": { "version": "5.14.9", "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", @@ -5237,6 +4031,32 @@ "dev": true, "license": "MIT" }, + "node_modules/@vitejs/plugin-react": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz", + "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rolldown/pluginutils": "1.0.0-rc.7" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "peerDependencies": { + "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", + "babel-plugin-react-compiler": "^1.0.0", + "vite": "^8.0.0" + }, + "peerDependenciesMeta": { + "@rolldown/plugin-babel": { + "optional": true + }, + "babel-plugin-react-compiler": { + "optional": true + } + } + }, "node_modules/@vitest/coverage-v8": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-3.2.4.tgz", @@ -5288,33 +4108,6 @@ "url": "https://opencollective.com/vitest" } }, - "node_modules/@vitest/mocker": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.4.tgz", - "integrity": "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@vitest/spy": "3.2.4", - "estree-walker": "^3.0.3", - "magic-string": "^0.30.17" - }, - "funding": { - "url": "https://opencollective.com/vitest" - }, - "peerDependencies": { - "msw": "^2.4.9", - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" - }, - "peerDependenciesMeta": { - "msw": { - "optional": true - }, - "vite": { - "optional": true - } - } - }, "node_modules/@vitest/pretty-format": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz", @@ -5732,15 +4525,15 @@ } }, "node_modules/call-bind": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", - "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz", + "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==", "dev": true, "license": "MIT", "dependencies": { - "call-bind-apply-helpers": "^1.0.0", - "es-define-property": "^1.0.0", - "get-intrinsic": "^1.2.4", + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "get-intrinsic": "^1.3.0", "set-function-length": "^1.2.2" }, "engines": { @@ -6819,9 +5612,9 @@ } }, "node_modules/esbuild": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", - "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz", + "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -6832,32 +5625,32 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.12", - "@esbuild/android-arm": "0.25.12", - "@esbuild/android-arm64": "0.25.12", - "@esbuild/android-x64": "0.25.12", - "@esbuild/darwin-arm64": "0.25.12", - "@esbuild/darwin-x64": "0.25.12", - "@esbuild/freebsd-arm64": "0.25.12", - "@esbuild/freebsd-x64": "0.25.12", - "@esbuild/linux-arm": "0.25.12", - "@esbuild/linux-arm64": "0.25.12", - "@esbuild/linux-ia32": "0.25.12", - "@esbuild/linux-loong64": "0.25.12", - "@esbuild/linux-mips64el": "0.25.12", - "@esbuild/linux-ppc64": "0.25.12", - "@esbuild/linux-riscv64": "0.25.12", - "@esbuild/linux-s390x": "0.25.12", - "@esbuild/linux-x64": "0.25.12", - "@esbuild/netbsd-arm64": "0.25.12", - "@esbuild/netbsd-x64": "0.25.12", - "@esbuild/openbsd-arm64": "0.25.12", - "@esbuild/openbsd-x64": "0.25.12", - "@esbuild/openharmony-arm64": "0.25.12", - "@esbuild/sunos-x64": "0.25.12", - "@esbuild/win32-arm64": "0.25.12", - "@esbuild/win32-ia32": "0.25.12", - "@esbuild/win32-x64": "0.25.12" + "@esbuild/aix-ppc64": "0.27.7", + "@esbuild/android-arm": "0.27.7", + "@esbuild/android-arm64": "0.27.7", + "@esbuild/android-x64": "0.27.7", + "@esbuild/darwin-arm64": "0.27.7", + "@esbuild/darwin-x64": "0.27.7", + "@esbuild/freebsd-arm64": "0.27.7", + "@esbuild/freebsd-x64": "0.27.7", + "@esbuild/linux-arm": "0.27.7", + "@esbuild/linux-arm64": "0.27.7", + "@esbuild/linux-ia32": "0.27.7", + "@esbuild/linux-loong64": "0.27.7", + "@esbuild/linux-mips64el": "0.27.7", + "@esbuild/linux-ppc64": "0.27.7", + "@esbuild/linux-riscv64": "0.27.7", + "@esbuild/linux-s390x": "0.27.7", + "@esbuild/linux-x64": "0.27.7", + "@esbuild/netbsd-arm64": "0.27.7", + "@esbuild/netbsd-x64": "0.27.7", + "@esbuild/openbsd-arm64": "0.27.7", + "@esbuild/openbsd-x64": "0.27.7", + "@esbuild/openharmony-arm64": "0.27.7", + "@esbuild/sunos-x64": "0.27.7", + "@esbuild/win32-arm64": "0.27.7", + "@esbuild/win32-ia32": "0.27.7", + "@esbuild/win32-x64": "0.27.7" } }, "node_modules/escape-string-regexp": { @@ -7409,9 +6202,9 @@ } }, "node_modules/i18next": { - "version": "26.0.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.3.tgz", - "integrity": "sha512-1571kXINxHKY7LksWp8wP+zP0YqHSSpl/OW0Y0owFEf2H3s8gCAffWaZivcz14rMkOvn3R/psiQxVsR9t2Nafg==", + "version": "26.0.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.4.tgz", + "integrity": "sha512-gXF7U9bfioXPLv7mw8Qt2nfO7vij5MyINvPgVv99pX3fL1Y01pw2mKBFrlYpRxRCl2wz3ISenj6VsMJT2isfuA==", "funding": [ { "type": "individual", @@ -8393,7 +7186,14 @@ "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", "dev": true, - "license": "MIT" + "license": "MIT" + }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" }, "node_modules/lz-string": { "version": "1.5.0", @@ -8443,19 +7243,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", - "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/material-react-table": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/material-react-table/-/material-react-table-3.2.1.tgz", @@ -8563,6 +7350,7 @@ "version": "3.3.11", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "dev": true, "funding": [ { "type": "github", @@ -8819,13 +7607,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -8891,9 +7672,10 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.9", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", + "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", + "dev": true, "funding": [ { "type": "opencollective", @@ -8910,7 +7692,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.11", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -9134,9 +7916,9 @@ } }, "node_modules/react-is": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.4.tgz", - "integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.5.tgz", + "integrity": "sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ==", "license": "MIT" }, "node_modules/react-popopo": { @@ -9374,7 +8156,8 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz", "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/resize-observer-polyfill": { "version": "1.5.1", @@ -9576,6 +8359,19 @@ "loose-envify": "^1.1.0" } }, + "node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/set-function-length": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", @@ -9610,12 +8406,6 @@ "node": ">= 0.4" } }, - "node_modules/shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", - "license": "MIT" - }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -9660,14 +8450,14 @@ } }, "node_modules/side-channel-list": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", - "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz", + "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==", "dev": true, "license": "MIT", "dependencies": { "es-errors": "^1.3.0", - "object-inspect": "^1.13.3" + "object-inspect": "^1.13.4" }, "engines": { "node": ">= 0.4" @@ -9749,6 +8539,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "dev": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -9925,20 +8716,15 @@ "license": "MIT" }, "node_modules/styled-components": { - "version": "6.3.12", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.3.12.tgz", - "integrity": "sha512-hFR6xsVkVYbsdcUlzPYFvFfoc6o2KlV0VvgRIQwSYMtdThM7SCxnjX9efh/cWce2kTq16I/Kl3xM98xiLptsXA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.4.0.tgz", + "integrity": "sha512-BL1EDFpt+q10eAeZB0q9ps6pSlPejaBQWBkiuM16pyoVTG4NhZrPrZK0cqNbrozxSsYwUsJ9SQYN6NyeKJYX9A==", "license": "MIT", "dependencies": { "@emotion/is-prop-valid": "1.4.0", - "@emotion/unitless": "0.10.0", - "@types/stylis": "4.2.7", "css-to-react-native": "3.2.0", "csstype": "3.2.3", - "postcss": "8.4.49", - "shallowequal": "1.1.0", - "stylis": "4.3.6", - "tslib": "2.8.1" + "stylis": "4.3.6" }, "engines": { "node": ">= 16" @@ -9948,12 +8734,20 @@ "url": "https://opencollective.com/styled-components" }, "peerDependencies": { + "css-to-react-native": ">= 3.2.0", "react": ">= 16.8.0", - "react-dom": ">= 16.8.0" + "react-dom": ">= 16.8.0", + "react-native": ">= 0.68.0" }, "peerDependenciesMeta": { + "css-to-react-native": { + "optional": true + }, "react-dom": { "optional": true + }, + "react-native": { + "optional": true } } }, @@ -10079,14 +8873,14 @@ "license": "MIT" }, "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", + "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", "dev": true, "license": "MIT", "dependencies": { "fdir": "^6.5.0", - "picomatch": "^4.0.3" + "picomatch": "^4.0.4" }, "engines": { "node": ">=12.0.0" @@ -10392,18 +9186,17 @@ } }, "node_modules/vite": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.1.tgz", - "integrity": "sha512-yJ+Mp7OyV+4S+afWo+QyoL9jFWD11QFH0i5i7JypnfTcA1rmgxCbiA8WwAICDEtZ1Z1hzrVhN8R8rGTqkTY8ZQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.1.tgz", + "integrity": "sha512-wt+Z2qIhfFt85uiyRt5LPU4oVEJBXj8hZNWKeqFG4gRG/0RaRGJ7njQCwzFVjO+v4+Ipmf5CY7VdmZRAYYBPHw==", "dev": true, "license": "MIT", "dependencies": { - "esbuild": "^0.25.0", - "fdir": "^6.4.6", + "lightningcss": "^1.32.0", "picomatch": "^4.0.3", - "postcss": "^8.5.6", - "rollup": "^4.43.0", - "tinyglobby": "^0.2.14" + "postcss": "^8.5.8", + "rolldown": "1.0.0-rc.10", + "tinyglobby": "^0.2.15" }, "bin": { "vite": "bin/vite.js" @@ -10419,9 +9212,10 @@ }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", + "@vitejs/devtools": "^0.1.0", + "esbuild": "^0.27.0", "jiti": ">=1.21.0", "less": "^4.0.0", - "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", @@ -10434,13 +9228,16 @@ "@types/node": { "optional": true }, - "jiti": { + "@vitejs/devtools": { "optional": true }, - "less": { + "esbuild": { "optional": true }, - "lightningcss": { + "jiti": { + "optional": true + }, + "less": { "optional": true }, "sass": { @@ -10489,33 +9286,79 @@ "url": "https://opencollective.com/vitest" } }, - "node_modules/vite/node_modules/postcss": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", - "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", + "node_modules/vite-node/node_modules/vite": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" + "esbuild": "^0.27.0", + "fdir": "^6.5.0", + "picomatch": "^4.0.3", + "postcss": "^8.5.6", + "rollup": "^4.43.0", + "tinyglobby": "^0.2.15" + }, + "bin": { + "vite": "bin/vite.js" }, "engines": { - "node": "^10 || ^12 || >=14" + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^20.19.0 || >=22.12.0", + "jiti": ">=1.21.0", + "less": "^4.0.0", + "lightningcss": "^1.21.0", + "sass": "^1.70.0", + "sass-embedded": "^1.70.0", + "stylus": ">=0.54.8", + "sugarss": "^5.0.0", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } } }, "node_modules/vitest": { @@ -10591,6 +9434,108 @@ } } }, + "node_modules/vitest/node_modules/@vitest/mocker": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.4.tgz", + "integrity": "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/spy": "3.2.4", + "estree-walker": "^3.0.3", + "magic-string": "^0.30.17" + }, + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "msw": "^2.4.9", + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" + }, + "peerDependenciesMeta": { + "msw": { + "optional": true + }, + "vite": { + "optional": true + } + } + }, + "node_modules/vitest/node_modules/vite": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.27.0", + "fdir": "^6.5.0", + "picomatch": "^4.0.3", + "postcss": "^8.5.6", + "rollup": "^4.43.0", + "tinyglobby": "^0.2.15" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^20.19.0 || >=22.12.0", + "jiti": ">=1.21.0", + "less": "^4.0.0", + "lightningcss": "^1.21.0", + "sass": "^1.70.0", + "sass-embedded": "^1.70.0", + "stylus": ">=0.54.8", + "sugarss": "^5.0.0", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, "node_modules/void-elements": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", diff --git a/pom.xml b/pom.xml index 35c9d6538..a0af9ebed 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 21 - 2026.3.2 + 2026.3.3 2026.3.2 ${project.basedir}/releng/backend/releng/syson-test-coverage/target/site/jacoco-aggregate/jacoco.xml From e5b5b918a7013c7c166a94b65084ada78e7af6ae Mon Sep 17 00:00:00 2001 From: Axel RICHARD Date: Fri, 10 Apr 2026 18:00:41 +0200 Subject: [PATCH 2/2] [releng] Bump version to 2026.3.3 Signed-off-by: Axel RICHARD --- backend/application/pom.xml | 4 ++-- .../syson-application-configuration/pom.xml | 4 ++-- backend/application/syson-application/pom.xml | 4 ++-- backend/application/syson-frontend/pom.xml | 4 ++-- backend/application/syson-sysml-export/pom.xml | 4 ++-- backend/application/syson-sysml-import/pom.xml | 4 ++-- backend/application/syson-sysml-validation/pom.xml | 4 ++-- backend/metamodel/pom.xml | 4 ++-- .../syson-siriusweb-customnodes-metamodel-edit/pom.xml | 4 ++-- .../syson-siriusweb-customnodes-metamodel/pom.xml | 4 ++-- backend/metamodel/syson-sysml-metamodel-edit/pom.xml | 4 ++-- backend/metamodel/syson-sysml-metamodel/pom.xml | 4 ++-- backend/releng/pom.xml | 4 ++-- backend/releng/syson-test-coverage/pom.xml | 4 ++-- backend/services/pom.xml | 4 ++-- backend/services/syson-diagram-services/pom.xml | 4 ++-- backend/services/syson-direct-edit-grammar/pom.xml | 4 ++-- backend/services/syson-form-services/pom.xml | 4 ++-- backend/services/syson-model-services/pom.xml | 4 ++-- backend/services/syson-representation-services/pom.xml | 4 ++-- backend/services/syson-services/pom.xml | 4 ++-- .../services/syson-sysml-metamodel-services/pom.xml | 4 ++-- backend/services/syson-sysml-rest-api-services/pom.xml | 4 ++-- backend/services/syson-table-services/pom.xml | 4 ++-- backend/services/syson-tree-services/pom.xml | 4 ++-- backend/tests/pom.xml | 4 ++-- backend/tests/syson-tests/pom.xml | 4 ++-- backend/views/pom.xml | 4 ++-- backend/views/syson-common-view/pom.xml | 4 ++-- backend/views/syson-diagram-common-view/pom.xml | 4 ++-- backend/views/syson-diagram-tests/pom.xml | 4 ++-- backend/views/syson-standard-diagrams-view/pom.xml | 4 ++-- backend/views/syson-table-requirements-view/pom.xml | 4 ++-- backend/views/syson-tree-explorer-view/pom.xml | 4 ++-- frontend/syson-components/package.json | 2 +- frontend/syson/package.json | 4 ++-- integration-tests-cypress/package-lock.json | 4 ++-- integration-tests-cypress/package.json | 2 +- integration-tests-playwright/package-lock.json | 4 ++-- integration-tests-playwright/package.json | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- pom.xml | 4 ++-- 43 files changed, 85 insertions(+), 85 deletions(-) diff --git a/backend/application/pom.xml b/backend/application/pom.xml index de9d0f444..6c90904e8 100644 --- a/backend/application/pom.xml +++ b/backend/application/pom.xml @@ -18,13 +18,13 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../pom.xml org.eclipse.syson syson-application-parent - 2026.3.2 + 2026.3.3 syson-application-parent SysON Application Parent diff --git a/backend/application/syson-application-configuration/pom.xml b/backend/application/syson-application-configuration/pom.xml index 26b610030..17ea34e7c 100644 --- a/backend/application/syson-application-configuration/pom.xml +++ b/backend/application/syson-application-configuration/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-application-configuration - 2026.3.2 + 2026.3.3 syson-application-configuration SysON Application Configuration diff --git a/backend/application/syson-application/pom.xml b/backend/application/syson-application/pom.xml index 52ab0c1de..72760e984 100644 --- a/backend/application/syson-application/pom.xml +++ b/backend/application/syson-application/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-application - 2026.3.2 + 2026.3.3 syson-application SysON Application diff --git a/backend/application/syson-frontend/pom.xml b/backend/application/syson-frontend/pom.xml index 4f17e9b3e..f0a6176b4 100644 --- a/backend/application/syson-frontend/pom.xml +++ b/backend/application/syson-frontend/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-frontend - 2026.3.2 + 2026.3.3 syson-frontend SysON Frontend diff --git a/backend/application/syson-sysml-export/pom.xml b/backend/application/syson-sysml-export/pom.xml index e5d8a1ee9..608bb3e83 100644 --- a/backend/application/syson-sysml-export/pom.xml +++ b/backend/application/syson-sysml-export/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-sysml-export - 2026.3.2 + 2026.3.3 syson-sysml-export SysON SysML Export diff --git a/backend/application/syson-sysml-import/pom.xml b/backend/application/syson-sysml-import/pom.xml index d6fcdd254..b122227ea 100644 --- a/backend/application/syson-sysml-import/pom.xml +++ b/backend/application/syson-sysml-import/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-sysml-import - 2026.3.2 + 2026.3.3 syson-sysml-import SysON SysML Import diff --git a/backend/application/syson-sysml-validation/pom.xml b/backend/application/syson-sysml-validation/pom.xml index fc3aae1bb..9e3a0a610 100644 --- a/backend/application/syson-sysml-validation/pom.xml +++ b/backend/application/syson-sysml-validation/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-sysml-validation - 2026.3.2 + 2026.3.3 syson-validation SysON SysMLv2 validation rules for Validation view diff --git a/backend/metamodel/pom.xml b/backend/metamodel/pom.xml index 7fab662a3..2860d8f64 100644 --- a/backend/metamodel/pom.xml +++ b/backend/metamodel/pom.xml @@ -18,13 +18,13 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../pom.xml org.eclipse.syson syson-metamodel-parent - 2026.3.2 + 2026.3.3 syson-metamodel-parent SysON Metamodel Parent diff --git a/backend/metamodel/syson-siriusweb-customnodes-metamodel-edit/pom.xml b/backend/metamodel/syson-siriusweb-customnodes-metamodel-edit/pom.xml index 9d3a003bf..cad28a7c8 100644 --- a/backend/metamodel/syson-siriusweb-customnodes-metamodel-edit/pom.xml +++ b/backend/metamodel/syson-siriusweb-customnodes-metamodel-edit/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-siriusweb-customnodes-metamodel-edit - 2026.3.2 + 2026.3.3 syson-siriusweb-customnodes-metamodel-edit SysON SysMLv2 Custom Nodes Metamodel - Edit Support diff --git a/backend/metamodel/syson-siriusweb-customnodes-metamodel/pom.xml b/backend/metamodel/syson-siriusweb-customnodes-metamodel/pom.xml index ec77a8eb3..3f7907079 100644 --- a/backend/metamodel/syson-siriusweb-customnodes-metamodel/pom.xml +++ b/backend/metamodel/syson-siriusweb-customnodes-metamodel/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-siriusweb-customnodes-metamodel - 2026.3.2 + 2026.3.3 syson-siriusweb-customnodes-metamodel SysON SysMLv2 Custom Nodes Metamodel for Sirius Web diff --git a/backend/metamodel/syson-sysml-metamodel-edit/pom.xml b/backend/metamodel/syson-sysml-metamodel-edit/pom.xml index db0915bef..0c9887437 100644 --- a/backend/metamodel/syson-sysml-metamodel-edit/pom.xml +++ b/backend/metamodel/syson-sysml-metamodel-edit/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-sysml-metamodel-edit - 2026.3.2 + 2026.3.3 syson-sysml-metamodel-edit SysON SysMLv2 Metamodel - Edit Support diff --git a/backend/metamodel/syson-sysml-metamodel/pom.xml b/backend/metamodel/syson-sysml-metamodel/pom.xml index 5ffe35fb9..46e67f169 100644 --- a/backend/metamodel/syson-sysml-metamodel/pom.xml +++ b/backend/metamodel/syson-sysml-metamodel/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-sysml-metamodel - 2026.3.2 + 2026.3.3 syson-sysml-metamodel SysON SysMLv2 Metamodel diff --git a/backend/releng/pom.xml b/backend/releng/pom.xml index a6aaf3a5a..87c612f24 100644 --- a/backend/releng/pom.xml +++ b/backend/releng/pom.xml @@ -18,13 +18,13 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../pom.xml org.eclipse.syson syson-releng-parent - 2026.3.2 + 2026.3.3 syson-releng-parent SysON Releng Parent diff --git a/backend/releng/syson-test-coverage/pom.xml b/backend/releng/syson-test-coverage/pom.xml index 9d4883068..b010b7a0f 100644 --- a/backend/releng/syson-test-coverage/pom.xml +++ b/backend/releng/syson-test-coverage/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-test-coverage - 2026.3.2 + 2026.3.3 syson-test-coverage-aggregation SysON Test Coverage Aggregation diff --git a/backend/services/pom.xml b/backend/services/pom.xml index 98324e3e4..3914f0495 100644 --- a/backend/services/pom.xml +++ b/backend/services/pom.xml @@ -18,13 +18,13 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../pom.xml org.eclipse.syson syson-services-parent - 2026.3.2 + 2026.3.3 syson-services-parent SysON Services Parent diff --git a/backend/services/syson-diagram-services/pom.xml b/backend/services/syson-diagram-services/pom.xml index 18f54bd9f..bb3db1d1c 100644 --- a/backend/services/syson-diagram-services/pom.xml +++ b/backend/services/syson-diagram-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-diagram-services - 2026.3.2 + 2026.3.3 syson-diagram-services SysON Diagram Services diff --git a/backend/services/syson-direct-edit-grammar/pom.xml b/backend/services/syson-direct-edit-grammar/pom.xml index 3c9f88b5f..1823e8af9 100644 --- a/backend/services/syson-direct-edit-grammar/pom.xml +++ b/backend/services/syson-direct-edit-grammar/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-direct-edit-grammar - 2026.3.2 + 2026.3.3 syson-direct-edit-grammar SysON Direct Edit Grammar diff --git a/backend/services/syson-form-services/pom.xml b/backend/services/syson-form-services/pom.xml index a2f148ca1..8057cd7ea 100644 --- a/backend/services/syson-form-services/pom.xml +++ b/backend/services/syson-form-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-form-services - 2026.3.2 + 2026.3.3 syson-form-services SysON Form Services diff --git a/backend/services/syson-model-services/pom.xml b/backend/services/syson-model-services/pom.xml index d4e714774..8dfe72698 100644 --- a/backend/services/syson-model-services/pom.xml +++ b/backend/services/syson-model-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-model-services - 2026.3.2 + 2026.3.3 syson-model-services SysON Model Services diff --git a/backend/services/syson-representation-services/pom.xml b/backend/services/syson-representation-services/pom.xml index b22391de0..adbbd3a9c 100644 --- a/backend/services/syson-representation-services/pom.xml +++ b/backend/services/syson-representation-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-representation-services - 2026.3.2 + 2026.3.3 syson-representation-services SysON Representation Services diff --git a/backend/services/syson-services/pom.xml b/backend/services/syson-services/pom.xml index 775e8527b..dbd57bb7c 100644 --- a/backend/services/syson-services/pom.xml +++ b/backend/services/syson-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-services - 2026.3.2 + 2026.3.3 syson-services SysON Services diff --git a/backend/services/syson-sysml-metamodel-services/pom.xml b/backend/services/syson-sysml-metamodel-services/pom.xml index 1c2436371..53a6e908e 100644 --- a/backend/services/syson-sysml-metamodel-services/pom.xml +++ b/backend/services/syson-sysml-metamodel-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-sysml-metamodel-services - 2026.3.2 + 2026.3.3 syson-sysml-metamodel-services SysON SysML Metamodel Services diff --git a/backend/services/syson-sysml-rest-api-services/pom.xml b/backend/services/syson-sysml-rest-api-services/pom.xml index ad9bf100b..44aa215d2 100644 --- a/backend/services/syson-sysml-rest-api-services/pom.xml +++ b/backend/services/syson-sysml-rest-api-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-sysml-rest-api-services - 2026.3.2 + 2026.3.3 syson-sysml-rest-api-services SysON SysML REST API Services diff --git a/backend/services/syson-table-services/pom.xml b/backend/services/syson-table-services/pom.xml index 32c3c4531..6febb038c 100644 --- a/backend/services/syson-table-services/pom.xml +++ b/backend/services/syson-table-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-table-services - 2026.3.2 + 2026.3.3 syson-table-services SysON Table Services diff --git a/backend/services/syson-tree-services/pom.xml b/backend/services/syson-tree-services/pom.xml index a1d316f6c..0b0d964ba 100644 --- a/backend/services/syson-tree-services/pom.xml +++ b/backend/services/syson-tree-services/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-tree-services - 2026.3.2 + 2026.3.3 syson-tree-services SysON Tree Services diff --git a/backend/tests/pom.xml b/backend/tests/pom.xml index 91a4af4fc..cc49587f1 100644 --- a/backend/tests/pom.xml +++ b/backend/tests/pom.xml @@ -18,13 +18,13 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../pom.xml org.eclipse.syson syson-tests-parent - 2026.3.2 + 2026.3.3 syson-tests-parent SysON Tests Parent diff --git a/backend/tests/syson-tests/pom.xml b/backend/tests/syson-tests/pom.xml index 30504bbef..175698b40 100644 --- a/backend/tests/syson-tests/pom.xml +++ b/backend/tests/syson-tests/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-tests - 2026.3.2 + 2026.3.3 syson-tests SysON Tests diff --git a/backend/views/pom.xml b/backend/views/pom.xml index fe6a321f4..76470f81d 100644 --- a/backend/views/pom.xml +++ b/backend/views/pom.xml @@ -18,13 +18,13 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../pom.xml org.eclipse.syson syson-views-parent - 2026.3.2 + 2026.3.3 syson-views-parent SysON Views Parent diff --git a/backend/views/syson-common-view/pom.xml b/backend/views/syson-common-view/pom.xml index 5935e6583..b654db882 100644 --- a/backend/views/syson-common-view/pom.xml +++ b/backend/views/syson-common-view/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-common-view - 2026.3.2 + 2026.3.3 syson-common-view SysON Sirius Web common elements for SysMLv2 views diff --git a/backend/views/syson-diagram-common-view/pom.xml b/backend/views/syson-diagram-common-view/pom.xml index 6aebcd03e..3def9eef6 100644 --- a/backend/views/syson-diagram-common-view/pom.xml +++ b/backend/views/syson-diagram-common-view/pom.xml @@ -18,13 +18,13 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-diagram-common-view - 2026.3.2 + 2026.3.3 syson-diagram-common-view SysON Sirius Web common elements for SysMLv2 diagrams diff --git a/backend/views/syson-diagram-tests/pom.xml b/backend/views/syson-diagram-tests/pom.xml index 9be78fd79..b68ad4623 100644 --- a/backend/views/syson-diagram-tests/pom.xml +++ b/backend/views/syson-diagram-tests/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-diagram-tests - 2026.3.2 + 2026.3.3 syson-diagram-tests SysON Diagram Tests diff --git a/backend/views/syson-standard-diagrams-view/pom.xml b/backend/views/syson-standard-diagrams-view/pom.xml index e7e42f867..1e02520f8 100644 --- a/backend/views/syson-standard-diagrams-view/pom.xml +++ b/backend/views/syson-standard-diagrams-view/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-standard-diagrams-view - 2026.3.2 + 2026.3.3 syson-standard-diagrams-view SysON Sirius Web diagram description of the SysMLv2 Standard Diagrams Views diff --git a/backend/views/syson-table-requirements-view/pom.xml b/backend/views/syson-table-requirements-view/pom.xml index 4ef556be2..79397f99d 100644 --- a/backend/views/syson-table-requirements-view/pom.xml +++ b/backend/views/syson-table-requirements-view/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-table-requirements-view - 2026.3.2 + 2026.3.3 syson-table-requirements-view SysON Table Requirements View diff --git a/backend/views/syson-tree-explorer-view/pom.xml b/backend/views/syson-tree-explorer-view/pom.xml index 9d916f19e..f4fa46249 100644 --- a/backend/views/syson-tree-explorer-view/pom.xml +++ b/backend/views/syson-tree-explorer-view/pom.xml @@ -18,12 +18,12 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 ../../../pom.xml org.eclipse.syson syson-tree-explorer-view - 2026.3.2 + 2026.3.3 syson-tree-explorer-view SysON Sirius Web tree description of the explorer view diff --git a/frontend/syson-components/package.json b/frontend/syson-components/package.json index 8c806b59d..5f5f57e61 100644 --- a/frontend/syson-components/package.json +++ b/frontend/syson-components/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-syson/syson-components", - "version": "2026.3.2", + "version": "2026.3.3", "author": "Eclipse SysON", "license": "EPL-2.0", "repository": { diff --git a/frontend/syson/package.json b/frontend/syson/package.json index 12c92c186..134731971 100644 --- a/frontend/syson/package.json +++ b/frontend/syson/package.json @@ -1,7 +1,7 @@ { "name": "@eclipse-syson/syson", "author": "Eclipse SysON", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "repository": { "type": "git", @@ -34,7 +34,7 @@ "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", "@eclipse-sirius/sirius-web-application": "2026.3.3", - "@eclipse-syson/syson-components": "2026.3.2", + "@eclipse-syson/syson-components": "2026.3.3", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", "@mui/icons-material": "7.3.10", diff --git a/integration-tests-cypress/package-lock.json b/integration-tests-cypress/package-lock.json index 8e5243e70..6f90d578a 100644 --- a/integration-tests-cypress/package-lock.json +++ b/integration-tests-cypress/package-lock.json @@ -1,12 +1,12 @@ { "name": "syson-integration-tests-cypress", - "version": "2026.3.2", + "version": "2026.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "syson-integration-tests-cypress", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "dependencies": { "prettier": "2.7.1" diff --git a/integration-tests-cypress/package.json b/integration-tests-cypress/package.json index 8b5450ce7..6678e1de4 100644 --- a/integration-tests-cypress/package.json +++ b/integration-tests-cypress/package.json @@ -1,6 +1,6 @@ { "name": "syson-integration-tests-cypress", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "private": true, "devDependencies": { diff --git a/integration-tests-playwright/package-lock.json b/integration-tests-playwright/package-lock.json index 6e2cd7aad..99c994730 100644 --- a/integration-tests-playwright/package-lock.json +++ b/integration-tests-playwright/package-lock.json @@ -1,12 +1,12 @@ { "name": "syson-integration-tests-playwright", - "version": "2026.3.2", + "version": "2026.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "syson-integration-tests-playwright", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "dependencies": { "prettier": "2.7.1" diff --git a/integration-tests-playwright/package.json b/integration-tests-playwright/package.json index 93dd441dc..1bc5a4b10 100644 --- a/integration-tests-playwright/package.json +++ b/integration-tests-playwright/package.json @@ -1,6 +1,6 @@ { "name": "syson-integration-tests-playwright", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "private": true, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 94930bb99..a84d52055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@eclipse-syson/syson-parent", - "version": "2026.3.2", + "version": "2026.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@eclipse-syson/syson-parent", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "workspaces": [ "./frontend/*" @@ -21,7 +21,7 @@ }, "frontend/syson": { "name": "@eclipse-syson/syson", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "dependencies": { "@apollo/client": "3.10.4", @@ -46,7 +46,7 @@ "@eclipse-sirius/sirius-components-widget-reference": "2026.3.3", "@eclipse-sirius/sirius-components-widget-table": "2026.3.3", "@eclipse-sirius/sirius-web-application": "2026.3.3", - "@eclipse-syson/syson-components": "2026.3.2", + "@eclipse-syson/syson-components": "2026.3.3", "@lexical/code": "0.42.0", "@lexical/react": "0.42.0", "@mui/icons-material": "7.3.10", @@ -104,7 +104,7 @@ }, "frontend/syson-components": { "name": "@eclipse-syson/syson-components", - "version": "2026.3.2", + "version": "2026.3.3", "license": "EPL-2.0", "devDependencies": { "@apollo/client": "3.10.4", diff --git a/package.json b/package.json index 00cb58025..f004792ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-syson/syson-parent", - "version": "2026.3.2", + "version": "2026.3.3", "author": "Eclipse SysON", "license": "EPL-2.0", "repository": { diff --git a/pom.xml b/pom.xml index a0af9ebed..1dda126bd 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.eclipse.syson syson - 2026.3.2 + 2026.3.3 syson SysON @@ -33,7 +33,7 @@ 21 2026.3.3 - 2026.3.2 + 2026.3.3 ${project.basedir}/releng/backend/releng/syson-test-coverage/target/site/jacoco-aggregate/jacoco.xml