From 17ed790ff33c8e6a7cd651ebed3a5715d10dd77e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 04:28:59 +0000 Subject: [PATCH] Bump @material-ui/system from 4.11.3 to 4.12.1 Bumps [@material-ui/system](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-system) from 4.11.3 to 4.12.1. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/v4.12.1/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v4.12.1/packages/material-ui-system) --- updated-dependencies: - dependency-name: "@material-ui/system" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[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 2881cd5..dfbf594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2188,9 +2188,9 @@ } }, "@material-ui/system": { - "version": "4.11.3", - "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.11.3.tgz", - "integrity": "sha512-SY7otguNGol41Mu2Sg6KbBP1ZRFIbFLHGK81y4KYbsV2yIcaEPOmsCK6zwWlp+2yTV3J/VwT6oSBARtGIVdXPw==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.12.1.tgz", + "integrity": "sha512-lUdzs4q9kEXZGhbN7BptyiS1rLNHe6kG9o8Y307HCvF4sQxbCgpL2qi+gUk+yI8a2DNk48gISEQxoxpgph0xIw==", "requires": { "@babel/runtime": "^7.4.4", "@material-ui/utils": "^4.11.2", diff --git a/package.json b/package.json index 437d971..92e0692 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", "@material-ui/pickers": "^3.3.10", - "@material-ui/system": "^4.11.3", + "@material-ui/system": "^4.12.1", "@stripe/react-stripe-js": "^1.4.1", "@stripe/stripe-js": "^1.15.0", "aos": "^2.3.4",