From 2ef64674487dd7b089181381db3bbcdb4c35155c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:49:49 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 5.3.3 to 5.3.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.3 to 5.3.5. - [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.3.3...v5.3.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c703d7..b65053a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "enscript-ide", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "enscript-ide", - "version": "0.9.0", + "version": "0.10.0", "dependencies": { "bis-toolkit": "^1.0.2", "diff-match-patch": "^1.0.5", - "fast-xml-parser": "^5.3.3", + "fast-xml-parser": "^5.3.5", "inversify": "^7.10.6", "marked": "^17.0.1", "reflect-metadata": "^0.2.2", @@ -3798,9 +3798,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz", - "integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==", + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz", + "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==", "funding": [ { "type": "github", @@ -3809,7 +3809,7 @@ ], "license": "MIT", "dependencies": { - "strnum": "^2.1.0" + "strnum": "^2.1.2" }, "bin": { "fxparser": "src/cli/cli.js" diff --git a/package.json b/package.json index 9555581..eb000fe 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "bis-toolkit": "^1.0.2", "diff-match-patch": "^1.0.5", - "fast-xml-parser": "^5.3.3", + "fast-xml-parser": "^5.3.5", "inversify": "^7.10.6", "marked": "^17.0.1", "reflect-metadata": "^0.2.2",