diff --git a/src/extend-m365-copilot/path-e-lab02-build-api/trey-research/package-lock.json b/src/extend-m365-copilot/path-e-lab02-build-api/trey-research/package-lock.json index 21badbd38..651f8c0dd 100644 --- a/src/extend-m365-copilot/path-e-lab02-build-api/trey-research/package-lock.json +++ b/src/extend-m365-copilot/path-e-lab02-build-api/trey-research/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" }, "devDependencies": { @@ -201,24 +201,22 @@ } }, "node_modules/@azure/functions": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.9.0.tgz", - "integrity": "sha512-IlgCl2/OiSXjMaow5oUhtMQMlsxEAZwsk7BXoT44vgzdIaiZz1VjCzGK9D/7pi6bd0FSyDo6H/1mZASzcD0K6A==", + "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": { - "@azure/functions-extensions-base": "0.2.0", - "cookie": "^0.7.0", - "long": "^4.0.0", - "undici": "^5.29.0" + "@azure/functions-extensions-base": "0.3.0", + "cookie": "^0.7.0" }, "engines": { "node": ">=20.0" } }, "node_modules/@azure/functions-extensions-base": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@azure/functions-extensions-base/-/functions-extensions-base-0.2.0.tgz", - "integrity": "sha512-ncCkHBNQYJa93dBIh+toH0v1iSgCzSo9tr94s6SMBe7DPWREkaWh8cq33A5P4rPSFX1g5W+3SPvIzDr/6/VOWQ==", + "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" @@ -478,15 +476,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==", - "license": "MIT", - "engines": { - "node": ">=14" - } - }, "node_modules/@js-joda/core": { "version": "5.6.5", "resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.6.5.tgz", @@ -3141,12 +3130,6 @@ "integrity": "sha512-Q5ALD6JiS6xAUWCwX3taQmgwxyveCtIIuL08+ml0nHwT3k0S/GIFJN+Hd38b1qYIMaE5X++iqsqWVksz7SYW+Q==", "license": "MIT" }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==", - "license": "Apache-2.0" - }, "node_modules/lru-cache": { "version": "7.18.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", @@ -4636,18 +4619,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/undici": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", - "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", - "license": "MIT", - "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-lab02-build-api/trey-research/package.json b/src/extend-m365-copilot/path-e-lab02-build-api/trey-research/package.json index 37c26a628..ca032e8cb 100644 --- a/src/extend-m365-copilot/path-e-lab02-build-api/trey-research/package.json +++ b/src/extend-m365-copilot/path-e-lab02-build-api/trey-research/package.json @@ -17,7 +17,7 @@ "storage": "azurite --silent --location ./_storage_emulator --debug ./_storage_emulator/debug.log" }, "dependencies": { - "@azure/functions": "^4.3.0", + "@azure/functions": "^4.16.2", "@azure/data-tables": "^13.2.2", "azurite": "^3.26.0" },