diff --git a/Cloud Functions/firebase_func/functions/package-lock.json b/Cloud Functions/firebase_func/functions/package-lock.json index 8827aff..b7bd3eb 100644 --- a/Cloud Functions/firebase_func/functions/package-lock.json +++ b/Cloud Functions/firebase_func/functions/package-lock.json @@ -1371,9 +1371,9 @@ "optional": true }, "dayjs": { - "version": "1.8.29", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.29.tgz", - "integrity": "sha512-Vm6teig8ZWK7rH/lxzVGxZJCljPdmUr6q/3f4fr5F0VWNGVkZEjZOQJsAN8hUHUqn+NK4XHNEpJZS1MwLyDcLw==" + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.0.tgz", + "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==" }, "debug": { "version": "4.1.1", @@ -3792,9 +3792,9 @@ } }, "moment": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", - "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "morgan": { "version": "1.10.0", diff --git a/Cloud Functions/firebase_func/functions/package.json b/Cloud Functions/firebase_func/functions/package.json index 3940bf7..ab4c23b 100644 --- a/Cloud Functions/firebase_func/functions/package.json +++ b/Cloud Functions/firebase_func/functions/package.json @@ -18,7 +18,7 @@ "firebase-admin": "^8.10.0", "firebase-functions": "^3.6.1", "firebase-tools": "^8.4.3", - "moment": "^2.26.0", + "moment": "^2.29.2", "promise.allsettled": "^1.0.2", "request": "^2.88.2", "uuid": "^8.1.0"