diff --git a/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json b/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json index e89634e98f..db8a219da1 100644 --- a/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json +++ b/test/instrumentation/azure-functions/fixtures/azfunc4/package-lock.json @@ -12,14 +12,13 @@ } }, "node_modules/@azure/functions": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.11.0.tgz", - "integrity": "sha512-J0We2gav3YZFLO9pJlXDKUSOT0r/DzkUaJTaruhm8pwoSMbi4zjsS5N6fARrTel+IBCm77hlD0IgZSKSWvVpUw==", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.11.2.tgz", + "integrity": "sha512-U7qpPo0pUxDfdP3Q8gO5GLtust94nh8+RtIUvEKE4qU9yuDhL2vU1zzanuzkaV2j/TFv+EEmN8QDtchAgpeffw==", "license": "MIT", "dependencies": { "@azure/functions-extensions-base": "0.2.0", - "cookie": "^0.7.0", - "long": "^4.0.0" + "cookie": "^0.7.0" }, "engines": { "node": ">=20.0" @@ -408,11 +407,6 @@ "engines": { "node": ">= 0.6" } - }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" } } }