From 92249fb7b585057a81c1efd401dc9944a3e2b8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 02:10:28 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.2 in /rocketchat-livechat/.app Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.2. - [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.22.2...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rocketchat-livechat/.app/package-lock.json | 6 +++--- rocketchat-livechat/.app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rocketchat-livechat/.app/package-lock.json b/rocketchat-livechat/.app/package-lock.json index 5330eff..4e907da 100644 --- a/rocketchat-livechat/.app/package-lock.json +++ b/rocketchat-livechat/.app/package-lock.json @@ -974,9 +974,9 @@ } }, "moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "nan": { "version": "2.11.1", diff --git a/rocketchat-livechat/.app/package.json b/rocketchat-livechat/.app/package.json index acca48a..b230765 100644 --- a/rocketchat-livechat/.app/package.json +++ b/rocketchat-livechat/.app/package.json @@ -28,7 +28,7 @@ "meteor-node-stubs": "^0.4.1", "mime-db": "^1.37.0", "mime-type": "^3.0.7", - "moment": "^2.22.2", + "moment": "^2.29.2", "sweetalert2": "^7.29.2", "toastr": "^2.1.4", "underscore": "^1.9.1",