From dbf9fe3acc97528492cf9f2f28a6f07456cd65ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 03:01:18 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser from 4.0.12 to 4.0.15 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.12 to 4.0.15. - [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.12...v4.0.15) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73ca91c..571d0d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.3", "license": "ISC", "dependencies": { - "fast-xml-parser": "^4.0.12", + "fast-xml-parser": "^4.0.15", "lodash.pick": "^4.4.0" }, "devDependencies": { @@ -3799,9 +3799,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.12.tgz", - "integrity": "sha512-/Nmo3823Rfx7UTJosQNz6hBVbszfv1Unb7A4iNJZhvCGCgtIHv/uODmrYIH8vc05+XKZ4hNIOv6SlBejvJgATw==", + "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==", "dependencies": { "strnum": "^1.0.5" }, @@ -11548,9 +11548,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.12.tgz", - "integrity": "sha512-/Nmo3823Rfx7UTJosQNz6hBVbszfv1Unb7A4iNJZhvCGCgtIHv/uODmrYIH8vc05+XKZ4hNIOv6SlBejvJgATw==", + "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==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index 02cc0d9..3a0d151 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "serverless-domain-manager": "^6.1.0" }, "dependencies": { - "fast-xml-parser": "^4.0.12", + "fast-xml-parser": "^4.0.15", "lodash.pick": "^4.4.0" }, "jest": {