From 6c387434088afb8ae847240bb546de9dbdc0afae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:50:37 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.0.15 to 4.2.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.15 to 4.2.5. - [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.0.15...v4.2.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++-------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd4e6cab..0f45d287 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,16 +17,14 @@ "@mui/styles": "^5.11.2", "@sentry/browser": "^5.7.1", "dexie": "^3.0.2", - "fast-xml-parser": "^4.0.15", + "fast-xml-parser": "^4.2.5", "leaflet": "^1.6.0", - "pixl-xml": "^1.0.13", "proj4": "^2.6.2", "react": "^17.0.0", "react-dom": "^17.0.0", "react-router": "^5.1.2", "react-router-dom": "^5.2.0", - "react-scroll": "^1.8.1", - "react-xml-parser": "^1.1.8" + "react-scroll": "^1.8.1" }, "devDependencies": { "@babel/core": "^7.12.10", @@ -9938,18 +9936,24 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.15.tgz", - "integrity": "sha512-bF4/E33/K/EZDHV23IJpSK2SU7rZTaSkDH5G85nXX8SKlQ9qBpWQhyPpm2nlTBewDJgtpd6+1x4TNpKmocmthQ==", + "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==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "dependencies": { "strnum": "^1.0.5" }, "bin": { "fxparser": "src/cli/cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/fastq": { @@ -17661,11 +17665,6 @@ "node": ">= 6" } }, - "node_modules/pixl-xml": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/pixl-xml/-/pixl-xml-1.0.13.tgz", - "integrity": "sha512-TFFCqJKL6k3S284To1t8MQfqgiHIDXoLvOmuUm8XMIUotlRc2EIibx6fuKDDb5+0fN1o2tkTe1vRWVNk/HJqHQ==" - }, "node_modules/pkg-dir": { "version": "4.2.0", "dev": true, @@ -19828,10 +19827,6 @@ "react-dom": ">=16.6.0" } }, - "node_modules/react-xml-parser": { - "version": "1.1.8", - "license": "ISC" - }, "node_modules/read-cache": { "version": "1.0.0", "dev": true, diff --git a/package.json b/package.json index 21ddc587..07a895b8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mui/styles": "^5.11.2", "@sentry/browser": "^5.7.1", "dexie": "^3.0.2", - "fast-xml-parser": "^4.0.15", + "fast-xml-parser": "^4.2.5", "leaflet": "^1.6.0", "proj4": "^2.6.2", "react": "^17.0.0",