From 0f074f25b87ac018c3d0f3dd92d0325b40241eb8 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 11 Oct 2022 11:11:05 -0600 Subject: [PATCH] update onyx to 1.0.21 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b83dba06525..21b5926e9119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "react-native-image-picker": "^4.8.5", "react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#6b5ab5110dc3ed554f8eafbc38d7d87c17147972", "react-native-modal": "^13.0.0", - "react-native-onyx": "1.0.17", + "react-native-onyx": "1.0.21", "react-native-pdf": "^6.6.2", "react-native-performance": "^2.0.0", "react-native-permissions": "^3.0.1", @@ -35515,9 +35515,9 @@ } }, "node_modules/react-native-onyx": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.17.tgz", - "integrity": "sha512-ls2GjURfpBcGnIkwVrg2uuLnTBwd0vrEiUvbMo+GF3k81GAp2flCkVTM7ciAbo155Izk50dm0uXHYq1PIjwTxw==", + "version": "1.0.21", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.21.tgz", + "integrity": "sha512-jd1jpZ+H8ou7YsdmRx7gUbMsym2/6xCIZixu1hI7TeB2jemHrurChULmL4x4r6TyqmlAGCZpmqeiD3aX2+UBLQ==", "dependencies": { "ascii-table": "0.0.9", "lodash": "^4.17.21", @@ -70130,9 +70130,9 @@ } }, "react-native-onyx": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.17.tgz", - "integrity": "sha512-ls2GjURfpBcGnIkwVrg2uuLnTBwd0vrEiUvbMo+GF3k81GAp2flCkVTM7ciAbo155Izk50dm0uXHYq1PIjwTxw==", + "version": "1.0.21", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.21.tgz", + "integrity": "sha512-jd1jpZ+H8ou7YsdmRx7gUbMsym2/6xCIZixu1hI7TeB2jemHrurChULmL4x4r6TyqmlAGCZpmqeiD3aX2+UBLQ==", "requires": { "ascii-table": "0.0.9", "lodash": "^4.17.21", diff --git a/package.json b/package.json index de750e476d1c..0857717d818f 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "react-native-image-picker": "^4.8.5", "react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#6b5ab5110dc3ed554f8eafbc38d7d87c17147972", "react-native-modal": "^13.0.0", - "react-native-onyx": "1.0.17", + "react-native-onyx": "1.0.21", "react-native-pdf": "^6.6.2", "react-native-performance": "^2.0.0", "react-native-permissions": "^3.0.1",