From 4da2fa3aa9ab1f7ce5bd50b4db2d8089013e5bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 29 Nov 2018 22:26:51 +0000 Subject: [PATCH] Bump fast-xml-parser from 3.12.8 to 3.12.9 (#2395) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.12.8 to 3.12.9. - [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 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d03f015fb..e799f77a28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5065,9 +5065,9 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "fast-xml-parser": { - "version": "3.12.8", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.8.tgz", - "integrity": "sha512-t1HW7ioe/eJ6fIsQm57O/tmhNopNfaCWjdVKBejpqMVXpUYREeb5OKEiY2AJ1Lrpgev5HTvqMMd6O0cSHY4zUA==", + "version": "3.12.9", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.9.tgz", + "integrity": "sha512-2/YYHpCmqq3K+loiQI/ohAnVPNDXJyL1U/bKDw7NM9hDonnqGjQ+fOzvleTwBLIssc9B2Og5u2H1hoWhH3ZSqg==", "requires": { "nimnjs": "^1.3.2" } diff --git a/package.json b/package.json index 7250e7050f..8330400a1c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "chrome-web-store-item-property": "~1.1.2", "emojic": "^1.1.14", "escape-string-regexp": "^1.0.5", - "fast-xml-parser": "^3.12.8", + "fast-xml-parser": "^3.12.9", "fsos": "^1.1.3", "gh-badges": "file:gh-badges", "glob": "^7.1.1",