From d62933c199a69e58db4a11034345703b36ecb80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 19:08:40 +0000 Subject: [PATCH] Bump moment from 2.11.2 to 2.29.2 in /node Bumps [moment](https://github.com/moment/moment) from 2.11.2 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.11.2...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- node/package-lock.json | 6 +++--- node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index 7055532..e15c3f7 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -157,9 +157,9 @@ "integrity": "sha1-WCA+7Ybjpe8XrtK32evUfwpg3RA=" }, "moment": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.11.2.tgz", - "integrity": "sha1-h5aOX5WsA4wuQqyVnHWBnNP1KQE=" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "murmurhash": { "version": "0.0.2", diff --git a/node/package.json b/node/package.json index 21c2c61..5dd6c51 100644 --- a/node/package.json +++ b/node/package.json @@ -6,7 +6,7 @@ "dependencies": { "fs": "^0.0.0", "http": "^0.0.0", - "moment": "^2.9.0", + "moment": "^2.29.2", "murmurhash": "^0.0.2", "mysql": "^2.3.2", "node-gcm-service": "^0.2.8",