From 47b7021fa3a1b05602093f647fe27151afd3416d Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Mon, 19 Sep 2022 14:40:25 +0200 Subject: [PATCH] Add jshashes dependency --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index cf7497f..b62dee4 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "@react-native-community/push-notification-ios": "^1.8.0", "csvtojson": "^2.0.8", "i18next": "^21.9.0", + "jshashes": "^1.0.8", "moment": "^2.29.4", "nodejs-mobile-react-native": "^0.8.2", "object-path": "^0.11.4", diff --git a/yarn.lock b/yarn.lock index 8ba3b58..8b32c61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5303,6 +5303,11 @@ jsesc@~0.5.0: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== +jshashes@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/jshashes/-/jshashes-1.0.8.tgz#f60d837428383abf73ab022e1542e6614bd75514" + integrity sha512-btmQZ/w1rj8Lb6nEwvhjM7nBYoj54yaEFo2PWh3RkxZ8qNwuvOxvQYN/JxVuwoMmdIluL+XwYVJ+pEEZoSYybQ== + json-parse-better-errors@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"