itinance / itinance/react-native-fs
Upgrade Newtonsoft.Json from 10.0.3 to 13.0.1 to fix the vulnerability.
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-fs@2.20.0` for the project I'm working on.
Here is the diff that solved my problem:
```diff
diff --git a/node_modules/react-native-fs/windows/RNFS.Net46/packages.config b/node_modules/react-native-fs/windows/RNFS.Net46/packages.config
index b427c04..357e523 100644
--- a/node_modules/react-native-fs/windows/RNFS.Net46/packages.config
+++ b/node_modules/react-native-fs/windows/RNFS.Net46/packages.config
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
```
This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.