diff --git a/vui/google-assistant/functions/package-lock.json b/vui/google-assistant/functions/package-lock.json index 36736d0..24c1b7e 100644 --- a/vui/google-assistant/functions/package-lock.json +++ b/vui/google-assistant/functions/package-lock.json @@ -2384,9 +2384,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "ms": { "version": "2.1.2", diff --git a/vui/google-assistant/functions/package.json b/vui/google-assistant/functions/package.json index d0bf427..d0044d4 100644 --- a/vui/google-assistant/functions/package.json +++ b/vui/google-assistant/functions/package.json @@ -18,7 +18,7 @@ "actions-on-google": "^2.0.0", "firebase-admin": "^8.2.0", "firebase-functions": "^3.1.0", - "moment": "^2.24.0" + "moment": "^2.29.2" }, "devDependencies": { "eslint": "^4.19.1",