From beb15e3cd945af1b0d35f4905991d52e7bf1157f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 03:06:26 +0000 Subject: [PATCH] fix: samples/TodoList/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- samples/TodoList/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/TodoList/package.json b/samples/TodoList/package.json index 78661e6b..8fd7a181 100644 --- a/samples/TodoList/package.json +++ b/samples/TodoList/package.json @@ -26,7 +26,7 @@ "react-dom": "^16.3.1", "react-native": "^0.54.0", "react-native-sqlite-storage": "^3.3.1", - "react-native-windows": "^0.54.0", + "react-native-windows": "^0.57.1", "reactxp": "^1.1.0", "reactxp-imagesvg": "^0.2.10", "reactxp-navigation": "^1.0.17",