From cc35d8fc128b257b1af4afede5d2e7891e1997fb Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Mon, 15 Aug 2022 20:01:56 +0000 Subject: [PATCH] Bump @js-joda/core from 5.2.0 to 5.3.0 --- lib/notifications.js | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/notifications.js b/lib/notifications.js index b0334ea..3be60f8 100644 --- a/lib/notifications.js +++ b/lib/notifications.js @@ -4,7 +4,7 @@ import { } from '../local-storage' import Notification from 'react-native-push-notification' import Moment from 'moment' -import { LocalDate } from 'js-joda' +import { LocalDate } from '@js-joda/core' import labels from '../i18n/en/settings' import { getBleedingDaysSortedByDate } from '../db' diff --git a/package-lock.json b/package-lock.json index e7844e2..c97629c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4473,9 +4473,9 @@ } }, "@js-joda/core": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.2.0.tgz", - "integrity": "sha512-0OriPYIaMLB3XiLQMe0BXKVIqeriTn3H7JMOzTsHEtt7Zqq+TetCu97KnAhU3ckiQZKBxfZshft+H1OC4D1lXw==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@js-joda/core/-/core-5.3.0.tgz", + "integrity": "sha512-3uObVJ08i0vSbtsTWQ8omy8XUlVDnoest5MOLp6delLUZev8bu++S+3Aua7xWPPWzQt9pcuwDqjEOKslQVDj8g==" }, "@ptomasroos/react-native-multi-slider": { "version": "2.2.2", diff --git a/package.json b/package.json index de56958..5bf9425 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prepare": "husky install" }, "dependencies": { - "@js-joda/core": "^5.2.0", + "@js-joda/core": "^5.3.0", "@ptomasroos/react-native-multi-slider": "^2.2.0", "@react-native-community/art": "^1.2.0", "@react-native-community/datetimepicker": "^6.3.1",