From 8331d280f52162e53efd7662da15bf4781fe55f0 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Wed, 8 Nov 2023 09:09:01 -0700 Subject: [PATCH 1/2] Bump the onyx version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbeafe99c14e..df60ca9f9bd9 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", - "react-native-onyx": "1.0.111", + "react-native-onyx": "1.0.112", "react-native-pager-view": "^6.2.0", "react-native-pdf": "^6.7.1", "react-native-performance": "^5.1.0", From fde456361071ce9ff18e3e02bd0a79b905620a1e Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Wed, 8 Nov 2023 10:11:39 -0700 Subject: [PATCH 2/2] Update onyx version --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f62c06efaec..811cce7fa4ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", - "react-native-onyx": "1.0.111", + "react-native-onyx": "1.0.115", "react-native-pager-view": "^6.2.0", "react-native-pdf": "^6.7.1", "react-native-performance": "^5.1.0", @@ -44767,13 +44767,13 @@ } }, "node_modules/react-native-onyx": { - "version": "1.0.111", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.111.tgz", - "integrity": "sha512-6drd5Grhkyq4oyt2+Bu6t7JYK5tqaARc0YP7taEHK9jLbhjdC4E9MPLJR2FVXiORkQCPOoyy1Gqmb4AUVIsvxg==", + "version": "1.0.115", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.115.tgz", + "integrity": "sha512-uPrJcw3Ta/EFL3Mh3iUggZ7EeEwLTSSSc5iUkKAA+a9Y8kBo8+6MWup9VCM/4wgysZbf3VHUGJCWQ8H3vWKgUg==", "dependencies": { "ascii-table": "0.0.9", "fast-equals": "^4.0.3", - "underscore": "^1.13.1" + "underscore": "^1.13.6" }, "engines": { "node": ">=16.15.1 <=18.17.1", @@ -85351,13 +85351,13 @@ } }, "react-native-onyx": { - "version": "1.0.111", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.111.tgz", - "integrity": "sha512-6drd5Grhkyq4oyt2+Bu6t7JYK5tqaARc0YP7taEHK9jLbhjdC4E9MPLJR2FVXiORkQCPOoyy1Gqmb4AUVIsvxg==", + "version": "1.0.115", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.115.tgz", + "integrity": "sha512-uPrJcw3Ta/EFL3Mh3iUggZ7EeEwLTSSSc5iUkKAA+a9Y8kBo8+6MWup9VCM/4wgysZbf3VHUGJCWQ8H3vWKgUg==", "requires": { "ascii-table": "0.0.9", "fast-equals": "^4.0.3", - "underscore": "^1.13.1" + "underscore": "^1.13.6" } }, "react-native-pager-view": { diff --git a/package.json b/package.json index df60ca9f9bd9..0f5706beb30d 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", - "react-native-onyx": "1.0.112", + "react-native-onyx": "1.0.115", "react-native-pager-view": "^6.2.0", "react-native-pdf": "^6.7.1", "react-native-performance": "^5.1.0",