From 2e353c327f2c614f56264b73651ca2ea6c103ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 04:26:38 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.4 in /reading Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. - [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.22.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reading/package.json | 2 +- reading/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reading/package.json b/reading/package.json index 920de90..cdfa4c2 100644 --- a/reading/package.json +++ b/reading/package.json @@ -19,7 +19,7 @@ "dependencies": { "leancloud-storage": "3.6.7", "lodash": "^4.17.10", - "moment": "^2.22.2", + "moment": "^2.29.4", "prop-types": "^15.6.1", "react": "16.3.1", "react-native": "0.55.4", diff --git a/reading/yarn.lock b/reading/yarn.lock index b8e8c24..2ace40f 100644 --- a/reading/yarn.lock +++ b/reading/yarn.lock @@ -1827,7 +1827,7 @@ compressible@~2.0.13: compression@^1.7.1: version "1.7.2" - resolved "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" + resolved "https://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" dependencies: accepts "~1.3.4" bytes "3.0.0" @@ -4520,9 +4520,9 @@ mixin-deep@^1.2.0: dependencies: minimist "0.0.8" -moment@^2.22.2: - version "2.22.2" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66" +moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" morgan@^1.9.0: version "1.9.0"