From 69837ed83dd6fa4b1d56633a750181689776fc68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 10:17:53 +0000 Subject: [PATCH] build(deps): bump moment from 2.19.4 to 2.29.2 Bumps [moment](https://github.com/moment/moment) from 2.19.4 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.19.4...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index afc7a33715e6e..01497f43eb147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10417,9 +10417,9 @@ } }, "moment": { - "version": "2.19.4", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.19.4.tgz", - "integrity": "sha512-1xFTAknSLfc47DIxHDUbnJWC+UwgWxATmymaxIPQpmMh7LBm7ZbwVEsuushqwL2GYZU0jie4xO+TK44hJPjNSQ==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "moo": { "version": "0.5.1", diff --git a/package.json b/package.json index 688e6fb903eb5..33b8dbd6f1fc0 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "jquery.scrollto": "2.1.2", "js-cookie": "2.2.0", "kinetic": "5.2.0", - "moment": "2.19.4", + "moment": "2.29.2", "onfido-sdk-ui": "^6.3.0", "promise-polyfill": "6.1.0", "prop-types": "15.6.1",