about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-05-28 19:55:10 -0700
committerGitHub <noreply@github.com>2024-05-29 03:55:10 +0100
commit19ee89caf363c2b1c7f9ea35325501304619e879 (patch)
tree6dad4ccc45c9c120af83bd51c44a66610dd68f86
parenteb0859bffb419dd14d41522d1dcd427ce9e0bc8d (diff)
downloadvoidsky-19ee89caf363c2b1c7f9ea35325501304619e879.tar.zst
upgrade `react-native-svg` to `15.3.0` (#4249)
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index af3cb9999..5ba185632 100644
--- a/package.json
+++ b/package.json
@@ -181,7 +181,7 @@
     "react-native-root-siblings": "^4.1.1",
     "react-native-safe-area-context": "4.10.1",
     "react-native-screens": "~3.31.1",
-    "react-native-svg": "^15.2.0",
+    "react-native-svg": "^15.3.0",
     "react-native-uitextview": "^1.1.7",
     "react-native-url-polyfill": "^1.3.0",
     "react-native-uuid": "^2.0.2",
diff --git a/yarn.lock b/yarn.lock
index e363cc0a4..f8a3824a0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -18971,10 +18971,10 @@ react-native-screens@~3.31.1:
     react-freeze "^1.0.0"
     warn-once "^0.1.0"
 
-react-native-svg@^15.2.0:
-  version "15.2.0"
-  resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.2.0.tgz#9561a6b3bd6b44689f437ba13182afee33bd5557"
-  integrity sha512-R0E6IhcJfVLsL0lRmnUSm72QO+mTqcAOM5Jb8FVGxJqX3NfJMlMP0YyvcajZiaRR8CqQUpEoqrY25eyZb006kw==
+react-native-svg@^15.3.0:
+  version "15.3.0"
+  resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.3.0.tgz#e24b833fe330714c99f1dd894bb0da52ad859a4c"
+  integrity sha512-mBHu/fdlzUbpGX8SZFxgbKvK/sgqLfDLP8uh8G7Us+zJgdjO8OSEeqHQs+kPRdQmdLJQiqPJX2WXgCl7ToTWqw==
   dependencies:
     css-select "^5.1.0"
     css-tree "^1.1.3"