diff --git a/src/teams-toolkit/Lab05-ConsumeGraphAPI/NorthwindSuppliers/package-lock.json b/src/teams-toolkit/Lab05-ConsumeGraphAPI/NorthwindSuppliers/package-lock.json index 574128d4..0e99c872 100644 --- a/src/teams-toolkit/Lab05-ConsumeGraphAPI/NorthwindSuppliers/package-lock.json +++ b/src/teams-toolkit/Lab05-ConsumeGraphAPI/NorthwindSuppliers/package-lock.json @@ -716,9 +716,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==", "dependencies": { "@microsoft/recognizers-text-data-types-timex-expression": "1.3.0", "@types/atob-lite": "^2.0.0", @@ -733,7 +733,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", @@ -1677,18 +1677,24 @@ } }, "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" + } + ], "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": {