diff --git a/packages/babel-preset-react-app/package.json b/packages/babel-preset-react-app/package.json
index 62f509fbb1c..533e7a9953d 100644
--- a/packages/babel-preset-react-app/package.json
+++ b/packages/babel-preset-react-app/package.json
@@ -21,13 +21,13 @@
     "test.js"
   ],
   "dependencies": {
-    "@babel/core": "7.7.5",
-    "@babel/plugin-proposal-class-properties": "7.7.4",
-    "@babel/plugin-proposal-decorators": "7.7.4",
-    "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
-    "@babel/plugin-proposal-numeric-separator": "7.7.4",
+    "@babel/core": "7.8.3",
+    "@babel/plugin-proposal-class-properties": "7.8.3",
+    "@babel/plugin-proposal-decorators": "7.8.3",
+    "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
+    "@babel/plugin-proposal-numeric-separator": "7.8.3",
     "@babel/plugin-proposal-object-rest-spread": "7.7.4",
-    "@babel/plugin-proposal-optional-chaining": "7.7.5",
+    "@babel/plugin-proposal-optional-chaining": "7.8.3",
     "@babel/plugin-syntax-dynamic-import": "7.7.4",
     "@babel/plugin-transform-destructuring": "7.7.4",
     "@babel/plugin-transform-flow-strip-types": "7.7.4",
diff --git a/packages/create-react-app/package.json b/packages/create-react-app/package.json
index d812dd3c7d7..32f591e0d43 100644
--- a/packages/create-react-app/package.json
+++ b/packages/create-react-app/package.json
@@ -27,12 +27,12 @@
   },
   "dependencies": {
     "chalk": "3.0.0",
-    "commander": "4.0.1",
+    "commander": "4.1.0",
     "cross-spawn": "7.0.1",
     "envinfo": "7.5.0",
     "fs-extra": "8.1.0",
     "hyperquest": "2.1.3",
-    "inquirer": "7.0.0",
+    "inquirer": "7.0.3",
     "semver": "6.3.0",
     "tar-pack": "3.4.1",
     "tmp": "0.1.0",
diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json
index 11b92f62c00..6884beeb905 100644
--- a/packages/react-dev-utils/package.json
+++ b/packages/react-dev-utils/package.json
@@ -50,9 +50,9 @@
     "webpackHotDevClient.js"
   ],
   "dependencies": {
-    "@babel/code-frame": "7.5.5",
+    "@babel/code-frame": "7.8.3",
     "address": "1.1.2",
-    "browserslist": "4.8.2",
+    "browserslist": "4.8.3",
     "chalk": "3.0.0",
     "cross-spawn": "7.0.1",
     "detect-port-alt": "1.1.6",
@@ -64,7 +64,7 @@
     "globby": "8.0.2",
     "gzip-size": "5.1.1",
     "immer": "1.10.0",
-    "inquirer": "7.0.0",
+    "inquirer": "7.0.3",
     "is-root": "2.1.0",
     "loader-utils": "1.2.3",
     "open": "^7.0.0",
diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json
index 122af414e05..34bb8434bc9 100644
--- a/packages/react-error-overlay/package.json
+++ b/packages/react-error-overlay/package.json
@@ -47,10 +47,10 @@
     "eslint": "^6.1.0",
     "eslint-config-react-app": "^5.1.0",
     "eslint-plugin-flowtype": "4.5.2",
-    "eslint-plugin-import": "2.19.1",
+    "eslint-plugin-import": "2.20.0",
     "eslint-plugin-jsx-a11y": "6.2.3",
     "eslint-plugin-react": "7.17.0",
-    "flow-bin": "^0.113.0",
+    "flow-bin": "^0.116.0",
     "html-entities": "1.2.1",
     "jest": "24.9.0",
     "jest-fetch-mock": "2.1.2",
@@ -63,7 +63,7 @@
     "rimraf": "^3.0.0",
     "settle-promise": "1.0.0",
     "source-map": "0.5.6",
-    "terser-webpack-plugin": "2.3.0",
+    "terser-webpack-plugin": "2.3.2",
     "webpack": "^4.35.0"
   },
   "jest": {
diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json
index 18c63e4b154..fd47d222ca2 100644
--- a/packages/react-scripts/package.json
+++ b/packages/react-scripts/package.json
@@ -46,7 +46,7 @@
     "eslint-config-react-app": "^5.1.0",
     "eslint-loader": "3.0.3",
     "eslint-plugin-flowtype": "4.5.2",
-    "eslint-plugin-import": "2.19.1",
+    "eslint-plugin-import": "2.20.0",
     "eslint-plugin-jsx-a11y": "6.2.3",
     "eslint-plugin-react": "7.17.0",
     "eslint-plugin-react-hooks": "^1.6.1",
@@ -73,10 +73,10 @@
     "sass-loader": "8.0.0",
     "semver": "6.3.0",
     "style-loader": "1.0.1",
-    "terser-webpack-plugin": "2.3.0",
+    "terser-webpack-plugin": "2.3.2",
     "ts-pnp": "1.1.5",
     "url-loader": "2.3.0",
-    "webpack": "4.41.2",
+    "webpack": "4.41.5",
     "webpack-dev-server": "3.9.0",
     "webpack-manifest-plugin": "2.2.0",
     "workbox-webpack-plugin": "4.3.1"