From 525a1ed84408dc615bd279717772efd9d7b7a714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 02:15:12 +0000 Subject: [PATCH] Bump moment from 2.19.3 to 2.29.2 Bumps [moment](https://github.com/moment/moment) from 2.19.3 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.3...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c126f5a..38bd098 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "jquery.cookie": "^1.4.1", "localforage": "^1.5.0", "lodash": "^4.17.19", - "moment": "^2.19.3", + "moment": "^2.29.2", "photoswipe": "^4.1.2", "picturefill": "^3.0.2", "quill": "^1.3.7", diff --git a/yarn.lock b/yarn.lock index 2143077..7bcbab2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -211,9 +211,9 @@ lodash@^4.17.19: version "4.17.19" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" -moment@^2.19.3: - version "2.19.3" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.3.tgz#bdb99d270d6d7fda78cc0fbace855e27fe7da69f" +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" object-keys@^1.0.6: version "1.0.11"