From 306bc6c09175c8fd58deff289a1153d4e7027db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 23:10:42 +0000 Subject: [PATCH] Bump moment from 2.28.0 to 2.29.2 in /site-admin Bumps [moment](https://github.com/moment/moment) from 2.28.0 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.28.0...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- site-admin/package-lock.json | 6 +++--- site-admin/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site-admin/package-lock.json b/site-admin/package-lock.json index 1a188d3..712a5db 100644 --- a/site-admin/package-lock.json +++ b/site-admin/package-lock.json @@ -647,9 +647,9 @@ } }, "moment": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.28.0.tgz", - "integrity": "sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "ms": { "version": "2.0.0", diff --git a/site-admin/package.json b/site-admin/package.json index d443442..02c57dd 100644 --- a/site-admin/package.json +++ b/site-admin/package.json @@ -29,7 +29,7 @@ "fs": "0.0.1-security", "graceful-fs": "^4.2.4", "handlebars": "^4.0.3", - "moment": "^2.10.6", + "moment": "^2.29.2", "multer": "^1.0.6", "nedb": "^1.2.1" }