From d337555b26289390164344d4161af489f5277043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:22:13 +0000 Subject: [PATCH] Bump fast-xml-parser Bumps the npm_and_yarn group with 1 update in the /server directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 4.2.7 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.7...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- server/package-lock.json | 16 ++++++++-------- server/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index bea23a2..6c0444f 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -26,7 +26,7 @@ "cookie-parser": "^1.4.6", "dayjs": "^1.11.9", "express-session": "^1.18.0", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.4.1", "graphql": "^16.8.0", "lodash": "^4.17.21", "passport": "^0.7.0", @@ -5108,17 +5108,17 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz", - "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==", + "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": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], "dependencies": { diff --git a/server/package.json b/server/package.json index 78f160c..f766b4c 100644 --- a/server/package.json +++ b/server/package.json @@ -39,7 +39,7 @@ "cookie-parser": "^1.4.6", "dayjs": "^1.11.9", "express-session": "^1.18.0", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.4.1", "graphql": "^16.8.0", "lodash": "^4.17.21", "passport": "^0.7.0",