From 0cc2969aec67f2dc4499b7cf1ba9b93dc36031f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 04:30:50 +0000 Subject: [PATCH] Bump @material-ui/system from 4.11.3 to 4.12.0 Bumps [@material-ui/system](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-system) from 4.11.3 to 4.12.0. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/v4.12.0/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v4.12.0/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..5d0ef0d 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.0", + "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.12.0.tgz", + "integrity": "sha512-fXfiLeHBLwoBgCrsjwGkwWVmtaZSi4Rcm3SnQwQy9HWq6JzQ6EmZCa0jyCRhDeh0p9qL1/RszTXloaAsuRAM0A==", "requires": { "@babel/runtime": "^7.4.4", "@material-ui/utils": "^4.11.2", diff --git a/package.json b/package.json index 437d971..62b5102 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.0", "@stripe/react-stripe-js": "^1.4.1", "@stripe/stripe-js": "^1.15.0", "aos": "^2.3.4",