From ddd7f0d32dd2d7f9972e616d2e51579674a26617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:11:33 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 5.10.0 to 5.10.1 in /app/vue Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.10.0...v5.10.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/vue/package-lock.json | 16 ++++++++-------- app/vue/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/vue/package-lock.json b/app/vue/package-lock.json index 7f1cf44..462771e 100644 --- a/app/vue/package-lock.json +++ b/app/vue/package-lock.json @@ -18,7 +18,7 @@ "@vue-flow/minimap": "^1.5.4", "echarts": "^6.1.0", "elkjs": "^0.11.1", - "fast-xml-parser": "^5.10.0", + "fast-xml-parser": "^5.10.1", "highlight.js": "^11.11.0", "marked": "^18.0.3", "splitpanes": "^4.0.4", @@ -321,9 +321,9 @@ } }, "node_modules/@nodable/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-3.0.0.tgz", + "integrity": "sha512-8L9xFeTYKhm49xfIypoe2W5wV1m/3Z58kT+7kR9A8OyFxcPduI4VmxaUMQyKYrRjUoLLSXv6EKKID5Tvj9cUVw==", "funding": [ { "type": "github", @@ -1652,9 +1652,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.10.0.tgz", - "integrity": "sha512-SLhnTEqE5QpJHq/6zl9bsmImEP2adv+y6Wy+cJa7nVTRzQh1OZfCe9k29M5xN74LWnu0xa1zrUrq3KnOKl92Fg==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.10.1.tgz", + "integrity": "sha512-IEMIf7298kXuZSRFoGfMYrl7is8LpavODgbNz1cwIudv7KwVFnuU+UsMporfq6PD6aXSlawZlARiA3UywCTfMw==", "funding": [ { "type": "github", @@ -1663,7 +1663,7 @@ ], "license": "MIT", "dependencies": { - "@nodable/entities": "^2.2.0", + "@nodable/entities": "^3.0.0", "fast-xml-builder": "^1.2.0", "is-unsafe": "^2.0.0", "path-expression-matcher": "^1.6.2", diff --git a/app/vue/package.json b/app/vue/package.json index 096d402..6f838a2 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -22,7 +22,7 @@ "@vue-flow/minimap": "^1.5.4", "echarts": "^6.1.0", "elkjs": "^0.11.1", - "fast-xml-parser": "^5.10.0", + "fast-xml-parser": "^5.10.1", "highlight.js": "^11.11.0", "marked": "^18.0.3", "splitpanes": "^4.0.4",