diff --git a/package-lock.json b/package-lock.json index 3dc583b76a9a..d48bab41194b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,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.24", "react-native-pdf": "^6.6.2", "react-native-performance": "^2.0.0", "react-native-permissions": "^3.0.1", @@ -24269,6 +24269,11 @@ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "dev": true }, + "node_modules/fast-equals": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" + }, "node_modules/fast-glob": { "version": "3.2.11", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", @@ -35650,11 +35655,12 @@ } }, "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.24", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.24.tgz", + "integrity": "sha512-53URFiTpH0w0d4Qy4bTW1Wsse7dbmpyo5vRx48iQ3Wn+ZmZbDnwCeCS+aP1+8qJiQPuyDvz9tByKoI6UfkH3rA==", "dependencies": { "ascii-table": "0.0.9", + "fast-equals": "^4.0.3", "lodash": "^4.17.21", "underscore": "^1.13.1" }, @@ -61591,6 +61597,11 @@ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "dev": true }, + "fast-equals": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" + }, "fast-glob": { "version": "3.2.11", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", @@ -70399,11 +70410,12 @@ } }, "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.24", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-1.0.24.tgz", + "integrity": "sha512-53URFiTpH0w0d4Qy4bTW1Wsse7dbmpyo5vRx48iQ3Wn+ZmZbDnwCeCS+aP1+8qJiQPuyDvz9tByKoI6UfkH3rA==", "requires": { "ascii-table": "0.0.9", + "fast-equals": "^4.0.3", "lodash": "^4.17.21", "underscore": "^1.13.1" } diff --git a/package.json b/package.json index c9eabc0f0567..8c22b350cf40 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,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.24", "react-native-pdf": "^6.6.2", "react-native-performance": "^2.0.0", "react-native-permissions": "^3.0.1",