From a50c68c20d0b054c86042c6e342f7ef5b7a6a165 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 20:21:36 +0000 Subject: [PATCH] fix: lib/cli/test/fixtures/react_native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- lib/cli/test/fixtures/react_native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/test/fixtures/react_native/package.json b/lib/cli/test/fixtures/react_native/package.json index a4391db80f62..7a70d66f0663 100644 --- a/lib/cli/test/fixtures/react_native/package.json +++ b/lib/cli/test/fixtures/react_native/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "react": "16.0.0-alpha.12", - "react-native": "0.60.0", + "react-native": "0.64.0", "snyk": "^1.231.0" }, "devDependencies": {