From 3cb491092d83996d301095178959978261330008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:49:18 +0000 Subject: [PATCH] Bump luxon from 1.23.0 to 2.5.2 in /example Bumps [luxon](https://github.com/moment/luxon) from 1.23.0 to 2.5.2. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/1.23.0...2.5.2) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 461f149..4e88b60 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@react-native-community/slider": "^2.0.8", - "luxon": "^1.21.3", + "luxon": "^2.5.2", "native-base": "^2.13.12", "react": "16.13.1", "react-native": "0.63.4" diff --git a/example/yarn.lock b/example/yarn.lock index a69aa10..a6efae2 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4585,10 +4585,10 @@ lru-cache@^4.0.1: pseudomap "^1.0.2" yallist "^2.1.2" -luxon@^1.21.3: - version "1.23.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.23.0.tgz#23b748ad0f2d5494dc4d2878c19278c1e651410c" - integrity sha512-+6a/bXsCWrrR8vfbL41iM92es12zwV2Rum/KPkT+ubOZnnU3Sqbqok/FmD1xsWlWN2Y9Hu0fU/vNgU24ns7bpA== +luxon@^2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.2.tgz#17ed497f0277e72d58a4756d6a9abee4681457b6" + integrity sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA== make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0"