From d57bc9b37a8ba8ef10df8cebba31b7f1a633147c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 06:32:46 +0000 Subject: [PATCH] chore(deps-dev): bump create-react-app from 3.1.1 to 3.1.2 Bumps [create-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/create-react-app) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/commits/create-react-app@3.1.2/packages/create-react-app) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2c4662e..5100c9f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "AGPL-3.0", "private": false, "devDependencies": { - "create-react-app": "^3.1.0", + "create-react-app": "^3.1.2", "electron": "6.0.8", "ts-node": "^8.3.0", "typescript": "^3.6.3" diff --git a/yarn.lock b/yarn.lock index c987da7..10911cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2769,10 +2769,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: safe-buffer "^5.0.1" sha.js "^2.4.8" -create-react-app@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/create-react-app/-/create-react-app-3.1.1.tgz#0ff15050250ccc428570cee7cfc9752fc1aecce9" - integrity sha512-EaK59gIwEsSZjjIN4MyG0DkXcatF3cEXYODIH7rDrlUremb7iwi5RzZGGISmPIrfywLC82Qom/8CXiT8hwixPQ== +create-react-app@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/create-react-app/-/create-react-app-3.1.2.tgz#0a417141ef94bda6756ff773f9744329b5da7d9d" + integrity sha512-y5wgEQwt6IpUP1N64uorVavhp8NPUAamVqA/paZmpvPSrW3l2c5UhXRi5m61plBBzDde2WyDr+3vCwDsfaS03w== dependencies: chalk "2.4.2" commander "2.20.0"