From fdaa401051bcf1ccba3f908cb5e525167246cd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 03:45:54 +0000 Subject: [PATCH] Bump moment from 2.19.4 to 2.29.4 Bumps [moment](https://github.com/moment/moment) from 2.19.4 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.19.4...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5860f1c..7202ef1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "preset": "jest-expo" }, "dependencies": { - "moment": "^2.19.3", + "moment": "^2.29.4", "react": "16.0.0", "react-native": "0.50.3", "react-native-vector-icons": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index f995c87..01974c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,13 @@ # yarn lockfile v1 +"@expo/vector-icons@^6.2.1": + version "6.3.1" + resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-6.3.1.tgz#ffb97cc2343e4a330b44ce3063ee7c8571a6a50d" + dependencies: + lodash "^4.17.4" + react-native-vector-icons "4.5.0" + abab@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e" @@ -3016,9 +3023,9 @@ minimist@~0.0.1: dependencies: minimist "0.0.8" -moment@^2.19.3: - version "2.19.4" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.4.tgz#17e5e2c6ead8819c8ecfad83a0acccb312e94682" +moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" morgan@~1.6.1: version "1.6.1" @@ -3539,6 +3546,14 @@ react-native-tab-view@^0.0.70: dependencies: prop-types "^15.5.10" +react-native-vector-icons@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.5.0.tgz#6b95619e64f62f05f579f74a01fe5640df95158b" + dependencies: + lodash "^4.0.0" + prop-types "^15.5.10" + yargs "^8.0.2" + react-native-vector-icons@^4.4.2: version "4.4.2" resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-4.4.2.tgz#090f42ee0396c4cc4eae0ddaa518028ba8df40c7"