From 7a04d9d08b091ea90f6a1e626e78aea621bc43ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 06:38:30 +0000 Subject: [PATCH] chore(deps): bump the process-analytics group with 1 update (#135) --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c7c5a0..f02d6a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "bpmn-visualization-demo-vitejs-template", "dependencies": { "@process-analytics/bv-experimental-add-ons": "~0.5.0", - "bpmn-visualization": "~0.40.0", + "bpmn-visualization": "~0.42.0", "notyf": "~3.10.0", "spectre.css": "~0.5.9", "tippy.js": "~6.3.7" @@ -1408,12 +1408,12 @@ } }, "node_modules/bpmn-visualization": { - "version": "0.40.0", - "resolved": "https://registry.npmjs.org/bpmn-visualization/-/bpmn-visualization-0.40.0.tgz", - "integrity": "sha512-74oZO1M2J3TL6gzPSl+lVe9Vb5hQ+bbRQOT+S52hClWeV3AHx+BN2v0J+S1DxFn3UD2o9MIqQs4QqkWWUL8QcA==", + "version": "0.42.0", + "resolved": "https://registry.npmjs.org/bpmn-visualization/-/bpmn-visualization-0.42.0.tgz", + "integrity": "sha512-ufOP7AWdy2fDqcHndCYwp8rdEcsddK2PePM/r0vbLkYxYJNyZmbJPSghDwP/ab1/ghmKV2iGmGlRBOWx0IYZnQ==", "dependencies": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", - "fast-xml-parser": "4.2.7", + "fast-xml-parser": "4.3.2", "lodash-es": "~4.17.21", "mxgraph": "4.2.2", "strnum": "1.0.5" @@ -2871,17 +2871,17 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz", - "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz", + "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==", "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], "dependencies": { @@ -7029,12 +7029,12 @@ } }, "bpmn-visualization": { - "version": "0.40.0", - "resolved": "https://registry.npmjs.org/bpmn-visualization/-/bpmn-visualization-0.40.0.tgz", - "integrity": "sha512-74oZO1M2J3TL6gzPSl+lVe9Vb5hQ+bbRQOT+S52hClWeV3AHx+BN2v0J+S1DxFn3UD2o9MIqQs4QqkWWUL8QcA==", + "version": "0.42.0", + "resolved": "https://registry.npmjs.org/bpmn-visualization/-/bpmn-visualization-0.42.0.tgz", + "integrity": "sha512-ufOP7AWdy2fDqcHndCYwp8rdEcsddK2PePM/r0vbLkYxYJNyZmbJPSghDwP/ab1/ghmKV2iGmGlRBOWx0IYZnQ==", "requires": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", - "fast-xml-parser": "4.2.7", + "fast-xml-parser": "4.3.2", "lodash-es": "~4.17.21", "mxgraph": "4.2.2", "strnum": "1.0.5" @@ -8073,9 +8073,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz", - "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz", + "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index f2bcc5c..67bf7a2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@process-analytics/bv-experimental-add-ons": "~0.5.0", - "bpmn-visualization": "~0.40.0", + "bpmn-visualization": "~0.42.0", "notyf": "~3.10.0", "spectre.css": "~0.5.9", "tippy.js": "~6.3.7"