diff --git a/azure-demo-function-text/package-lock.json b/azure-demo-function-text/package-lock.json index e42fcc0..d81ad35 100644 --- a/azure-demo-function-text/package-lock.json +++ b/azure-demo-function-text/package-lock.json @@ -657,9 +657,9 @@ } }, "moment": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz", - "integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "ms-rest": { "version": "2.3.0", diff --git a/azure-demo-function-text/package.json b/azure-demo-function-text/package.json index 78e9100..224efe4 100644 --- a/azure-demo-function-text/package.json +++ b/azure-demo-function-text/package.json @@ -6,7 +6,7 @@ "async": "^2.6.0", "azure-cognitiveservices-vision": "^1.0.0-preview", "azure-storage": "^2.8.0", - "moment": "^2.21.0", + "moment": "^2.29.4", "ms-rest-azure": "^2.5.2", "request": "^2.83.0", "request-promise": "^4.2.2"