From 5790b568752de5686c5a52fbdea059168074b235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 18:48:42 +0000 Subject: [PATCH] Bump fast-xml-parser and adaptive-expressions Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [adaptive-expressions](https://github.com/Microsoft/botbuilder-js). These dependencies needed to be updated together. Updates `fast-xml-parser` from 3.21.1 to 4.2.4 - [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) Updates `adaptive-expressions` from 4.19.3 to 4.20.0 - [Release notes](https://github.com/Microsoft/botbuilder-js/releases) - [Commits](https://github.com/Microsoft/botbuilder-js/compare/4.19.3...4.20.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect - dependency-name: adaptive-expressions dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../NorthwindSuppliers/package-lock.json | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/teams-toolkit/Lab03-LinkUnfurling/NorthwindSuppliers/package-lock.json b/src/teams-toolkit/Lab03-LinkUnfurling/NorthwindSuppliers/package-lock.json index 9141b9ed..a57f5e86 100644 --- a/src/teams-toolkit/Lab03-LinkUnfurling/NorthwindSuppliers/package-lock.json +++ b/src/teams-toolkit/Lab03-LinkUnfurling/NorthwindSuppliers/package-lock.json @@ -424,9 +424,9 @@ } }, "node_modules/adaptive-expressions": { - "version": "4.19.3", - "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.19.3.tgz", - "integrity": "sha512-umjtly2h4wiciO0KpPQ1j85e39b8uf/urMAr6e9I2NJ70ay9SgAQuWa3LD+xgQZp+brmLaE9GYFZD3y6gJh1Ig==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.0.tgz", + "integrity": "sha512-/m0gXtwb75iK0UBftwoK8La7Ch/TqfrT5doAoLya1VAaeOEIzDzHIbMe1G6B7/N+Nn/waZFMexrqDW7d01lbdA==", "peer": true, "dependencies": { "@microsoft/recognizers-text-data-types-timex-expression": "1.3.0", @@ -442,7 +442,7 @@ "btoa-lite": "^1.0.0", "d3-format": "^1.4.4", "dayjs": "^1.10.3", - "fast-xml-parser": "^3.19.0", + "fast-xml-parser": "^4.1.2", "jspath": "^0.4.0", "lodash.isequal": "^4.5.0", "lru-cache": "^5.1.1", @@ -1196,19 +1196,25 @@ } }, "node_modules/fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz", + "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "peer": true, "dependencies": { - "strnum": "^1.0.4" + "strnum": "^1.0.5" }, "bin": { - "xml2js": "cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" + "fxparser": "src/cli/cli.js" } }, "node_modules/filename-reserved-regex": {