From 21dd7cdd16c61ec0839ec8981fdc8334ce61ced2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 14 Sep 2018 20:16:32 +0100 Subject: [PATCH] Bump fast-xml-parser from 3.12.0 to 3.12.5 (#2071) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.12.0 to 3.12.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/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b36ea553d9..c9db671f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5411,9 +5411,9 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "fast-xml-parser": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.0.tgz", - "integrity": "sha512-7IcV+5z6uZoIgGi3GxJTt94V8DGONWk/nL6ynGJdy+Mg219o2nLXjZeB1WDQRL+MOBKMtVXofioFW1POEdahKQ==", + "version": "3.12.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.5.tgz", + "integrity": "sha512-g8TSGUF1a2vdFmQ29vKcYBNnwuJQQuyr6It3cjGsiD3dkUXqVWuXZQvjEkgrrCe5K8D30X125ACyxaj7XaaH8g==", "requires": { "nimnjs": "^1.3.2" }