From 90760c6859cf291c832f03024bc379f7ba9a3a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 01:56:39 +0000 Subject: [PATCH] Bump moment from 2.22.1 to 2.29.2 in /Implementation/app Bumps [moment](https://github.com/moment/moment) from 2.22.1 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.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Implementation/app/package-lock.json | 6 +++--- Implementation/app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Implementation/app/package-lock.json b/Implementation/app/package-lock.json index 948c61d..84769be 100644 --- a/Implementation/app/package-lock.json +++ b/Implementation/app/package-lock.json @@ -7361,9 +7361,9 @@ } }, "moment": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.1.tgz", - "integrity": "sha512-shJkRTSebXvsVqk56I+lkb2latjBs8I+pc2TzWc545y2iFnSjm7Wg0QMh+ZWcdSLQyGEau5jI8ocnmkyTgr9YQ==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "morgan": { "version": "1.9.1", diff --git a/Implementation/app/package.json b/Implementation/app/package.json index 566d395..a641ea3 100644 --- a/Implementation/app/package.json +++ b/Implementation/app/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "eslint-config-rallycoding": "^3.2.0", - "moment": "^2.22.1", + "moment": "^2.29.2", "native-base": "^2.4.2", "react": "16.3.1", "react-native": "^0.55.2",