From e7868b7f036bc77cf5b05773031db9aa54a53408 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jan 2024 17:43:03 +0000 Subject: [PATCH] fix: templates/app/react-native-boilerplate/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- templates/app/react-native-boilerplate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/react-native-boilerplate/package.json b/templates/app/react-native-boilerplate/package.json index 5a9d3f54..c00945cf 100644 --- a/templates/app/react-native-boilerplate/package.json +++ b/templates/app/react-native-boilerplate/package.json @@ -15,7 +15,7 @@ }, "author": "author_email", "dependencies": { - "@expo/webpack-config": "^18.0.1", + "@expo/webpack-config": "^19.0.1", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/native": "^6.1.2",