From 241b2e204c04d6c52fc49ca2947b7aefdb58d1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:48:13 +0000 Subject: [PATCH] Bump luxon from 1.23.0 to 1.28.1 in /example Bumps [luxon](https://github.com/moment/luxon) from 1.23.0 to 1.28.1. - [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...1.28.1) --- 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..06477e5 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": "^1.28.1", "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..4d2b170 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@^1.28.1: + version "1.28.1" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.1.tgz#528cdf3624a54506d710290a2341aa8e6e6c61b0" + integrity sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw== make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0"