From d2444fd0985dc87c6f88a6e5f571e11b4b5b9172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:41:50 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser from 4.3.2 to 4.4.1 in /mps-cli-ts Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.2 to 4.4.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/v4.3.2...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mps-cli-ts/package-lock.json | 8 ++++---- mps-cli-ts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mps-cli-ts/package-lock.json b/mps-cli-ts/package-lock.json index 32a70b5..685cc56 100644 --- a/mps-cli-ts/package-lock.json +++ b/mps-cli-ts/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@xmldom/xmldom": "^0.8.10", - "fast-xml-parser": "^4.3.2", + "fast-xml-parser": "^4.4.1", "jsdom": "^22.1.0" }, "devDependencies": { @@ -529,9 +529,9 @@ } }, "node_modules/fast-xml-parser": { - "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==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ { "type": "github", diff --git a/mps-cli-ts/package.json b/mps-cli-ts/package.json index 7491f55..a69a743 100644 --- a/mps-cli-ts/package.json +++ b/mps-cli-ts/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@xmldom/xmldom": "^0.8.10", - "fast-xml-parser": "^4.3.2", + "fast-xml-parser": "^4.4.1", "jsdom": "^22.1.0" } }