From 1991702c23865fc24d844b7f8d44a0062510e441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 22:51:38 +0000 Subject: [PATCH] Bump moment from 2.3.1 to 2.29.2 in /_working Bumps [moment](https://github.com/moment/moment) from 2.3.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.3.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _working/package-lock.json | 6 +++--- _working/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_working/package-lock.json b/_working/package-lock.json index a0ea9866..7df9e6dd 100644 --- a/_working/package-lock.json +++ b/_working/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "moment": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.3.1.tgz", - "integrity": "sha1-2nPXD2Jla7W36vA4f3k79hITEuM=" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "npm": { "version": "5.5.1", diff --git a/_working/package.json b/_working/package.json index 24030d2c..c619796c 100644 --- a/_working/package.json +++ b/_working/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "moment": "2.3.x", + "moment": "2.29.x", "npm": "^5.5.1", "typogr": "0.5.x", "underscore": "1.4.x"