From e5a78f0a6e5dfc39293c48195d98d7965203d171 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Feb 2025 08:26:01 +0000 Subject: [PATCH] fix: upgrade react-native-onyx from 2.0.88 to 2.0.90 Snyk has created this PR to upgrade react-native-onyx from 2.0.88 to 2.0.90. See this package in npm: react-native-onyx See this project in Snyk: https://app.snyk.io/org/expensify/project/35c87b83-0578-438a-9ce5-96d21d712614?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1ffd9aa..106334b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "prop-types": "^15.7.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-native-onyx": "^2.0.88", + "react-native-onyx": "^2.0.90", "underscore": "^1.13.7", "web-ext": "^8.3.0" }, @@ -10842,9 +10842,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-native-onyx": { - "version": "2.0.88", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-2.0.88.tgz", - "integrity": "sha512-/hiRraBMMP84oR1bbztwAMs5GneuD+3uHmuy6N9re/9t+zNrlSO0/NfEJxfhtyh+0Qo2zv6VlQTOQpkSS4LHgg==", + "version": "2.0.90", + "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-2.0.90.tgz", + "integrity": "sha512-BEPxWU0/FL6difpZHGhOIZ6JDGEjwqciHCEc20150fC/cQ3vFRsa6ggtutq/nvuqXy6/WOTR4TJyDviEoZRhzg==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index 688082c7..53d49698 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "prop-types": "^15.7.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-native-onyx": "^2.0.88", + "react-native-onyx": "^2.0.90", "underscore": "^1.13.7", "web-ext": "^8.3.0" },