diff --git a/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package-lock.json b/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package-lock.json index 9e3df1440..1fedfd063 100644 --- a/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package-lock.json +++ b/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@azure/data-tables": "^13.2.2", - "@azure/functions": "^4.3.0", + "@azure/functions": "^4.16.2", "azurite": "^3.26.0", "jwt-validate": "^0.5.0" }, @@ -171,14 +171,23 @@ } }, "node_modules/@azure/functions": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.4.0.tgz", - "integrity": "sha512-debidWolFTsfapsK53ftzLtXJc3dbYYPc9UqJoEm1GAj1lS7jFMARQnbfTQPDqBIhuJxLZ9D8WVvhIEV7Hifzw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.16.2.tgz", + "integrity": "sha512-6uq0Z7e3njy8fHpgCVIJWDtbkZz+BYXc6L8fQjisf8+hPdnauM5yZ70j9YC8xas6zvL1dFA+EfLuZcNYyuWLTg==", + "license": "MIT", "dependencies": { - "cookie": "^0.6.0", - "long": "^4.0.0", - "undici": "^5.13.0" + "@azure/functions-extensions-base": "0.3.0", + "cookie": "^0.7.0" }, + "engines": { + "node": ">=20.0" + } + }, + "node_modules/@azure/functions-extensions-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@azure/functions-extensions-base/-/functions-extensions-base-0.3.0.tgz", + "integrity": "sha512-Cux0hLu5ZXlC/Kb+yvJVhRLIdkfFwui2HeT5oGZL00r/GCUUkhGTzRfZUjRN4Bq729mPv3okPucz2z7SMQLStA==", + "license": "MIT", "engines": { "node": ">=18.0" } @@ -387,14 +396,6 @@ "kuler": "^2.0.0" } }, - "node_modules/@fastify/busboy": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", - "engines": { - "node": ">=14" - } - }, "node_modules/@js-joda/core": { "version": "5.6.2", "resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.6.2.tgz", @@ -1015,9 +1016,10 @@ } }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -2393,11 +2395,6 @@ "resolved": "https://registry.npmjs.org/lokijs/-/lokijs-1.5.12.tgz", "integrity": "sha512-Q5ALD6JiS6xAUWCwX3taQmgwxyveCtIIuL08+ml0nHwT3k0S/GIFJN+Hd38b1qYIMaE5X++iqsqWVksz7SYW+Q==" }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, "node_modules/lru-cache": { "version": "8.0.5", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-8.0.5.tgz", @@ -3540,17 +3537,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/undici": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", - "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, - "engines": { - "node": ">=14.0" - } - }, "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", diff --git a/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package.json b/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package.json index e00750016..cb3acf049 100644 --- a/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package.json +++ b/src/extend-m365-copilot/path-e-lab06c-add-sso/trey-research-lab06c-END/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@azure/data-tables": "^13.2.2", - "@azure/functions": "^4.3.0", + "@azure/functions": "^4.16.2", "azurite": "^3.26.0", "jwt-validate": "^0.5.0" },