From 74d98a2860cb6c43af406705c7ea35cd810a4601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:17:26 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.2.5 to 4.4.1 in /Driver Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.5 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.2.5...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Driver/package-lock.json | 6 +++--- Driver/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Driver/package-lock.json b/Driver/package-lock.json index 02c04a5..7f43b8c 100644 --- a/Driver/package-lock.json +++ b/Driver/package-lock.json @@ -18,9 +18,9 @@ "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==" }, "fast-xml-parser": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", - "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "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==", "requires": { "strnum": "^1.0.5" } diff --git a/Driver/package.json b/Driver/package.json index 452fa03..6e5006d 100644 --- a/Driver/package.json +++ b/Driver/package.json @@ -27,7 +27,7 @@ "dependencies": { "axios": "^0.21.2", "dotenv": "^8.2.0", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "uuid": "^8.3.0" } }