From 3be36ca61f5f058223d1241f8abf42cb770e616e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:38:50 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.3.4 to 4.3.6 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.4 to 4.3.6. - [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.4...v4.3.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13f853a9b..ea22e1936 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-plugin-mocha": "10.4.1", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-unicorn": "51.0.1", - "fast-xml-parser": "4.3.4", + "fast-xml-parser": "4.3.6", "husky": "9.0.11", "jsdoc-to-markdown": "8.0.1", "lint-staged": "15.2.2", @@ -2963,9 +2963,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz", - "integrity": "sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", + "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 640339162..f1a3c0f0e 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint-plugin-mocha": "10.4.1", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-unicorn": "51.0.1", - "fast-xml-parser": "4.3.4", + "fast-xml-parser": "4.3.6", "husky": "9.0.11", "jsdoc-to-markdown": "8.0.1", "lint-staged": "15.2.2",