From 34b38f52b1386207fe291ab46a4823ac23c28940 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 09:25:25 +0000 Subject: [PATCH] Bump @material-ui/core from 4.6.0 to 4.6.1 Bumps [@material-ui/core](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v4.6.1/packages/material-ui) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e18163..27b9585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1175,9 +1175,9 @@ "integrity": "sha512-Qv4LTqO11jepd5Qmlp3M1YEjBumoTHcHFdgPTQ+sFlIL5myi/7xu/POwP7IRu6odBdmLXdtIs1D6TuW6kbwbbg==" }, "@material-ui/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.6.0.tgz", - "integrity": "sha512-nzD0oO3R2dcX/+hmi5FUFSddMKySK76Ryuno3J/iOotbKvzXwbf9szzhL8KPNmsj+vizVNfkEfhzOuuCHRBKKQ==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.6.1.tgz", + "integrity": "sha512-TljDMCJmi1zh7JhAFTp8qjIlbkVACiNftrcitzJJ+hAqpuP9PTO4euEkkAuYjISfUFZl3Z4kaOrBwN1HDrhIOQ==", "requires": { "@babel/runtime": "^7.4.4", "@material-ui/styles": "^4.6.0", diff --git a/package.json b/package.json index 1bd2840..e98721d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ] }, "dependencies": { - "@material-ui/core": "^4.5.2", + "@material-ui/core": "^4.6.1", "ajv": "^6.10.2", "aphrodite": "^2.4.0", "axios": "^0.19.0",