From 8b96627a574c2cca546a96771d224299c058d0fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 06:07:55 +0000 Subject: [PATCH] fix: samples/ImageList/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- samples/ImageList/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ImageList/package.json b/samples/ImageList/package.json index 49de36e2..a11c5905 100644 --- a/samples/ImageList/package.json +++ b/samples/ImageList/package.json @@ -24,7 +24,7 @@ "react": "^16.3.1", "react-dom": "^16.3.1", "react-native": "^0.54.0", - "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",