From 6e75299386947313e554afc4a9efaae83e006e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:24:59 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.3.6 to 4.4.1 in /functions Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 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.6...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 8 ++++---- functions/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index b674a4c67..904d1cbfa 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@google-cloud/pubsub": "^4.3.3", "dayjs": "^1.11.9", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.4.1", "firebase-admin": "^12.0.0", "firebase-functions": "^4.9.0" }, @@ -3811,9 +3811,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "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==", + "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/functions/package.json b/functions/package.json index 023717cec..71aff2747 100644 --- a/functions/package.json +++ b/functions/package.json @@ -17,7 +17,7 @@ "dependencies": { "@google-cloud/pubsub": "^4.3.3", "dayjs": "^1.11.9", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.4.1", "firebase-admin": "^12.0.0", "firebase-functions": "^4.9.0" },