diff --git a/tools/harvester-forwarding/package-lock.json b/tools/harvester-forwarding/package-lock.json index cc50f7c..d14a20d 100644 --- a/tools/harvester-forwarding/package-lock.json +++ b/tools/harvester-forwarding/package-lock.json @@ -8,15 +8,15 @@ "name": "harvester-forwarding", "version": "1.0.0", "dependencies": { - "@azure/functions": "^4.11.2", + "@azure/functions": "^4.12.0", "mongodb": "^7.0.0" }, "devDependencies": {} }, "node_modules/@azure/functions": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.11.2.tgz", - "integrity": "sha512-U7qpPo0pUxDfdP3Q8gO5GLtust94nh8+RtIUvEKE4qU9yuDhL2vU1zzanuzkaV2j/TFv+EEmN8QDtchAgpeffw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.12.0.tgz", + "integrity": "sha512-aHBSvEDHOUhLhkivPiotoYfE6WPZdutv9OnXEkSqYtyWjbf1k/DoQ/Z9swqIbyaBSvh2xOR8ARKj5CR/2jqEOw==", "license": "MIT", "dependencies": { "@azure/functions-extensions-base": "0.2.0", @@ -185,9 +185,9 @@ }, "dependencies": { "@azure/functions": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.11.2.tgz", - "integrity": "sha512-U7qpPo0pUxDfdP3Q8gO5GLtust94nh8+RtIUvEKE4qU9yuDhL2vU1zzanuzkaV2j/TFv+EEmN8QDtchAgpeffw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.12.0.tgz", + "integrity": "sha512-aHBSvEDHOUhLhkivPiotoYfE6WPZdutv9OnXEkSqYtyWjbf1k/DoQ/Z9swqIbyaBSvh2xOR8ARKj5CR/2jqEOw==", "requires": { "@azure/functions-extensions-base": "0.2.0", "cookie": "^0.7.0" diff --git a/tools/harvester-forwarding/package.json b/tools/harvester-forwarding/package.json index 9f5ea6e..52fd311 100644 --- a/tools/harvester-forwarding/package.json +++ b/tools/harvester-forwarding/package.json @@ -7,7 +7,7 @@ "test": "echo \"No tests yet...\"" }, "dependencies": { - "@azure/functions": "^4.11.2", + "@azure/functions": "^4.12.0", "mongodb": "^7.0.0" }, "devDependencies": {},