From 83941d97825fdc488bf582cd4b3ae14672dabf9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:42:23 +0300 Subject: [PATCH] feat(release): Adjust Examples for 7.21.0 Release Co-authored-by: github-actions[bot] Co-authored-by: yanavasileva Co-authored-by: Miklas Boskamp <20189772+mboskamp@users.noreply.github.com> Co-authored-by: Daniel Kelemen Co-authored-by: Daniel Kelemen Co-authored-by: venetrius Co-authored-by: venetrius Related-to: https://github.com/camunda/camunda-bpm-platform/issues/3856 --- README.md | 5 +- .../generate-process-fluent-api/pom.xml | 12 +- bpmn-model-api/parse-bpmn/pom.xml | 4 +- clients/java/order-handling/pom.xml | 2 +- .../cockpit-bpmn-js-module-bundled/README.md | 2 +- .../package-lock.json | 80 +-- .../package.json | 8 +- .../cockpit-diagram-interactions/README.md | 2 +- .../README.md | 6 +- .../frontend/package-lock.json | 602 +++++++++--------- .../frontend/package.json | 12 +- .../cockpit-fullstack-count-processes/pom.xml | 4 +- .../package-lock.json | 602 +++++++++--------- .../cockpit-react-involved-users/package.json | 12 +- deployment/ejb-pa-jakarta/pom.xml | 2 +- deployment/ejb-pa/README.md | 2 +- deployment/ejb-pa/pom.xml | 2 +- deployment/embedded-spring-rest/pom.xml | 2 +- deployment/servlet-pa/README.md | 2 +- deployment/servlet-pa/pom.xml | 2 +- deployment/spring-servlet-pa-tomcat/pom.xml | 4 +- .../spring-servlet-pa-wildfly/README.md | 2 +- deployment/spring-servlet-pa-wildfly/pom.xml | 2 +- deployment/spring-wildfly-non-pa/README.md | 2 +- deployment/spring-wildfly-non-pa/pom.xml | 2 +- dmn-engine/dmn-engine-drg/README.md | 6 +- dmn-engine/dmn-engine-drg/pom.xml | 2 +- .../dmn-engine-java-main-method/README.md | 4 +- .../dmn-engine-java-main-method/pom.xml | 2 +- migration/migrate-on-deployment/README.md | 4 +- migration/migrate-on-deployment/pom.xml | 2 +- multi-tenancy/schema-isolation/README.md | 18 +- multi-tenancy/schema-isolation/pom.xml | 2 +- .../tenant-identifier-embedded/README.md | 2 +- .../tenant-identifier-embedded/pom.xml | 2 +- .../README.md | 2 +- .../pom.xml | 2 +- .../tenant-identifier-shared/README.md | 2 +- .../tenant-identifier-shared/pom.xml | 2 +- .../bpmn-parse-listener/pom.xml | 2 +- .../command-interceptor-blocking/pom.xml | 2 +- .../custom-history-level/pom.xml | 2 +- .../failed-job-retry-profile/pom.xml | 2 +- .../handling-jpa-variables/pom.xml | 2 +- quarkus-extension/datasource-example/pom.xml | 4 +- quarkus-extension/spin-plugin-example/pom.xml | 4 +- scripttask/xslt-scripttask/pom.xml | 2 +- servicetask/rest-service/pom.xml | 2 +- .../service-invocation-asynchronous/pom.xml | 2 +- .../service-invocation-synchronous/pom.xml | 2 +- .../dataformat-configuration-global/README.md | 4 +- spin/dataformat-configuration-global/pom.xml | 2 +- .../README.md | 4 +- .../pom.xml | 2 +- spring-boot-starter/example-invoice/README.md | 4 +- spring-boot-starter/example-invoice/pom.xml | 4 +- spring-boot-starter/example-simple/README.md | 6 +- spring-boot-starter/example-simple/pom.xml | 4 +- spring-boot-starter/example-twitter/README.md | 6 +- spring-boot-starter/example-twitter/pom.xml | 4 +- spring-boot-starter/example-web/README.md | 6 +- spring-boot-starter/example-web/pom.xml | 4 +- .../example-webapp-ee/README.md | 4 +- spring-boot-starter/example-webapp-ee/pom.xml | 4 +- spring-boot-starter/example-webapp/README.md | 4 +- spring-boot-starter/example-webapp/pom.xml | 4 +- .../README.md | 10 +- .../loan-granting-spring-boot-webapp/pom.xml | 4 +- startevent/message-start/pom.xml | 2 +- tasklist/cats-plugin/README.md | 2 +- .../README.md | 4 +- .../pom.xml | 6 +- .../junit5/camunda-bpm-junit-assert/README.md | 2 +- .../junit5/camunda-bpm-junit-assert/pom.xml | 6 +- .../camunda-bpm-junit-use-engine/pom.xml | 12 +- usertask/task-camunda-forms/README.md | 2 +- usertask/task-camunda-forms/pom.xml | 2 +- .../task-form-embedded-bpmn-events/pom.xml | 2 +- .../task-form-embedded-json-variables/pom.xml | 2 +- usertask/task-form-embedded-react/README.md | 2 +- usertask/task-form-embedded-react/pom.xml | 2 +- usertask/task-form-embedded/README.md | 2 +- usertask/task-form-embedded/pom.xml | 2 +- wildfly/jackson-annotations/README.md | 8 +- wildfly/jackson-annotations/pom.xml | 4 +- 85 files changed, 805 insertions(+), 792 deletions(-) diff --git a/README.md b/README.md index 396bdd904..74d0f6397 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Camunda Platform examples is a collection of focused usage examples for the [Cam | Camunda Version | Link | Checkout command | |-----------------|-----------------------------------------------------------------------|-----------------------| | Latest | [Master branch](https://github.com/camunda/camunda-bpm-examples) | `git checkout master` | +| 7.21 | [7.21 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.21) | `git checkout 7.21` | | 7.20 | [7.20 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.20) | `git checkout 7.20` | | 7.19 | [7.19 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.19) | `git checkout 7.19` | | 7.18 | [7.18 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.18) | `git checkout 7.18` | @@ -104,16 +105,16 @@ If you clone this repository, use the checkout commands to access the sources fo |-------------------------------------------------------------------------------------------------|----------------------|---------------------------------------------| | [BPMN Parse Listener](process-engine-plugin/bpmn-parse-listener) | Unit Test | Process Engine Plugin, Bpmn Parse Listener | | [BPMN Parse Listener on User Task](process-engine-plugin/bpmn-parse-listener-on-user-task) [^1] | Unit Test | Process Engine Plugin, Bpmn Parse Listener | -| [Custom History Level](process-engine-plugin/custom-history-level) | Unit Test | Process Engine Plugin, Custom History Level | | [Command Interceptor - Blocking](process-engine-plugin/command-interceptor-blocking) | Unit Test | Maintenance, Interceptor, Configuration | +| [Custom History Level](process-engine-plugin/custom-history-level) | Unit Test | Process Engine Plugin, Custom History Level | | [Failed Job Retry Profile](process-engine-plugin/failed-job-retry-profile) | Unit Test | Process Engine Plugin, Failed Job Retry | ### Bpmn 2.0 Model API Examples | Name | Container | Keywords | |----------------------------------------------------------------------|----------------------|---------------------------| -| [Generate BPMN process](/bpmn-model-api/generate-process-fluent-api) | Unit Test | Fluent API | | [Generate JSF forms](/bpmn-model-api/generate-jsf-form) [^1] | JavaEE Containers | JSF, Usertask | +| [Generate BPMN process](/bpmn-model-api/generate-process-fluent-api) | Unit Test | Fluent API | | [Parse BPMN model](/bpmn-model-api/parse-bpmn) | Unit Test | BPMN | ### Cmmn 1.1 Model API Examples diff --git a/bpmn-model-api/generate-process-fluent-api/pom.xml b/bpmn-model-api/generate-process-fluent-api/pom.xml index b3d896019..7230fc3ca 100644 --- a/bpmn-model-api/generate-process-fluent-api/pom.xml +++ b/bpmn-model-api/generate-process-fluent-api/pom.xml @@ -7,14 +7,15 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.26 11 - 3.11.0 + 3.13.0 + 3.4.0 UTF-8 false @@ -74,6 +75,13 @@ maven-compiler-plugin ${maven.compiler.plugin.version} + + + maven-war-plugin + ${maven.war.plugin.version} + + false + diff --git a/bpmn-model-api/parse-bpmn/pom.xml b/bpmn-model-api/parse-bpmn/pom.xml index dfe1124f7..d33a3d916 100644 --- a/bpmn-model-api/parse-bpmn/pom.xml +++ b/bpmn-model-api/parse-bpmn/pom.xml @@ -10,13 +10,13 @@ Parse BPMN by model API - 7.20.0 + 7.21.0 4.13.2 3.22.0 11 - 3.11.0 + 3.13.0 UTF-8 diff --git a/clients/java/order-handling/pom.xml b/clients/java/order-handling/pom.xml index c9a69cfe9..dea3fed7c 100644 --- a/clients/java/order-handling/pom.xml +++ b/clients/java/order-handling/pom.xml @@ -11,7 +11,7 @@ order-handling-example - 7.20.0 + 7.21.0 1.7.36 4.0.5 3.11.0 diff --git a/cockpit/cockpit-bpmn-js-module-bundled/README.md b/cockpit/cockpit-bpmn-js-module-bundled/README.md index 2f8dd3208..f1bc489a1 100644 --- a/cockpit/cockpit-bpmn-js-module-bundled/README.md +++ b/cockpit/cockpit-bpmn-js-module-bundled/README.md @@ -4,7 +4,7 @@ This example shows how to develop, bundle and include a bpmn-js custom module in For additional information, please also see the [documentation](https://docs.camunda.org/manual/latest/webapps/cockpit/extend/configuration/#bpmn-diagram-viewer-bpmn-js). -Built and tested against Camunda Platform version `7.20.0`. +Built and tested against Camunda Platform version `7.21.0`. ![Screenshot](screenshot.png) diff --git a/cockpit/cockpit-bpmn-js-module-bundled/package-lock.json b/cockpit/cockpit-bpmn-js-module-bundled/package-lock.json index ec9b2384d..20355fd4d 100644 --- a/cockpit/cockpit-bpmn-js-module-bundled/package-lock.json +++ b/cockpit/cockpit-bpmn-js-module-bundled/package-lock.json @@ -9,11 +9,11 @@ "version": "0.0.1", "license": "Apache-2.0", "dependencies": { - "@rollup/plugin-commonjs": "^25.0.4", - "@rollup/plugin-node-resolve": "^15.2.1", + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-node-resolve": "^15.2.3", "bpmn-js": "^12.1.1", - "diagram-js": "^11.13.0", - "rollup": "^3.29.3", + "diagram-js": "^11.13.1", + "rollup": "^3.29.4", "tiny-svg": "^3.0.1" } }, @@ -27,27 +27,27 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" }, "node_modules/@rollup/plugin-commonjs": { - "version": "25.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz", - "integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==", + "version": "25.0.7", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz", + "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==", "dependencies": { "@rollup/pluginutils": "^5.0.1", "commondir": "^1.0.1", "estree-walker": "^2.0.2", "glob": "^8.0.3", "is-reference": "1.2.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.68.0||^3.0.0" + "rollup": "^2.68.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -56,9 +56,9 @@ } }, "node_modules/@rollup/plugin-node-resolve": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.1.tgz", - "integrity": "sha512-nsbUg588+GDSu8/NS8T4UAshO6xeaOfINNuXeVHcKV02LJtoRaM1SiOacClw4kws1SFiNhdLGxlbMY9ga/zs/w==", + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "dependencies": { "@rollup/pluginutils": "^5.0.1", "@types/resolve": "1.20.2", @@ -71,7 +71,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.78.0||^3.0.0" + "rollup": "^2.78.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -358,11 +358,11 @@ } }, "node_modules/magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", + "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" }, "engines": { "node": ">=12" @@ -472,9 +472,9 @@ } }, "node_modules/rollup": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", - "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "bin": { "rollup": "dist/bin/rollup" }, @@ -524,27 +524,27 @@ } }, "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" }, "@rollup/plugin-commonjs": { - "version": "25.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz", - "integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==", + "version": "25.0.7", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz", + "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==", "requires": { "@rollup/pluginutils": "^5.0.1", "commondir": "^1.0.1", "estree-walker": "^2.0.2", "glob": "^8.0.3", "is-reference": "1.2.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" } }, "@rollup/plugin-node-resolve": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.1.tgz", - "integrity": "sha512-nsbUg588+GDSu8/NS8T4UAshO6xeaOfINNuXeVHcKV02LJtoRaM1SiOacClw4kws1SFiNhdLGxlbMY9ga/zs/w==", + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "requires": { "@rollup/pluginutils": "^5.0.1", "@types/resolve": "1.20.2", @@ -779,11 +779,11 @@ } }, "magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", + "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", "requires": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" } }, "min-dash": { @@ -871,9 +871,9 @@ } }, "rollup": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", - "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "requires": { "fsevents": "~2.3.2" } diff --git a/cockpit/cockpit-bpmn-js-module-bundled/package.json b/cockpit/cockpit-bpmn-js-module-bundled/package.json index 415429d7e..60e48de24 100644 --- a/cockpit/cockpit-bpmn-js-module-bundled/package.json +++ b/cockpit/cockpit-bpmn-js-module-bundled/package.json @@ -22,11 +22,11 @@ }, "homepage": "https://github.com/camunda/camunda-bpm-examples/tree/master/cockpit/cockpit-bpmn-js-module-bundled", "dependencies": { - "@rollup/plugin-commonjs": "^25.0.4", - "@rollup/plugin-node-resolve": "^15.2.1", + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-node-resolve": "^15.2.3", "bpmn-js": "^12.1.1", - "diagram-js": "^11.13.0", - "rollup": "^3.29.3", + "diagram-js": "^11.13.1", + "rollup": "^3.29.4", "tiny-svg": "^3.0.1" } } diff --git a/cockpit/cockpit-diagram-interactions/README.md b/cockpit/cockpit-diagram-interactions/README.md index 817933aa6..c2cb7295d 100644 --- a/cockpit/cockpit-diagram-interactions/README.md +++ b/cockpit/cockpit-diagram-interactions/README.md @@ -4,7 +4,7 @@ This example shows how you can achieve diagram interactions with custom plugins. Click on an activity in the BPMN diagram to apply a filter to the table. -Built and tested against Camunda Platform version `7.20.0`. +Built and tested against Camunda Platform version `7.21.0`. ![Screenshot](screenshot.png) diff --git a/cockpit/cockpit-fullstack-count-processes/README.md b/cockpit/cockpit-fullstack-count-processes/README.md index d7a8d89b9..0a643edf7 100644 --- a/cockpit/cockpit-fullstack-count-processes/README.md +++ b/cockpit/cockpit-fullstack-count-processes/README.md @@ -3,11 +3,11 @@ Fullstack (ReactJS & Java) "Count Processes" Cockpit Plugin This is a simple plugin that showcases the plugin system of Cockpit, the process monitoring tool of [Camunda Platform](http://docs.camunda.org). -Built and tested against Camunda Platform version `7.20.0`. +Built and tested against Camunda Platform version `7.21.0`. ![Screenshot](screenshot.png) -> Note: If you need please take a look at the [Cockpit Plug-ins](https://docs.camunda.org/manual/7.20/webapps/cockpit/extend/plugins/) for the basics first. +> Note: If you need please take a look at the [Cockpit Plug-ins](https://docs.camunda.org/manual/7.21/webapps/cockpit/extend/plugins/) for the basics first. # Table of contents @@ -452,7 +452,7 @@ Now we are done with the server-side parts of the plug-in. Next, we will go ahea >This section only provides a short overview of the client-side plug-in mechanism in Cockpit. ->Consider reading about the [Structure of a Frontend Module](https://docs.camunda.org/manual/7.20/webapps/cockpit/extend/plugins/#structure-of-a-frontend-module) if you are interested in more details. +>Consider reading about the [Structure of a Frontend Module](https://docs.camunda.org/manual/7.21/webapps/cockpit/extend/plugins/#structure-of-a-frontend-module) if you are interested in more details. The client-side part of a Cockpit plug-in consists of an extension to the Cockpit webapp client application. It is served through the plug-in serverside extension as a static plug-in asset. diff --git a/cockpit/cockpit-fullstack-count-processes/frontend/package-lock.json b/cockpit/cockpit-fullstack-count-processes/frontend/package-lock.json index 37b9c3d46..08de29abb 100644 --- a/cockpit/cockpit-fullstack-count-processes/frontend/package-lock.json +++ b/cockpit/cockpit-fullstack-count-processes/frontend/package-lock.json @@ -12,16 +12,16 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "@babel/core": "~7.23.0", + "@babel/core": "~7.23.9", "@babel/plugin-transform-runtime": "~7.22.15", "@babel/preset-env": "~7.22.20", "@babel/preset-react": "~7.22.15", - "@rollup/plugin-babel": "~6.0.3", - "@rollup/plugin-commonjs": "~25.0.4", - "@rollup/plugin-node-resolve": "~15.2.1", - "@rollup/plugin-replace": "~5.0.2", + "@rollup/plugin-babel": "~6.0.4", + "@rollup/plugin-commonjs": "~25.0.7", + "@rollup/plugin-node-resolve": "~15.2.3", + "@rollup/plugin-replace": "~5.0.5", "node-sass": "~9.0.0", - "rollup": "~3.29.3", + "rollup": "~3.29.4", "rollup-plugin-scss": "~4.0.0" } }, @@ -39,43 +39,43 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", "dev": true, "dependencies": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", - "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.1.tgz", + "integrity": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", - "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", + "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.0", - "@babel/parser": "^7.23.0", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.9", + "@babel/parser": "^7.23.9", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -91,14 +91,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.1.tgz", + "integrity": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==", "dev": true, "dependencies": { - "@babel/types": "^7.23.0", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", + "@babel/types": "^7.24.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "engines": { @@ -106,14 +106,14 @@ } }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.1", + "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" @@ -144,14 +144,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -289,9 +289,9 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", - "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", @@ -399,9 +399,9 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", "dev": true, "engines": { "node": ">=6.9.0" @@ -417,9 +417,9 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true, "engines": { "node": ">=6.9.0" @@ -440,37 +440,38 @@ } }, "node_modules/@babel/helpers": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", - "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz", + "integrity": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==", "dev": true, "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0" + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.1", + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", + "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz", + "integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -1777,34 +1778,34 @@ } }, "node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.24.0", + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", - "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", + "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", + "@babel/code-frame": "^7.24.1", + "@babel/generator": "^7.24.1", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", - "debug": "^4.1.0", + "@babel/parser": "^7.24.1", + "@babel/types": "^7.24.0", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -1812,12 +1813,12 @@ } }, "node_modules/@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", + "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, @@ -1854,28 +1855,28 @@ } }, "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@npmcli/fs": { @@ -1889,9 +1890,9 @@ } }, "node_modules/@npmcli/fs/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -1918,9 +1919,9 @@ } }, "node_modules/@rollup/plugin-babel": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz", - "integrity": "sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz", + "integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==", "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.18.6", @@ -1932,7 +1933,7 @@ "peerDependencies": { "@babel/core": "^7.0.0", "@types/babel__core": "^7.1.9", - "rollup": "^1.20.0||^2.0.0||^3.0.0" + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "@types/babel__core": { @@ -1944,9 +1945,9 @@ } }, "node_modules/@rollup/plugin-commonjs": { - "version": "25.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz", - "integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==", + "version": "25.0.7", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz", + "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -1954,13 +1955,13 @@ "estree-walker": "^2.0.2", "glob": "^8.0.3", "is-reference": "1.2.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.68.0||^3.0.0" + "rollup": "^2.68.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -2009,9 +2010,9 @@ } }, "node_modules/@rollup/plugin-node-resolve": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.1.tgz", - "integrity": "sha512-nsbUg588+GDSu8/NS8T4UAshO6xeaOfINNuXeVHcKV02LJtoRaM1SiOacClw4kws1SFiNhdLGxlbMY9ga/zs/w==", + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -2025,7 +2026,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.78.0||^3.0.0" + "rollup": "^2.78.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -2034,19 +2035,19 @@ } }, "node_modules/@rollup/plugin-replace": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.2.tgz", - "integrity": "sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz", + "integrity": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0" + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -2268,9 +2269,9 @@ } }, "node_modules/browserslist": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.0.tgz", - "integrity": "sha512-v+Jcv64L2LbfTC6OnRcaxtqJNJuQAVhZKSJfR/6hn7lhnChUXl4amwVviqN1k411BB+3rRoKMitELRn1CojeRA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -2287,9 +2288,9 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001539", - "electron-to-chromium": "^1.4.530", - "node-releases": "^2.0.13", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, "bin": { @@ -2367,9 +2368,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001540", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001540.tgz", - "integrity": "sha512-9JL38jscuTJBTcuETxm8QLsFr/F6v0CYYTEU6r5+qSM98P2Q0Hmu0eG1dTG5GBUmywU3UlcVOUSIJYY47rdFSw==", + "version": "1.0.30001605", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001605.tgz", + "integrity": "sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==", "dev": true, "funding": [ { @@ -2583,9 +2584,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.531", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.531.tgz", - "integrity": "sha512-H6gi5E41Rn3/mhKlPaT1aIMg/71hTAqn0gYEllSuw9igNWtvQwu185jiCZoZD29n7Zukgh7GVZ3zGf0XvkhqjQ==", + "version": "1.4.723", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.723.tgz", + "integrity": "sha512-rxFVtrMGMFROr4qqU6n95rUi9IlfIm+lIAt+hOToy/9r6CDv0XiEcQdC3VP71y1pE5CFTzKV0RvxOGYCPWWHPw==", "dev": true }, "node_modules/emoji-regex": { @@ -2900,9 +2901,9 @@ } }, "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "node_modules/http-proxy-agent": { @@ -2995,9 +2996,9 @@ "dev": true }, "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", "dev": true }, "node_modules/is-arrayish": { @@ -3188,12 +3189,12 @@ } }, "node_modules/magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", + "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", "dev": true, "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" }, "engines": { "node": ">=12" @@ -3462,9 +3463,9 @@ } }, "node_modules/node-gyp/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3477,9 +3478,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", - "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "node_modules/node-sass": { @@ -3742,9 +3743,9 @@ } }, "node_modules/node-sass/node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3861,9 +3862,9 @@ } }, "node_modules/normalize-package-data/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -4121,9 +4122,9 @@ } }, "node_modules/read-pkg/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -4287,9 +4288,9 @@ } }, "node_modules/rollup": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", - "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -4933,37 +4934,37 @@ } }, "@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", "dev": true, "requires": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" } }, "@babel/compat-data": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", - "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.1.tgz", + "integrity": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==", "dev": true }, "@babel/core": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", - "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", + "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", "dev": true, "requires": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.0", - "@babel/parser": "^7.23.0", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.9", + "@babel/parser": "^7.23.9", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -4972,26 +4973,26 @@ } }, "@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.1.tgz", + "integrity": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==", "dev": true, "requires": { - "@babel/types": "^7.23.0", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", + "@babel/types": "^7.24.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "dependencies": { "@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, "requires": { - "@jridgewell/set-array": "^1.0.1", + "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/trace-mapping": "^0.3.24" } } } @@ -5015,14 +5016,14 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "requires": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -5129,9 +5130,9 @@ } }, "@babel/helper-module-transforms": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", - "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.22.20", @@ -5206,9 +5207,9 @@ } }, "@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", "dev": true }, "@babel/helper-validator-identifier": { @@ -5218,9 +5219,9 @@ "dev": true }, "@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true }, "@babel/helper-wrap-function": { @@ -5235,31 +5236,32 @@ } }, "@babel/helpers": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", - "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz", + "integrity": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==", "dev": true, "requires": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0" + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.1", + "@babel/types": "^7.24.0" } }, "@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", + "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" } }, "@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz", + "integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { @@ -6129,41 +6131,41 @@ } }, "@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.24.0", + "@babel/types": "^7.24.0" } }, "@babel/traverse": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", - "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", + "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", + "@babel/code-frame": "^7.24.1", + "@babel/generator": "^7.24.1", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", - "debug": "^4.1.0", + "@babel/parser": "^7.24.1", + "@babel/types": "^7.24.0", + "debug": "^4.3.1", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", + "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", "dev": true, "requires": { - "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" } @@ -6191,25 +6193,25 @@ "dev": true }, "@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true }, "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "@npmcli/fs": { @@ -6223,9 +6225,9 @@ }, "dependencies": { "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -6244,9 +6246,9 @@ } }, "@rollup/plugin-babel": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz", - "integrity": "sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz", + "integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.18.6", @@ -6254,9 +6256,9 @@ } }, "@rollup/plugin-commonjs": { - "version": "25.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz", - "integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==", + "version": "25.0.7", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz", + "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==", "dev": true, "requires": { "@rollup/pluginutils": "^5.0.1", @@ -6264,7 +6266,7 @@ "estree-walker": "^2.0.2", "glob": "^8.0.3", "is-reference": "1.2.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "dependencies": { "brace-expansion": { @@ -6301,9 +6303,9 @@ } }, "@rollup/plugin-node-resolve": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.1.tgz", - "integrity": "sha512-nsbUg588+GDSu8/NS8T4UAshO6xeaOfINNuXeVHcKV02LJtoRaM1SiOacClw4kws1SFiNhdLGxlbMY9ga/zs/w==", + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "dev": true, "requires": { "@rollup/pluginutils": "^5.0.1", @@ -6315,13 +6317,13 @@ } }, "@rollup/plugin-replace": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.2.tgz", - "integrity": "sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz", + "integrity": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==", "dev": true, "requires": { "@rollup/pluginutils": "^5.0.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" } }, "@rollup/pluginutils": { @@ -6491,14 +6493,14 @@ } }, "browserslist": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.0.tgz", - "integrity": "sha512-v+Jcv64L2LbfTC6OnRcaxtqJNJuQAVhZKSJfR/6hn7lhnChUXl4amwVviqN1k411BB+3rRoKMitELRn1CojeRA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001539", - "electron-to-chromium": "^1.4.530", - "node-releases": "^2.0.13", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" } }, @@ -6552,9 +6554,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001540", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001540.tgz", - "integrity": "sha512-9JL38jscuTJBTcuETxm8QLsFr/F6v0CYYTEU6r5+qSM98P2Q0Hmu0eG1dTG5GBUmywU3UlcVOUSIJYY47rdFSw==", + "version": "1.0.30001605", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001605.tgz", + "integrity": "sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==", "dev": true }, "chalk": { @@ -6714,9 +6716,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.531", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.531.tgz", - "integrity": "sha512-H6gi5E41Rn3/mhKlPaT1aIMg/71hTAqn0gYEllSuw9igNWtvQwu185jiCZoZD29n7Zukgh7GVZ3zGf0XvkhqjQ==", + "version": "1.4.723", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.723.tgz", + "integrity": "sha512-rxFVtrMGMFROr4qqU6n95rUi9IlfIm+lIAt+hOToy/9r6CDv0XiEcQdC3VP71y1pE5CFTzKV0RvxOGYCPWWHPw==", "dev": true }, "emoji-regex": { @@ -6960,9 +6962,9 @@ } }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "http-proxy-agent": { @@ -7040,9 +7042,9 @@ "dev": true }, "ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", "dev": true }, "is-arrayish": { @@ -7194,12 +7196,12 @@ } }, "magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", + "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", "dev": true, "requires": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" } }, "make-fetch-happen": { @@ -7400,9 +7402,9 @@ } }, "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -7411,9 +7413,9 @@ } }, "node-releases": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", - "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "node-sass": { @@ -7617,9 +7619,9 @@ } }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -7707,9 +7709,9 @@ }, "dependencies": { "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -7883,9 +7885,9 @@ } }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true }, "type-fest": { @@ -8030,9 +8032,9 @@ } }, "rollup": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", - "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/cockpit/cockpit-fullstack-count-processes/frontend/package.json b/cockpit/cockpit-fullstack-count-processes/frontend/package.json index cc1fb18c5..8830070a7 100644 --- a/cockpit/cockpit-fullstack-count-processes/frontend/package.json +++ b/cockpit/cockpit-fullstack-count-processes/frontend/package.json @@ -10,16 +10,16 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "@babel/core": "~7.23.0", + "@babel/core": "~7.23.9", "@babel/plugin-transform-runtime": "~7.22.15", "@babel/preset-env": "~7.22.20", "@babel/preset-react": "~7.22.15", - "@rollup/plugin-babel": "~6.0.3", - "@rollup/plugin-commonjs": "~25.0.4", - "@rollup/plugin-node-resolve": "~15.2.1", - "@rollup/plugin-replace": "~5.0.2", + "@rollup/plugin-babel": "~6.0.4", + "@rollup/plugin-commonjs": "~25.0.7", + "@rollup/plugin-node-resolve": "~15.2.3", + "@rollup/plugin-replace": "~5.0.5", "node-sass": "~9.0.0", - "rollup": "~3.29.3", + "rollup": "~3.29.4", "rollup-plugin-scss": "~4.0.0" } } diff --git a/cockpit/cockpit-fullstack-count-processes/pom.xml b/cockpit/cockpit-fullstack-count-processes/pom.xml index 878a3e3b6..e9ab984be 100644 --- a/cockpit/cockpit-fullstack-count-processes/pom.xml +++ b/cockpit/cockpit-fullstack-count-processes/pom.xml @@ -9,10 +9,10 @@ Camunda Cockpit Plugin: Sample This is a simple plugin that showcases the plugin system of Cockpit, the process monitoring tool of Camunda Platform. - https://github.com/camunda/camunda-bpm-examples/tree/7.20/cockpit/cockpit-sample-plugin + https://github.com/camunda/camunda-bpm-examples/tree/7.21/cockpit/cockpit-sample-plugin - 7.20.0 + 7.21.0 1.14.0 3.3.1 diff --git a/cockpit/cockpit-react-involved-users/package-lock.json b/cockpit/cockpit-react-involved-users/package-lock.json index 0af0aba1a..260a5a5f7 100644 --- a/cockpit/cockpit-react-involved-users/package-lock.json +++ b/cockpit/cockpit-react-involved-users/package-lock.json @@ -13,16 +13,16 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@babel/core": "~7.23.0", + "@babel/core": "~7.23.9", "@babel/plugin-transform-runtime": "~7.22.15", "@babel/preset-env": "~7.22.20", "@babel/preset-react": "~7.22.15", - "@rollup/plugin-babel": "~6.0.3", - "@rollup/plugin-commonjs": "~25.0.4", - "@rollup/plugin-node-resolve": "~15.2.1", - "@rollup/plugin-replace": "~5.0.2", + "@rollup/plugin-babel": "~6.0.4", + "@rollup/plugin-commonjs": "~25.0.7", + "@rollup/plugin-node-resolve": "~15.2.3", + "@rollup/plugin-replace": "~5.0.5", "node-sass": "~9.0.0", - "rollup": "~3.29.3", + "rollup": "~3.29.4", "rollup-plugin-scss": "~4.0.0" } }, @@ -40,43 +40,43 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", "dev": true, "dependencies": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", - "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.1.tgz", + "integrity": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", - "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", + "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.0", - "@babel/parser": "^7.23.0", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.9", + "@babel/parser": "^7.23.9", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -92,14 +92,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.1.tgz", + "integrity": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==", "dev": true, "dependencies": { - "@babel/types": "^7.23.0", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", + "@babel/types": "^7.24.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "engines": { @@ -107,14 +107,14 @@ } }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.1", + "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" @@ -145,14 +145,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -290,9 +290,9 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", - "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", @@ -400,9 +400,9 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", "dev": true, "engines": { "node": ">=6.9.0" @@ -418,9 +418,9 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true, "engines": { "node": ">=6.9.0" @@ -441,37 +441,38 @@ } }, "node_modules/@babel/helpers": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", - "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz", + "integrity": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==", "dev": true, "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0" + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.1", + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", + "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz", + "integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -1778,34 +1779,34 @@ } }, "node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.24.0", + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", - "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", + "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", + "@babel/code-frame": "^7.24.1", + "@babel/generator": "^7.24.1", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", - "debug": "^4.1.0", + "@babel/parser": "^7.24.1", + "@babel/types": "^7.24.0", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -1813,12 +1814,12 @@ } }, "node_modules/@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", + "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, @@ -1855,28 +1856,28 @@ } }, "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@npmcli/fs": { @@ -1890,9 +1891,9 @@ } }, "node_modules/@npmcli/fs/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -1918,9 +1919,9 @@ } }, "node_modules/@rollup/plugin-babel": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz", - "integrity": "sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz", + "integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==", "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.18.6", @@ -1932,7 +1933,7 @@ "peerDependencies": { "@babel/core": "^7.0.0", "@types/babel__core": "^7.1.9", - "rollup": "^1.20.0||^2.0.0||^3.0.0" + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "@types/babel__core": { @@ -1944,9 +1945,9 @@ } }, "node_modules/@rollup/plugin-commonjs": { - "version": "25.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz", - "integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==", + "version": "25.0.7", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz", + "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -1954,13 +1955,13 @@ "estree-walker": "^2.0.2", "glob": "^8.0.3", "is-reference": "1.2.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.68.0||^3.0.0" + "rollup": "^2.68.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -2009,9 +2010,9 @@ } }, "node_modules/@rollup/plugin-node-resolve": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.1.tgz", - "integrity": "sha512-nsbUg588+GDSu8/NS8T4UAshO6xeaOfINNuXeVHcKV02LJtoRaM1SiOacClw4kws1SFiNhdLGxlbMY9ga/zs/w==", + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -2025,7 +2026,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.78.0||^3.0.0" + "rollup": "^2.78.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -2034,19 +2035,19 @@ } }, "node_modules/@rollup/plugin-replace": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.2.tgz", - "integrity": "sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz", + "integrity": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0" + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -2255,9 +2256,9 @@ } }, "node_modules/browserslist": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.0.tgz", - "integrity": "sha512-v+Jcv64L2LbfTC6OnRcaxtqJNJuQAVhZKSJfR/6hn7lhnChUXl4amwVviqN1k411BB+3rRoKMitELRn1CojeRA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -2274,9 +2275,9 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001539", - "electron-to-chromium": "^1.4.530", - "node-releases": "^2.0.13", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, "bin": { @@ -2354,9 +2355,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001540", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001540.tgz", - "integrity": "sha512-9JL38jscuTJBTcuETxm8QLsFr/F6v0CYYTEU6r5+qSM98P2Q0Hmu0eG1dTG5GBUmywU3UlcVOUSIJYY47rdFSw==", + "version": "1.0.30001605", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001605.tgz", + "integrity": "sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==", "dev": true, "funding": [ { @@ -2570,9 +2571,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.531", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.531.tgz", - "integrity": "sha512-H6gi5E41Rn3/mhKlPaT1aIMg/71hTAqn0gYEllSuw9igNWtvQwu185jiCZoZD29n7Zukgh7GVZ3zGf0XvkhqjQ==", + "version": "1.4.723", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.723.tgz", + "integrity": "sha512-rxFVtrMGMFROr4qqU6n95rUi9IlfIm+lIAt+hOToy/9r6CDv0XiEcQdC3VP71y1pE5CFTzKV0RvxOGYCPWWHPw==", "dev": true }, "node_modules/emoji-regex": { @@ -2868,9 +2869,9 @@ } }, "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "node_modules/http-proxy-agent": { @@ -2963,9 +2964,9 @@ "dev": true }, "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", "dev": true }, "node_modules/is-arrayish": { @@ -3156,12 +3157,12 @@ } }, "node_modules/magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", + "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", "dev": true, "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" }, "engines": { "node": ">=12" @@ -3462,9 +3463,9 @@ } }, "node_modules/node-gyp/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3477,9 +3478,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", - "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "node_modules/node-sass": { @@ -3742,9 +3743,9 @@ } }, "node_modules/node-sass/node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3861,9 +3862,9 @@ } }, "node_modules/normalize-package-data/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -4121,9 +4122,9 @@ } }, "node_modules/read-pkg/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -4287,9 +4288,9 @@ } }, "node_modules/rollup": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", - "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -4933,37 +4934,37 @@ } }, "@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", "dev": true, "requires": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" } }, "@babel/compat-data": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", - "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.1.tgz", + "integrity": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==", "dev": true }, "@babel/core": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", - "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", + "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", "dev": true, "requires": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.0", - "@babel/parser": "^7.23.0", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.9", + "@babel/parser": "^7.23.9", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -4972,26 +4973,26 @@ } }, "@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.1.tgz", + "integrity": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==", "dev": true, "requires": { - "@babel/types": "^7.23.0", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", + "@babel/types": "^7.24.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "dependencies": { "@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, "requires": { - "@jridgewell/set-array": "^1.0.1", + "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/trace-mapping": "^0.3.24" } } } @@ -5015,14 +5016,14 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "requires": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -5129,9 +5130,9 @@ } }, "@babel/helper-module-transforms": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", - "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.22.20", @@ -5206,9 +5207,9 @@ } }, "@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", "dev": true }, "@babel/helper-validator-identifier": { @@ -5218,9 +5219,9 @@ "dev": true }, "@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true }, "@babel/helper-wrap-function": { @@ -5235,31 +5236,32 @@ } }, "@babel/helpers": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", - "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz", + "integrity": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==", "dev": true, "requires": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0" + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.1", + "@babel/types": "^7.24.0" } }, "@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", + "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" } }, "@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz", + "integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { @@ -6129,41 +6131,41 @@ } }, "@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.24.0", + "@babel/types": "^7.24.0" } }, "@babel/traverse": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", - "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", + "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", + "@babel/code-frame": "^7.24.1", + "@babel/generator": "^7.24.1", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", - "debug": "^4.1.0", + "@babel/parser": "^7.24.1", + "@babel/types": "^7.24.0", + "debug": "^4.3.1", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", + "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", "dev": true, "requires": { - "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" } @@ -6191,25 +6193,25 @@ "dev": true }, "@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true }, "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "@npmcli/fs": { @@ -6223,9 +6225,9 @@ }, "dependencies": { "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -6244,9 +6246,9 @@ } }, "@rollup/plugin-babel": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz", - "integrity": "sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz", + "integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.18.6", @@ -6254,9 +6256,9 @@ } }, "@rollup/plugin-commonjs": { - "version": "25.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz", - "integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==", + "version": "25.0.7", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.7.tgz", + "integrity": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==", "dev": true, "requires": { "@rollup/pluginutils": "^5.0.1", @@ -6264,7 +6266,7 @@ "estree-walker": "^2.0.2", "glob": "^8.0.3", "is-reference": "1.2.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "dependencies": { "brace-expansion": { @@ -6301,9 +6303,9 @@ } }, "@rollup/plugin-node-resolve": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.1.tgz", - "integrity": "sha512-nsbUg588+GDSu8/NS8T4UAshO6xeaOfINNuXeVHcKV02LJtoRaM1SiOacClw4kws1SFiNhdLGxlbMY9ga/zs/w==", + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "dev": true, "requires": { "@rollup/pluginutils": "^5.0.1", @@ -6315,13 +6317,13 @@ } }, "@rollup/plugin-replace": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.2.tgz", - "integrity": "sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz", + "integrity": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==", "dev": true, "requires": { "@rollup/pluginutils": "^5.0.1", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" } }, "@rollup/pluginutils": { @@ -6481,14 +6483,14 @@ } }, "browserslist": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.0.tgz", - "integrity": "sha512-v+Jcv64L2LbfTC6OnRcaxtqJNJuQAVhZKSJfR/6hn7lhnChUXl4amwVviqN1k411BB+3rRoKMitELRn1CojeRA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001539", - "electron-to-chromium": "^1.4.530", - "node-releases": "^2.0.13", + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" } }, @@ -6542,9 +6544,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001540", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001540.tgz", - "integrity": "sha512-9JL38jscuTJBTcuETxm8QLsFr/F6v0CYYTEU6r5+qSM98P2Q0Hmu0eG1dTG5GBUmywU3UlcVOUSIJYY47rdFSw==", + "version": "1.0.30001605", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001605.tgz", + "integrity": "sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==", "dev": true }, "chalk": { @@ -6704,9 +6706,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.531", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.531.tgz", - "integrity": "sha512-H6gi5E41Rn3/mhKlPaT1aIMg/71hTAqn0gYEllSuw9igNWtvQwu185jiCZoZD29n7Zukgh7GVZ3zGf0XvkhqjQ==", + "version": "1.4.723", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.723.tgz", + "integrity": "sha512-rxFVtrMGMFROr4qqU6n95rUi9IlfIm+lIAt+hOToy/9r6CDv0XiEcQdC3VP71y1pE5CFTzKV0RvxOGYCPWWHPw==", "dev": true }, "emoji-regex": { @@ -6934,9 +6936,9 @@ } }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "http-proxy-agent": { @@ -7014,9 +7016,9 @@ "dev": true }, "ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", "dev": true }, "is-arrayish": { @@ -7168,12 +7170,12 @@ } }, "magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", + "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", "dev": true, "requires": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" } }, "make-fetch-happen": { @@ -7400,9 +7402,9 @@ } }, "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -7411,9 +7413,9 @@ } }, "node-releases": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", - "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "node-sass": { @@ -7617,9 +7619,9 @@ } }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -7707,9 +7709,9 @@ }, "dependencies": { "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -7883,9 +7885,9 @@ } }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true }, "type-fest": { @@ -8030,9 +8032,9 @@ } }, "rollup": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", - "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/cockpit/cockpit-react-involved-users/package.json b/cockpit/cockpit-react-involved-users/package.json index 3b28a24f4..8eac0324e 100644 --- a/cockpit/cockpit-react-involved-users/package.json +++ b/cockpit/cockpit-react-involved-users/package.json @@ -14,16 +14,16 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@babel/core": "~7.23.0", + "@babel/core": "~7.23.9", "@babel/plugin-transform-runtime": "~7.22.15", "@babel/preset-env": "~7.22.20", "@babel/preset-react": "~7.22.15", - "@rollup/plugin-babel": "~6.0.3", - "@rollup/plugin-commonjs": "~25.0.4", - "@rollup/plugin-node-resolve": "~15.2.1", - "@rollup/plugin-replace": "~5.0.2", + "@rollup/plugin-babel": "~6.0.4", + "@rollup/plugin-commonjs": "~25.0.7", + "@rollup/plugin-node-resolve": "~15.2.3", + "@rollup/plugin-replace": "~5.0.5", "node-sass": "~9.0.0", - "rollup": "~3.29.3", + "rollup": "~3.29.4", "rollup-plugin-scss": "~4.0.0" } } diff --git a/deployment/ejb-pa-jakarta/pom.xml b/deployment/ejb-pa-jakarta/pom.xml index 4d9057224..cd4e33b16 100644 --- a/deployment/ejb-pa-jakarta/pom.xml +++ b/deployment/ejb-pa-jakarta/pom.xml @@ -8,7 +8,7 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 10.0.0 3.11.0 11 diff --git a/deployment/ejb-pa/README.md b/deployment/ejb-pa/README.md index 5f06e30ec..b8500d76d 100644 --- a/deployment/ejb-pa/README.md +++ b/deployment/ejb-pa/README.md @@ -15,7 +15,7 @@ This is a @Stateless Ejb component invoked from a BPMN 2.0 process. ## Moving to Jakarta API -If you would like to deploy this on a Jakarta EE 9+ server like WildFly 27 and beyond, have a look at the [Jakarta EJB example][2]. +If you would like to deploy this on a Jakarta EE 9+ server like WildFly 31 and beyond, have a look at the [Jakarta EJB example][2]. [1]: https://docs.camunda.org/manual/latest/installation/full/jboss/manual/ [2]: /deployment/ejb-pa-jakarta \ No newline at end of file diff --git a/deployment/ejb-pa/pom.xml b/deployment/ejb-pa/pom.xml index d5b6b65d1..a5cdf2f08 100644 --- a/deployment/ejb-pa/pom.xml +++ b/deployment/ejb-pa/pom.xml @@ -8,7 +8,7 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 3.0.3.Final 3.11.0 11 diff --git a/deployment/embedded-spring-rest/pom.xml b/deployment/embedded-spring-rest/pom.xml index 2e96116d6..b6874eb81 100644 --- a/deployment/embedded-spring-rest/pom.xml +++ b/deployment/embedded-spring-rest/pom.xml @@ -9,7 +9,7 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 5.3.30 3.15.6.Final 2.1.214 diff --git a/deployment/servlet-pa/README.md b/deployment/servlet-pa/README.md index 949e73ff5..4cd5e3f0c 100644 --- a/deployment/servlet-pa/README.md +++ b/deployment/servlet-pa/README.md @@ -14,7 +14,7 @@ Service Task 'Example ServiceTask' is invoked! ## Moving to Jakarta API -If you would like to deploy this on a Jakarta EE 9+ server like WildFly 27 and beyond, perform the following steps: +If you would like to deploy this on a Jakarta EE 9+ server like WildFly 31 and beyond, perform the following steps: 1. Replace the `javax.servlet-api` dependency with a Jakarta equivalent, i.e. `jakarta.servlet-api`. 2. Replace all occurrences of `javax.servlet` in the code with `jakarta.servlet`, e.g. in `ExampleProcessApplication`. diff --git a/deployment/servlet-pa/pom.xml b/deployment/servlet-pa/pom.xml index 7114652ee..2772fe12b 100644 --- a/deployment/servlet-pa/pom.xml +++ b/deployment/servlet-pa/pom.xml @@ -8,7 +8,7 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 4.0.1 3.11.0 11 diff --git a/deployment/spring-servlet-pa-tomcat/pom.xml b/deployment/spring-servlet-pa-tomcat/pom.xml index ce9b032f5..ebb3b6749 100644 --- a/deployment/spring-servlet-pa-tomcat/pom.xml +++ b/deployment/spring-servlet-pa-tomcat/pom.xml @@ -8,9 +8,9 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 5.3.30 - 9.0.75 + 9.0.85 4.0.1 2.1.214 1.7.32 diff --git a/deployment/spring-servlet-pa-wildfly/README.md b/deployment/spring-servlet-pa-wildfly/README.md index 1f9c41f91..713ae2c87 100644 --- a/deployment/spring-servlet-pa-wildfly/README.md +++ b/deployment/spring-servlet-pa-wildfly/README.md @@ -63,7 +63,7 @@ dependency like: ## How to use it? -1. Build it with Maven. +1. Build it with Maven and Java 11. ```bash mvn clean verify diff --git a/deployment/spring-servlet-pa-wildfly/pom.xml b/deployment/spring-servlet-pa-wildfly/pom.xml index 7633414cd..6130c7e9f 100644 --- a/deployment/spring-servlet-pa-wildfly/pom.xml +++ b/deployment/spring-servlet-pa-wildfly/pom.xml @@ -8,7 +8,7 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 5.3.30 26.1.3.Final 4.0.1 diff --git a/deployment/spring-wildfly-non-pa/README.md b/deployment/spring-wildfly-non-pa/README.md index 94fb8219c..c60fbc345 100644 --- a/deployment/spring-wildfly-non-pa/README.md +++ b/deployment/spring-wildfly-non-pa/README.md @@ -94,7 +94,7 @@ There are currently 0 processes deployed on this engine. ## Moving to Jakarta API -If you would like to deploy this on a Jakarta EE 9+ server like WildFly 27 and beyond, perform the following steps: +If you would like to deploy this on a Jakarta EE 9+ server like WildFly 31 and beyond, perform the following steps: 1. Bump the `spring.version` in the `pom.xml` to `6.x.y` (find the latest version [here][2]). 2. Build it with Maven (needs JDK 17+). diff --git a/deployment/spring-wildfly-non-pa/pom.xml b/deployment/spring-wildfly-non-pa/pom.xml index 6fd9948aa..835e5fb2a 100644 --- a/deployment/spring-wildfly-non-pa/pom.xml +++ b/deployment/spring-wildfly-non-pa/pom.xml @@ -9,7 +9,7 @@ 1.0-SNAPSHOT - 7.20.0 + 7.21.0 5.3.30 3.3.2 diff --git a/dmn-engine/dmn-engine-drg/README.md b/dmn-engine/dmn-engine-drg/README.md index 59b44c735..ef55de7cd 100644 --- a/dmn-engine/dmn-engine-drg/README.md +++ b/dmn-engine/dmn-engine-drg/README.md @@ -115,9 +115,9 @@ Beverages: ``` -[Camunda DMN engine]: https://docs.camunda.org/manual/7.20/user-guide/dmn-engine/ -[Reference Guide]: https://docs.camunda.org/manual/7.20/reference/dmn/drg/ -[User Guide]: https://docs.camunda.org/manual/7.20/user-guide/dmn-engine/testing/ +[Camunda DMN engine]: https://docs.camunda.org/manual/7.21/user-guide/dmn-engine/ +[Reference Guide]: https://docs.camunda.org/manual/7.21/reference/dmn/drg/ +[User Guide]: https://docs.camunda.org/manual/7.21/user-guide/dmn-engine/testing/ [Dinner Decisions]: src/main/resources/org/camunda/bpm/example/drg/dinnerDecisions.png [Beverages Decision]: src/main/resources/org/camunda/bpm/example/drg/beverages.png [Dish Decision]: src/main/resources/org/camunda/bpm/example/drg/dish.png diff --git a/dmn-engine/dmn-engine-drg/pom.xml b/dmn-engine/dmn-engine-drg/pom.xml index 7fefc5612..e67d0a14c 100644 --- a/dmn-engine/dmn-engine-drg/pom.xml +++ b/dmn-engine/dmn-engine-drg/pom.xml @@ -10,7 +10,7 @@ jar - 7.20.0 + 7.21.0 1.7.36 4.13.2 3.24.2 diff --git a/dmn-engine/dmn-engine-java-main-method/README.md b/dmn-engine/dmn-engine-java-main-method/README.md index 353bf4ef8..7229de5cb 100644 --- a/dmn-engine/dmn-engine-java-main-method/README.md +++ b/dmn-engine/dmn-engine-java-main-method/README.md @@ -196,11 +196,11 @@ Dish Decision: ``` -[Camunda DMN engine]: https://docs.camunda.org/manual/7.20/user-guide/dmn-engine/ +[Camunda DMN engine]: https://docs.camunda.org/manual/7.21/user-guide/dmn-engine/ [DMN tutorial]: https://camunda.com/dmn/ [Dish Decision]: src/main/resources/org/camunda/bpm/example/dish-decision.png [dish-decision.dmn11.xml]: src/main/resources/org/camunda/bpm/example/dish-decision.dmn11.xml [Camunda Modeler]: https://camunda.com/products/camunda-bpm/modeler/ [DishDecider.java]: src/main/java/org/camunda/bpm/example/DishDecider.java -[User Guide]: https://docs.camunda.org/manual/7.20/user-guide/dmn-engine/testing/ +[User Guide]: https://docs.camunda.org/manual/7.21/user-guide/dmn-engine/testing/ [DishDecisionTest.java]: src/test/java/org/camunda/bpm/example/DishDecisionTest.java diff --git a/dmn-engine/dmn-engine-java-main-method/pom.xml b/dmn-engine/dmn-engine-java-main-method/pom.xml index baf0ffcb8..aa7c42ed5 100644 --- a/dmn-engine/dmn-engine-java-main-method/pom.xml +++ b/dmn-engine/dmn-engine-java-main-method/pom.xml @@ -10,7 +10,7 @@ jar - 7.20.0 + 7.21.0 1.7.36 4.13.2 11 diff --git a/migration/migrate-on-deployment/README.md b/migration/migrate-on-deployment/README.md index 690c7700e..1113fcee5 100644 --- a/migration/migrate-on-deployment/README.md +++ b/migration/migrate-on-deployment/README.md @@ -1,7 +1,7 @@ Migration on Deployment of New Process Version ============================================== -This example demonstrates how to use the Java API for [process instance migration](http://docs.camunda.org/manual/7.20/user-guide/process-engine/process-instance-migration/) to migrate process instances whenever a new version of a process is deployed. +This example demonstrates how to use the Java API for [process instance migration](http://docs.camunda.org/manual/7.21/user-guide/process-engine/process-instance-migration/) to migrate process instances whenever a new version of a process is deployed. How to Use It? -------------- @@ -49,5 +49,5 @@ protected void migrateInstances(ProcessEngine processEngine, What Else is There to Know? --------------------------- -* The migration plan is generated by calling `#mapEqualActivities` on the migration plan builder. See the documentation on [migration plan generation](http://docs.camunda.org/manual/7.20/user-guide/process-engine/process-instance-migration/#generating-a-migration-plan) for which kind of instruction this method can generate. The example can be extended to explicitly provide instructions via `mapActivities` to support advanced use cases. Such instructions could be parsed from an accompanying deployment descriptor. +* The migration plan is generated by calling `#mapEqualActivities` on the migration plan builder. See the documentation on [migration plan generation](http://docs.camunda.org/manual/7.21/user-guide/process-engine/process-instance-migration/#generating-a-migration-plan) for which kind of instruction this method can generate. The example can be extended to explicitly provide instructions via `mapActivities` to support advanced use cases. Such instructions could be parsed from an accompanying deployment descriptor. * The implementation is not robust when the process instances to migrate are modified in parallel. Migration may fail with an `OptimisticLockingException` and roll back in such a case. diff --git a/migration/migrate-on-deployment/pom.xml b/migration/migrate-on-deployment/pom.xml index fba3871f2..bfdbab5c5 100644 --- a/migration/migrate-on-deployment/pom.xml +++ b/migration/migrate-on-deployment/pom.xml @@ -10,7 +10,7 @@ war - 7.20.0 + 7.21.0 3.0.1 1.7.36 11 diff --git a/multi-tenancy/schema-isolation/README.md b/multi-tenancy/schema-isolation/README.md index 6e0fd208b..c9bc3e6d9 100644 --- a/multi-tenancy/schema-isolation/README.md +++ b/multi-tenancy/schema-isolation/README.md @@ -14,7 +14,7 @@
  • Testing
  • -Sometimes it is desired to share one Camunda installation between multiple independent parties, also referred to as *tenants*. While sharing an installation means sharing computational resources, the tenants' data should be separated from each other. This tutorial shows how to work with the [one process engine per tenant approach](https://docs.camunda.org/manual/7.20/user-guide/process-engine/multi-tenancy/#one-process-engine-per-tenant). +Sometimes it is desired to share one Camunda installation between multiple independent parties, also referred to as *tenants*. While sharing an installation means sharing computational resources, the tenants' data should be separated from each other. This tutorial shows how to work with the [one process engine per tenant approach](https://docs.camunda.org/manual/7.21/user-guide/process-engine/multi-tenancy/#one-process-engine-per-tenant). In detail it explains how to: @@ -22,12 +22,12 @@ In detail it explains how to: * develop a process application with tenant-specific deployments * access the correct process engine from a REST resource based on a tenant identifier -See the [user guide](https://docs.camunda.org/manual/7.20/user-guide/process-engine/multi-tenancy/) for a general introduction on multi-tenancy and the different options Camunda offers. +See the [user guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/multi-tenancy/) for a general introduction on multi-tenancy and the different options Camunda offers. # Before Starting -Before starting, make sure to install the Camunda Platform on Wildfly ≤26 server, follow the step in the [manual installation guide](https://docs.camunda.org/manual/7.20/installation/full/jboss/manual/#setup). We will call the root folder $WILDFLY_HOME in the following explanations. +Before starting, make sure to install the Camunda Platform on Wildfly ≤26 server, follow the step in the [manual installation guide](https://docs.camunda.org/manual/7.21/installation/full/jboss/manual/#setup). We will call the root folder $WILDFLY_HOME in the following explanations. Note that this example is only compatible with WildFly ≤26. The latest compatible pre-packaged Camunda WildFly distribution is 7.18.x. # Configuring the Database @@ -51,18 +51,18 @@ create schema TENANT2; Next, inside each schema, create the database tables. To achieve this, get the SQL create scripts from the WildFly distribution from the `sql/create/` folder inside your distribution. -Execute the create scripts (`h2_engine_7.20.0.sql` and `h2_identity_7.20.0.sql`) after selecting the appropriate schema for the current connection: +Execute the create scripts (`h2_engine_7.21.0.sql` and `h2_identity_7.21.0.sql`) after selecting the appropriate schema for the current connection: ```sql set schema TENANT1; -<> -<> +<> +<> set schema TENANT2; -<> -<> +<> +<> ``` Execute the SQL script. @@ -351,7 +351,7 @@ The test class [ProcessIntegrationTest](src/test/java/org/camunda/bpm/tutorial/m Follow the steps to run the test: -* Install the Camunda Platform on a Wildfly ≤26 server, follow the step in the [manual installation guide](https://docs.camunda.org/manual/7.20/installation/full/jboss/manual/#setup) (note that this example is not compatible with WildFly versions after WildFly 26). +* Install the Camunda Platform on a Wildfly ≤26 server, follow the step in the [manual installation guide](https://docs.camunda.org/manual/7.21/installation/full/jboss/manual/#setup) (note that this example is not compatible with WildFly versions after WildFly 26). * Replace the `camunda-bpm-wildfly-{version}/server/wildfly-{version}/standalone/configuration/standalone.xml` with * [standalone.xml](standalone.xml) (two schemas - requires manual schema creation) or * [standalone_test.xml](standalone_test.xml) (two databases - auto schema creation) diff --git a/multi-tenancy/schema-isolation/pom.xml b/multi-tenancy/schema-isolation/pom.xml index 7bb38eb2f..1d7f453e6 100644 --- a/multi-tenancy/schema-isolation/pom.xml +++ b/multi-tenancy/schema-isolation/pom.xml @@ -8,7 +8,7 @@ 0.0.1-SNAPSHOT - 7.20.0 + 7.21.0 1.1.10.Final 3.0.1.Final 3.0.2.Final diff --git a/multi-tenancy/tenant-identifier-embedded/README.md b/multi-tenancy/tenant-identifier-embedded/README.md index 2acf70652..90899750a 100644 --- a/multi-tenancy/tenant-identifier-embedded/README.md +++ b/multi-tenancy/tenant-identifier-embedded/README.md @@ -12,7 +12,7 @@ The example process for the tenants looks like: ## How it works -Please refer to the [User Guide](http://docs.camunda.org/manual/7.20/user-guide/process-engine/multi-tenancy/) for details about multi-tenancy. +Please refer to the [User Guide](http://docs.camunda.org/manual/7.21/user-guide/process-engine/multi-tenancy/) for details about multi-tenancy. ### Deploy a Process Definition with Tenant-Id diff --git a/multi-tenancy/tenant-identifier-embedded/pom.xml b/multi-tenancy/tenant-identifier-embedded/pom.xml index d419b0b94..eb854ba84 100644 --- a/multi-tenancy/tenant-identifier-embedded/pom.xml +++ b/multi-tenancy/tenant-identifier-embedded/pom.xml @@ -7,7 +7,7 @@ 0.0.1-SNAPSHOT - 7.20.0 + 7.21.0 4.3.1 2.1.214 4.13.2 diff --git a/multi-tenancy/tenant-identifier-shared-definitions/README.md b/multi-tenancy/tenant-identifier-shared-definitions/README.md index 56026bbdf..27b068316 100644 --- a/multi-tenancy/tenant-identifier-shared-definitions/README.md +++ b/multi-tenancy/tenant-identifier-shared-definitions/README.md @@ -15,7 +15,7 @@ The example contains two shared process definitions (main proces and sub-process ## How it works -Please refer to the [User Guide](http://docs.camunda.org/manual/7.20/user-guide/process-engine/multi-tenancy/) for details about multi-tenancy. +Please refer to the [User Guide](http://docs.camunda.org/manual/7.21/user-guide/process-engine/multi-tenancy/) for details about multi-tenancy. ### Provide Tenant Ids for Instances of Shared Process Definitions diff --git a/multi-tenancy/tenant-identifier-shared-definitions/pom.xml b/multi-tenancy/tenant-identifier-shared-definitions/pom.xml index fbd573e0a..915d7268e 100644 --- a/multi-tenancy/tenant-identifier-shared-definitions/pom.xml +++ b/multi-tenancy/tenant-identifier-shared-definitions/pom.xml @@ -7,7 +7,7 @@ 0.0.1-SNAPSHOT - 7.20.0 + 7.21.0 4.3.1 2.1.214 4.13.2 diff --git a/multi-tenancy/tenant-identifier-shared/README.md b/multi-tenancy/tenant-identifier-shared/README.md index 3281d4797..925e88e2c 100644 --- a/multi-tenancy/tenant-identifier-shared/README.md +++ b/multi-tenancy/tenant-identifier-shared/README.md @@ -13,7 +13,7 @@ The example process for the tenants looks like: ## How it works -Please refer to the [User Guide](http://docs.camunda.org/manual/7.20/user-guide/process-engine/multi-tenancy/) for details about multi-tenancy. +Please refer to the [User Guide](http://docs.camunda.org/manual/7.21/user-guide/process-engine/multi-tenancy/) for details about multi-tenancy. ### Deploy a Process Definition with Tenant-Id diff --git a/multi-tenancy/tenant-identifier-shared/pom.xml b/multi-tenancy/tenant-identifier-shared/pom.xml index 2c6699d07..b56c63b94 100644 --- a/multi-tenancy/tenant-identifier-shared/pom.xml +++ b/multi-tenancy/tenant-identifier-shared/pom.xml @@ -8,7 +8,7 @@ war - 7.20.0 + 7.21.0 3.0.1 11 UTF-8 diff --git a/process-engine-plugin/bpmn-parse-listener/pom.xml b/process-engine-plugin/bpmn-parse-listener/pom.xml index 47ce708f4..819b75281 100644 --- a/process-engine-plugin/bpmn-parse-listener/pom.xml +++ b/process-engine-plugin/bpmn-parse-listener/pom.xml @@ -7,7 +7,7 @@ an example project that shows how to parse custom attributes with a bpmn parse listener plugin - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.26 diff --git a/process-engine-plugin/command-interceptor-blocking/pom.xml b/process-engine-plugin/command-interceptor-blocking/pom.xml index 39ed4d953..a76f2b5e1 100644 --- a/process-engine-plugin/command-interceptor-blocking/pom.xml +++ b/process-engine-plugin/command-interceptor-blocking/pom.xml @@ -6,7 +6,7 @@ Camunda Command Interceptor Example - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.26 diff --git a/process-engine-plugin/custom-history-level/pom.xml b/process-engine-plugin/custom-history-level/pom.xml index 2ecdef7a8..f8f035313 100644 --- a/process-engine-plugin/custom-history-level/pom.xml +++ b/process-engine-plugin/custom-history-level/pom.xml @@ -7,7 +7,7 @@ an example project that shows how to implement a custom history level for Camunda Platform - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.26 diff --git a/process-engine-plugin/failed-job-retry-profile/pom.xml b/process-engine-plugin/failed-job-retry-profile/pom.xml index 7027031d4..6e586710f 100644 --- a/process-engine-plugin/failed-job-retry-profile/pom.xml +++ b/process-engine-plugin/failed-job-retry-profile/pom.xml @@ -9,7 +9,7 @@ 0.1.0-SNAPSHOT - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.26 diff --git a/process-engine-plugin/handling-jpa-variables/pom.xml b/process-engine-plugin/handling-jpa-variables/pom.xml index d5dc8b5f9..8f53551ec 100644 --- a/process-engine-plugin/handling-jpa-variables/pom.xml +++ b/process-engine-plugin/handling-jpa-variables/pom.xml @@ -9,7 +9,7 @@ 0.1.0-SNAPSHOT - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.26 diff --git a/quarkus-extension/datasource-example/pom.xml b/quarkus-extension/datasource-example/pom.xml index 0ba3000ba..637ef5ddf 100644 --- a/quarkus-extension/datasource-example/pom.xml +++ b/quarkus-extension/datasource-example/pom.xml @@ -9,8 +9,8 @@ 1.0.0-SNAPSHOT - 7.20.0 - 3.2.6.Final + 7.21.0 + 3.8.3 3.24.2 3.11.0 3.0.0 diff --git a/quarkus-extension/spin-plugin-example/pom.xml b/quarkus-extension/spin-plugin-example/pom.xml index 9d0759660..d19efbe99 100644 --- a/quarkus-extension/spin-plugin-example/pom.xml +++ b/quarkus-extension/spin-plugin-example/pom.xml @@ -9,8 +9,8 @@ 1.0.0-SNAPSHOT - 7.20.0 - 3.2.6.Final + 7.21.0 + 3.8.3 3.11.0 true diff --git a/scripttask/xslt-scripttask/pom.xml b/scripttask/xslt-scripttask/pom.xml index 516b88eb6..65abe0ba9 100644 --- a/scripttask/xslt-scripttask/pom.xml +++ b/scripttask/xslt-scripttask/pom.xml @@ -10,7 +10,7 @@ jar - 7.20.0 + 7.21.0 2.4.21 1.7.36 4.13.2 diff --git a/servicetask/rest-service/pom.xml b/servicetask/rest-service/pom.xml index 7523b0feb..3cc50b956 100644 --- a/servicetask/rest-service/pom.xml +++ b/servicetask/rest-service/pom.xml @@ -10,7 +10,7 @@ Service Invocation - REST - 7.20.0 + 7.21.0 21.1.0 4.13.1 2.1.214 diff --git a/servicetask/service-invocation-asynchronous/pom.xml b/servicetask/service-invocation-asynchronous/pom.xml index a268be3b1..70d9914c9 100644 --- a/servicetask/service-invocation-asynchronous/pom.xml +++ b/servicetask/service-invocation-asynchronous/pom.xml @@ -8,7 +8,7 @@ Service Invocation - Asynchronous - 7.20.0 + 7.21.0 1.7.36 4.13.2 2.1.214 diff --git a/servicetask/service-invocation-synchronous/pom.xml b/servicetask/service-invocation-synchronous/pom.xml index 52c11e69f..2bd8f5908 100644 --- a/servicetask/service-invocation-synchronous/pom.xml +++ b/servicetask/service-invocation-synchronous/pom.xml @@ -8,7 +8,7 @@ Service Invocation - Synchronous - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.36 diff --git a/spin/dataformat-configuration-global/README.md b/spin/dataformat-configuration-global/README.md index 5cd895240..3ad31632e 100644 --- a/spin/dataformat-configuration-global/README.md +++ b/spin/dataformat-configuration-global/README.md @@ -100,7 +100,7 @@ In the [test case](src/test/java/org/camunda/bpm/example/spin/dataformat/configu For this to work, it is crucial that the Spin runtime is able to lookup the `DataFormatConfigurator` implementation. That means, the artifact containing the data format configurator and the corresponding `META-INF/services` file must be on the classpath of the Camunda Spin process engine plugin. -You can find the Spin documentation on configuring data formats [here](https://docs.camunda.org/manual/7.20/reference/spin/extending-spin/#configuring-data-formats). +You can find the Spin documentation on configuring data formats [here](https://docs.camunda.org/manual/7.21/reference/spin/extending-spin/#configuring-data-formats). ## Shared Process Engine (Application Server) @@ -113,5 +113,5 @@ Where to place the data format configuration JAR on which application server: | Application Server | Configuration | | ---------------------------- | ----------------------------------------------------------------------- | +| WebLogic/Websphere | Add the JAR and any dependencies that are not yet present to the Camunda EAR. Replace the deployed Camunda EAR by the updated one. | | JBoss/Wildfly | Deploy the JAR as a JBoss module. Create appropriate module dependencies for the JAR's dependencies. Keep in mind that all transitive dependencies must be declared as well. For this example, the dependencies should be `org.camunda.spin.camunda-spin-dataformat-json-jackson`, `org.camunda.spin.camunda-spin-core`, `com.fasterxml.jackson.core.jackson-databind` (with same version that `camunda-spin-dataformat-json-jackson` uses). Edit `${JBOSS_HOME}/modules/org/camunda/bpm/camunda-engine-plugin-spin/main/module.xml`. Declare a dependency on the JAR module and make sure to set the attribute `services="import"`. | -| Glassfish/WebLogic/Websphere | Add the JAR and any dependencies that are not yet present to the Camunda EAR. Replace the deployed Camunda EAR by the updated one. | diff --git a/spin/dataformat-configuration-global/pom.xml b/spin/dataformat-configuration-global/pom.xml index a7bb7a442..8e7993a78 100644 --- a/spin/dataformat-configuration-global/pom.xml +++ b/spin/dataformat-configuration-global/pom.xml @@ -10,7 +10,7 @@ Spin - Configuring a Data Format Globally - 7.20.0 + 7.21.0 21.1.0 2.1.214 4.13.2 diff --git a/spin/dataformat-configuration-in-process-application/README.md b/spin/dataformat-configuration-in-process-application/README.md index ba397bafd..54d118835 100644 --- a/spin/dataformat-configuration-in-process-application/README.md +++ b/spin/dataformat-configuration-in-process-application/README.md @@ -52,7 +52,7 @@ The script task *Extract price* expects a `Car` JSON object in the format of `{" ## How to run it 1. Checkout the project with Git -2. Run the Maven build `mvn clean install -P${profile}`. Dependending on the application server you use, set `${profile}` to `weblogic` (for WebLogic, Websphere, Glassfish), `tomcat`, `jboss` or `wildfly` (only compatible with WildFly ≤26) +2. Run the Maven build `mvn clean install -P${profile}`. Dependending on the application server you use, set `${profile}` to `weblogic` (for WebLogic, Websphere), `tomcat`, `jboss` or `wildfly` (only compatible with WildFly ≤26) 3. Deploy the resulting WAR file to your application server 4. Perform a HTTP GET request to the url `http://localhost:8080/dataformat-example/start-process` (or `http://localhost:8080/camunda-example-spin-dataformat-configuration-process-application-0.0.1-SNAPSHOT/start-process` if you're using Tomcat) either with a REST client or simply in the address bar of your browser 5. Go to Cockpit and verify that the process variable named `car` was serialized correctly @@ -153,7 +153,7 @@ public class ProcessApplicationContextInterceptor { For this to work on Tomcat (a non-Java-EE server), we have include Weld in the process application. However, note that using CDI is not required for this feature to work. The lowest common denominator is the utility class `ProcessApplicationContext`. It can be used in any context to declare process application context before invoking engine API. -Read the documentation on [Process Application Resource Access](https://docs.camunda.org/manual/7.20/user-guide/process-applications/process-application-resources/) for why it is required to declare process application context. +Read the documentation on [Process Application Resource Access](https://docs.camunda.org/manual/7.21/user-guide/process-applications/process-application-resources/) for why it is required to declare process application context. ### Delegation Code diff --git a/spin/dataformat-configuration-in-process-application/pom.xml b/spin/dataformat-configuration-in-process-application/pom.xml index 48035d58b..962515ff4 100644 --- a/spin/dataformat-configuration-in-process-application/pom.xml +++ b/spin/dataformat-configuration-in-process-application/pom.xml @@ -10,7 +10,7 @@ Spin - Configuring a Data Format Per Process Application - 7.20.0 + 7.21.0 21.1.0 7.0 2.1.214 diff --git a/spring-boot-starter/example-invoice/README.md b/spring-boot-starter/example-invoice/README.md index 60ca20f99..c152a83c4 100644 --- a/spring-boot-starter/example-invoice/README.md +++ b/spring-boot-starter/example-invoice/README.md @@ -13,7 +13,7 @@ You will need: * a valid camunda-license key file in your classpath in the file `camunda-license.txt` ## Prerequisites -* Java 17 +* Java 17/21 ## How is it done @@ -23,7 +23,7 @@ to your `pom.xml`: ```xml ... - 7.20.0-ee + 7.21.0-ee diff --git a/spring-boot-starter/example-invoice/pom.xml b/spring-boot-starter/example-invoice/pom.xml index a91dd687f..d316e22a8 100644 --- a/spring-boot-starter/example-invoice/pom.xml +++ b/spring-boot-starter/example-invoice/pom.xml @@ -8,8 +8,8 @@ - 7.20.0-ee - 3.1.1 + 7.21.0-ee + 3.2.4 17 3.11.0 diff --git a/spring-boot-starter/example-simple/README.md b/spring-boot-starter/example-simple/README.md index 4e04fbe18..56697aa45 100644 --- a/spring-boot-starter/example-simple/README.md +++ b/spring-boot-starter/example-simple/README.md @@ -15,7 +15,7 @@ It also demonstrates the usage of `application.yaml` configuration file and cont ## Prerequisites -* Java 17 +* Java 17/21 ## How is it done @@ -26,7 +26,7 @@ It also demonstrates the usage of `application.yaml` configuration file and cont org.camunda.bpm.springboot camunda-bpm-spring-boot-starter - 7.20.0 + 7.21.0 ... ``` @@ -50,7 +50,7 @@ public class SimpleApplication { 4. You can also put BPMN, CMMN and DMN files in your classpath, they will be automatically deployed and registered within the process application. -5. When implementing the process application in [standard manner](https://docs.camunda.org/manual/7.20/user-guide/process-applications/the-process-application-class/), +5. When implementing the process application in [standard manner](https://docs.camunda.org/manual/7.21/user-guide/process-applications/the-process-application-class/), you can use method-level annotations `@PostDeploy` and `@PreUndeploy` to process corresponding events. In case of a Spring Boot process application you can handle this events by using Spring @EventListener annotation with following event classes: `PostDeployEvent` and `PreUndeployEvent`. diff --git a/spring-boot-starter/example-simple/pom.xml b/spring-boot-starter/example-simple/pom.xml index 83c2d8bd0..15e151256 100644 --- a/spring-boot-starter/example-simple/pom.xml +++ b/spring-boot-starter/example-simple/pom.xml @@ -7,8 +7,8 @@ - 3.1.1 - 7.20.0 + 3.2.4 + 7.21.0 5.15.0 diff --git a/spring-boot-starter/example-twitter/README.md b/spring-boot-starter/example-twitter/README.md index bb5e262e9..213720b08 100644 --- a/spring-boot-starter/example-twitter/README.md +++ b/spring-boot-starter/example-twitter/README.md @@ -11,7 +11,7 @@ The example contains: It also demonstrates the usage of the `application.yaml` configuration file. ## Prerequisites -* Java 17 +* Java 17/21 ## How is it done @@ -22,7 +22,7 @@ It also demonstrates the usage of the `application.yaml` configuration file. org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp - 7.20.0 + 7.21.0 ... ``` @@ -43,7 +43,7 @@ public class TwitterServletProcessApplication { 3. You can also put BPMN, CMMN and DMN files in your classpath, they will be automatically deployed and registered within the process application. -4. You can configure your Spring Boot application using `application.yaml` file. All possible Camunda-specific configuration parameters are listed [here](https://docs.camunda.org/manual/7.20/user-guide/spring-boot-integration/configuration/) +4. You can configure your Spring Boot application using `application.yaml` file. All possible Camunda-specific configuration parameters are listed [here](https://docs.camunda.org/manual/7.21/user-guide/spring-boot-integration/configuration/) 5. This example provides two implementations for posting a Tweet: * `TweetContentOfflineDelegate` (default) - will just print the tweet content on console diff --git a/spring-boot-starter/example-twitter/pom.xml b/spring-boot-starter/example-twitter/pom.xml index be5edea90..cdcba32a3 100644 --- a/spring-boot-starter/example-twitter/pom.xml +++ b/spring-boot-starter/example-twitter/pom.xml @@ -8,8 +8,8 @@ - 3.1.1 - 7.20.0 + 3.2.4 + 7.21.0 4.0.7 diff --git a/spring-boot-starter/example-web/README.md b/spring-boot-starter/example-web/README.md index e59319f3a..2dfe3e9ec 100644 --- a/spring-boot-starter/example-web/README.md +++ b/spring-boot-starter/example-web/README.md @@ -8,7 +8,7 @@ This example demonstrates how you can build a Spring Boot Web application with t It also contains a couple of integration tests, showing how this can be tested. ## Prerequisites -* Java 17 +* Java 17/21 ## How is it done @@ -19,7 +19,7 @@ It also contains a couple of integration tests, showing how this can be tested. org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-rest - 7.20.0 + 7.21.0 ... ``` @@ -41,7 +41,7 @@ public class RestApplication { 3. You can also put BPMN, CMMN and DMN files in your classpath, they will be automatically deployed and registered within a process application. ->Note: Basic authentication is configured on Spring Boot level, this is NOT a Camunda Engine authentication. Check [this docs](https://docs.camunda.org/manual/7.20/reference/rest/overview/authentication/) +>Note: Basic authentication is configured on Spring Boot level, this is NOT a Camunda Engine authentication. Check [this docs](https://docs.camunda.org/manual/7.21/reference/rest/overview/authentication/) to configure Basic Authentication for Camunda Engine REST API. ## Run the application and call the REST API diff --git a/spring-boot-starter/example-web/pom.xml b/spring-boot-starter/example-web/pom.xml index 1d884cd92..123f948e3 100644 --- a/spring-boot-starter/example-web/pom.xml +++ b/spring-boot-starter/example-web/pom.xml @@ -7,8 +7,8 @@ - 3.1.1 - 7.20.0 + 3.2.4 + 7.21.0 17 3.11.0 diff --git a/spring-boot-starter/example-webapp-ee/README.md b/spring-boot-starter/example-webapp-ee/README.md index d6bc5a221..bd6c83e58 100644 --- a/spring-boot-starter/example-webapp-ee/README.md +++ b/spring-boot-starter/example-webapp-ee/README.md @@ -15,7 +15,7 @@ You will need: * a valid camunda-license key file in your classpath in the file `camunda-license.txt` ## Prerequisites -* Java 17 +* Java 17/21 ## How is it done @@ -24,7 +24,7 @@ You will need: ```xml ... - 7.20.0-ee + 7.21.0-ee diff --git a/spring-boot-starter/example-webapp-ee/pom.xml b/spring-boot-starter/example-webapp-ee/pom.xml index c48653856..5171dc09f 100644 --- a/spring-boot-starter/example-webapp-ee/pom.xml +++ b/spring-boot-starter/example-webapp-ee/pom.xml @@ -7,9 +7,9 @@ 0.0.1-SNAPSHOT - 7.20.0-ee + 7.21.0-ee - 3.1.1 + 3.2.4 17 3.11.0 diff --git a/spring-boot-starter/example-webapp/README.md b/spring-boot-starter/example-webapp/README.md index 73c170402..542813a95 100644 --- a/spring-boot-starter/example-webapp/README.md +++ b/spring-boot-starter/example-webapp/README.md @@ -9,7 +9,7 @@ This example demonstrates how you can build Spring Boot Web application having f It also contains a simple integration test, showing how this can be tested. ## Prerequisites -* Java 17 +* Java 17/21 ## How is it done @@ -20,7 +20,7 @@ It also contains a simple integration test, showing how this can be tested. org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp - 7.20.0 + 7.21.0 ... ``` diff --git a/spring-boot-starter/example-webapp/pom.xml b/spring-boot-starter/example-webapp/pom.xml index 3a86f6c14..ecfdbd014 100644 --- a/spring-boot-starter/example-webapp/pom.xml +++ b/spring-boot-starter/example-webapp/pom.xml @@ -7,8 +7,8 @@ - 3.1.1 - 7.20.0 + 3.2.4 + 7.21.0 17 3.11.0 diff --git a/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/README.md b/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/README.md index 0e2626506..7434d7383 100644 --- a/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/README.md +++ b/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/README.md @@ -8,7 +8,7 @@ Beyond that, it demonstrates how to use the Spring Boot Starter to ... * ... execute custom business logic defined in a handler bean for each fetched External Task ## Prerequisites -* Java 17 +* Java 17/21 ## Why is this example interesting? @@ -26,19 +26,19 @@ Let's first add the dependencies to the project's `pom.xml` file: org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-external-task-client - 7.20.0 + 7.21.0 org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-rest - 7.20.0 + 7.21.0 org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp - 7.20.0 + 7.21.0 ``` @@ -159,7 +159,7 @@ to the Process Engine since it is located under `/src/main/resources/`. |_____| /_/\_\ \__| \___| |_| |_| |_| \__,_| |_| |_| \__,_| |___/ |_|\_\ \____| |_| |_| \___| |_| |_| \__| Spring-Boot: (v2.7.9) - Camunda Platform: (v7.20.0) + Camunda Platform: (v7.21.0) 2021-03-19 10:57:54.493 INFO 23614 --- [ main] o.c.bpm.spring.boot.example.Application : Starting Application using Java 1.8.0_131 on localhost with PID 23614 (~//camunda-bpm-examples/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/target/classes started by user in ~//camunda-bpm-examples/spring-boot-starter/external-task-client) 2021-03-19 10:57:54.495 INFO 23614 --- [ main] o.c.bpm.spring.boot.example.Application : No active profile set, falling back to default profiles: default 2021-03-19 10:57:55.766 INFO 23614 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) diff --git a/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/pom.xml b/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/pom.xml index 2f0a100e3..2197e1f96 100644 --- a/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/pom.xml +++ b/spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp/pom.xml @@ -11,8 +11,8 @@ jar - 7.20.0 - 3.1.4 + 7.21.0 + 3.2.4 17 3.11.0 diff --git a/startevent/message-start/pom.xml b/startevent/message-start/pom.xml index 2c0cbf386..bec3836d4 100644 --- a/startevent/message-start/pom.xml +++ b/startevent/message-start/pom.xml @@ -10,7 +10,7 @@ Start Process By Message - 7.20.0 + 7.21.0 4.13.2 2.1.214 1.7.36 diff --git a/tasklist/cats-plugin/README.md b/tasklist/cats-plugin/README.md index 2fcba4779..3681951dd 100644 --- a/tasklist/cats-plugin/README.md +++ b/tasklist/cats-plugin/README.md @@ -3,7 +3,7 @@ Javascript Only Plugin for Camunda Tasklist This example shows how to develop a Tasklist plugin without the need to register it with the Camunda Platform server. It makes use of the `customScript` property of the webapp configurations. -Built and tested against Camunda Platform version `7.20.0`. +Built and tested against Camunda Platform version `7.21.0`. ![Screenshot](screenshot.png) diff --git a/testing/assert/job-announcement-publication-process/README.md b/testing/assert/job-announcement-publication-process/README.md index f717cae38..97d1eb7e3 100644 --- a/testing/assert/job-announcement-publication-process/README.md +++ b/testing/assert/job-announcement-publication-process/README.md @@ -3,7 +3,7 @@ This project demonstrates how to setup a minimal project to run Camunda Platform Assert tests ## Prerequisites -* Java 17 +* Java 17/21 ## How to run it @@ -19,7 +19,7 @@ mvn clean test ``` ## Further reading -If you want to read more about [Camunda Platform Assert][assert], go to the [testing user guide](https://docs.camunda.org/manual/7.20/user-guide/testing/) in the Camunda docs. +If you want to read more about [Camunda Platform Assert][assert], go to the [testing user guide](https://docs.camunda.org/manual/7.21/user-guide/testing/) in the Camunda docs. [assert]: https://github.com/camunda/camunda-bpm-platform/tree/master/test-utils/assert diff --git a/testing/assert/job-announcement-publication-process/pom.xml b/testing/assert/job-announcement-publication-process/pom.xml index 5ca679ebb..eba878d3f 100644 --- a/testing/assert/job-announcement-publication-process/pom.xml +++ b/testing/assert/job-announcement-publication-process/pom.xml @@ -6,16 +6,16 @@ jar - 7.20.0 + 7.21.0 3.24.2 4.13.2 2.1.214 4.4.0 1.7.36 - + 11 UTF-8 - + 3.11.0 diff --git a/testing/junit5/camunda-bpm-junit-assert/README.md b/testing/junit5/camunda-bpm-junit-assert/README.md index ced72d20f..e972b3e65 100644 --- a/testing/junit5/camunda-bpm-junit-assert/README.md +++ b/testing/junit5/camunda-bpm-junit-assert/README.md @@ -36,7 +36,7 @@ mvn clean test ``` ## Further reading -If you want to read more about [Camunda Platform Assert][assert] or the [Camunda JUnit 5 extension], go to the [testing user guide](https://docs.camunda.org/manual/7.20/user-guide/testing/) in the Camunda docs. +If you want to read more about [Camunda Platform Assert][assert] or the [Camunda JUnit 5 extension], go to the [testing user guide](https://docs.camunda.org/manual/7.21/user-guide/testing/) in the Camunda docs. [junit5]: https://github.com/camunda/camunda-bpm-platform/tree/master/test-utils/junit5-extension [assert]: https://github.com/camunda/camunda-bpm-platform/tree/master/test-utils/assert \ No newline at end of file diff --git a/testing/junit5/camunda-bpm-junit-assert/pom.xml b/testing/junit5/camunda-bpm-junit-assert/pom.xml index 9ca1436de..c5890ef05 100644 --- a/testing/junit5/camunda-bpm-junit-assert/pom.xml +++ b/testing/junit5/camunda-bpm-junit-assert/pom.xml @@ -6,15 +6,15 @@ jar - 7.20.0 - 5.8.2 + 7.21.0 + 5.9.3 2.1.214 3.24.2 1.2.11 11 UTF-8 - + 3.11.0 3.1.2 diff --git a/testing/junit5/camunda-bpm-junit-use-engine/pom.xml b/testing/junit5/camunda-bpm-junit-use-engine/pom.xml index 9b7c92bc5..09d30d11b 100644 --- a/testing/junit5/camunda-bpm-junit-use-engine/pom.xml +++ b/testing/junit5/camunda-bpm-junit-use-engine/pom.xml @@ -6,15 +6,15 @@ jar - 7.20.0 - 5.8.2 + 7.21.0 + 5.9.3 2.1.214 3.24.2 1.2.11 - + 11 UTF-8 - + 3.11.0 3.1.2 @@ -60,14 +60,14 @@ ${version.h2} test - + org.assertj assertj-core ${version.assertj} test - + ch.qos.logback logback-classic diff --git a/usertask/task-camunda-forms/README.md b/usertask/task-camunda-forms/README.md index 9ca0ee5c4..c08a0ca8b 100644 --- a/usertask/task-camunda-forms/README.md +++ b/usertask/task-camunda-forms/README.md @@ -35,4 +35,4 @@ The attribute can also be set through the properties panel using the camunda Mod [2]: docs/screenshot-modeler.png [3]: src/main/webapp/start-form.html [4]: src/main/webapp -[5]: https://docs.camunda.org/manual/7.20/user-guide/task-forms/#camunda-task-forms +[5]: https://docs.camunda.org/manual/7.21/user-guide/task-forms/#camunda-task-forms diff --git a/usertask/task-camunda-forms/pom.xml b/usertask/task-camunda-forms/pom.xml index 1735acaca..7c8c69141 100644 --- a/usertask/task-camunda-forms/pom.xml +++ b/usertask/task-camunda-forms/pom.xml @@ -8,7 +8,7 @@ Camunda Forms Quickstart - 7.20.0 + 7.21.0 4.0.4 11 diff --git a/usertask/task-form-embedded-bpmn-events/pom.xml b/usertask/task-form-embedded-bpmn-events/pom.xml index 6ed84d5b3..6af3dc7bd 100644 --- a/usertask/task-form-embedded-bpmn-events/pom.xml +++ b/usertask/task-form-embedded-bpmn-events/pom.xml @@ -8,7 +8,7 @@ Task Form Embedded - Events - 7.20.0 + 7.21.0 4.0.4 11 diff --git a/usertask/task-form-embedded-json-variables/pom.xml b/usertask/task-form-embedded-json-variables/pom.xml index 815a262b8..9ced4bc2f 100644 --- a/usertask/task-form-embedded-json-variables/pom.xml +++ b/usertask/task-form-embedded-json-variables/pom.xml @@ -7,7 +7,7 @@ war - 7.20.0 + 7.21.0 4.0.4 11 diff --git a/usertask/task-form-embedded-react/README.md b/usertask/task-form-embedded-react/README.md index ce569387b..506ff1398 100644 --- a/usertask/task-form-embedded-react/README.md +++ b/usertask/task-form-embedded-react/README.md @@ -15,7 +15,7 @@ React is a popular library to build user interfaces. If you want to use react to That's it, you can now use react in your custom forms. ### How can I get access to process variables? -All process variables will be managed with the `camForm.variableManager`. You need to load existing and create new variables. How this is done is described in detail in the [Embedded Forms Reference](https://docs.camunda.org/manual/7.20/reference/embedded-forms/javascript/lifecycle/). +All process variables will be managed with the `camForm.variableManager`. You need to load existing and create new variables. How this is done is described in detail in the [Embedded Forms Reference](https://docs.camunda.org/manual/7.21/reference/embedded-forms/javascript/lifecycle/). Keep in mind that you also have to update the variables this way if they change. You can do this in the `componentDidUpdate()` method of you form component. diff --git a/usertask/task-form-embedded-react/pom.xml b/usertask/task-form-embedded-react/pom.xml index e73d80f16..be8c06292 100644 --- a/usertask/task-form-embedded-react/pom.xml +++ b/usertask/task-form-embedded-react/pom.xml @@ -8,7 +8,7 @@ Task Form Embedded - 7.20.0 + 7.21.0 4.0.4 11 diff --git a/usertask/task-form-embedded/README.md b/usertask/task-form-embedded/README.md index 394cf37bf..28c8203f5 100644 --- a/usertask/task-form-embedded/README.md +++ b/usertask/task-form-embedded/README.md @@ -90,4 +90,4 @@ This quickstart demonstrates the use of most of the supported form controls. See [2]: docs/screenshot-modeler.png [3]: src/main/webapp/start-form.html [4]: src/main/webapp -[5]: https://docs.camunda.org/manual/7.20/user-guide/task-forms/#embedded-task-forms +[5]: https://docs.camunda.org/manual/7.21/user-guide/task-forms/#embedded-task-forms diff --git a/usertask/task-form-embedded/pom.xml b/usertask/task-form-embedded/pom.xml index 959e001c1..40e9c8af6 100644 --- a/usertask/task-form-embedded/pom.xml +++ b/usertask/task-form-embedded/pom.xml @@ -8,7 +8,7 @@ Task Form Embedded - 7.20.0 + 7.21.0 4.0.4 11 3.3.2 diff --git a/wildfly/jackson-annotations/README.md b/wildfly/jackson-annotations/README.md index 9d85040a3..cdd86723c 100644 --- a/wildfly/jackson-annotations/README.md +++ b/wildfly/jackson-annotations/README.md @@ -1,7 +1,7 @@ Jackson Annotation Example for WildFly ========================================== -WildFly adds implicitly to each new deployment, which uses JAX-RS annotations, the JAX-RS subsystem that includes Jackson dependencies (see [here][WFLY-29]). +WildFly adds implicitly to each new deployment, which uses JAX-RS annotations, the JAX-RS subsystem that includes Jackson dependencies (see [here][WFLY-31]). The version of the implicitly added Jackson dependencies do not match with the version of the Jackson dependency, which is used by Camunda Spin. This leads to problems with the usage of variable serialization and the usage of Jackson annotations (like `@JsonIgnore` for example). @@ -14,7 +14,7 @@ and json serialization. 1. Checkout the git repository 2. Build the project with maven -3. Deploy the created war on WildFly 29 +3. Deploy the created war on Camunda WildFly 31 distribution 4. Open Cockpit and take a look into the process 'waitingProcess' 5. Look at the variable called `variable`, only the properties `property1` and `property3` are shown. @@ -45,6 +45,6 @@ It excludes the JAX-RS subsystem and adds the Jackson dependencies with the corr These version corresponds to the version which is used by Camunda Spin for de-/serialization. See the [Camunda forum post](https://forum.camunda.org/t/camunda-json-marshalling-and-jsonignore/271/19) -and the [documentation](https://docs.camunda.org/manual/7.20/installation/full/jboss/manual/#problems-with-jackson-annotations) for more information. +and the [documentation](https://docs.camunda.org/manual/7.21/installation/full/jboss/manual/#problems-with-jackson-annotations) for more information. -[WFLY-29]: https://docs.wildfly.org/29/Developer_Guide.html#Implicit_module_dependencies_for_deployments \ No newline at end of file +[WFLY-31]: https://docs.wildfly.org/31/Developer_Guide.html#Implicit_module_dependencies_for_deployments \ No newline at end of file diff --git a/wildfly/jackson-annotations/pom.xml b/wildfly/jackson-annotations/pom.xml index 4900ab4e6..9af1884cf 100644 --- a/wildfly/jackson-annotations/pom.xml +++ b/wildfly/jackson-annotations/pom.xml @@ -8,9 +8,9 @@ - 7.20.0 + 7.21.0 10.0.0 - 2.14.1 + 2.15.2 3.3.2 11 3.11.0