diff --git a/template/Gemfile.lock b/template/Gemfile.lock index bfc27ec3..42023938 100644 --- a/template/Gemfile.lock +++ b/template/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: CFPropertyList (3.0.5) rexml - activesupport (6.1.4.4) + activesupport (6.1.4.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -63,7 +63,7 @@ GEM fuzzy_match (2.0.4) gh_inspector (1.1.3) httpclient (2.8.3) - i18n (1.9.1) + i18n (1.10.0) concurrent-ruby (~> 1.0) json (2.6.1) minitest (5.15.0) diff --git a/template/package.json b/template/package.json index 6f1b56f9..32d75e6b 100644 --- a/template/package.json +++ b/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "17.0.2", - "react-native": "0.67.2" + "react-native": "0.67.3" }, "devDependencies": { "@babel/core": "^7.12.9",