From 05c0b72cb8c54c2ae650abca9605173f8c377f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 20:51:41 +0000 Subject: [PATCH] Bump moment in /Cloud Functions/firebase_func/functions Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.26.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../firebase_func/functions/package-lock.json | 12 ++++++------ Cloud Functions/firebase_func/functions/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cloud Functions/firebase_func/functions/package-lock.json b/Cloud Functions/firebase_func/functions/package-lock.json index 8827aff..d9d061f 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.3", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.3.tgz", + "integrity": "sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==" }, "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.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "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..07122cd 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.4", "promise.allsettled": "^1.0.2", "request": "^2.88.2", "uuid": "^8.1.0"