From e6451bbff56a73fa9a73102c6bfc19c2f2955a50 Mon Sep 17 00:00:00 2001 From: Cristi Paval Date: Wed, 8 Nov 2023 22:16:17 +0200 Subject: [PATCH] Merge pull request #31066 from Expensify/tgolen-bump-onyx [CP Staging] Bump the onyx version to 1.0.115 (cherry picked from commit 188d60a728fb9cb0e4c96781b9c5b6e4670dd622) --- 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 a53fc0ed7110..6dd48809a024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,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", @@ -44802,13 +44802,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", @@ -85416,13 +85416,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 39e802d2bb0b..af65b4b3d0fe 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,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",