From f48d5d316c75520f385a9a500a3c3209cde4f893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:03:34 +0000 Subject: [PATCH] Bump @material-ui/core in /web/modules/custom/react_tools/tools Bumps [@material-ui/core](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui) from 4.12.1 to 4.12.3. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/v4.12.3/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v4.12.3/packages/material-ui) --- updated-dependencies: - dependency-name: "@material-ui/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../custom/react_tools/tools/package-lock.json | 14 +++++++------- web/modules/custom/react_tools/tools/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/modules/custom/react_tools/tools/package-lock.json b/web/modules/custom/react_tools/tools/package-lock.json index ffaa37cc..fa102074 100644 --- a/web/modules/custom/react_tools/tools/package-lock.json +++ b/web/modules/custom/react_tools/tools/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@babel/core": "7.14.6", "@google/markerclusterer": "^2.0.9", - "@material-ui/core": "^4.12.1", + "@material-ui/core": "^4.12.3", "@svgr/webpack": "5.5.0", "@typescript-eslint/eslint-plugin": "4.28.3", "@typescript-eslint/parser": "4.28.3", @@ -3987,9 +3987,9 @@ } }, "node_modules/@material-ui/core": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.1.tgz", - "integrity": "sha512-C6hYsjkWCTfBx9FaqxhCZCITBagh7fyCKFtHyvO3tTOcBw6NJaktdhNZ2n82jQdQdgfFvg6OOxi7OOzsAdAcBQ==", + "version": "4.12.3", + "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.3.tgz", + "integrity": "sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw==", "dependencies": { "@babel/runtime": "^7.4.4", "@material-ui/styles": "^4.11.4", @@ -33618,9 +33618,9 @@ } }, "@material-ui/core": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.1.tgz", - "integrity": "sha512-C6hYsjkWCTfBx9FaqxhCZCITBagh7fyCKFtHyvO3tTOcBw6NJaktdhNZ2n82jQdQdgfFvg6OOxi7OOzsAdAcBQ==", + "version": "4.12.3", + "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.3.tgz", + "integrity": "sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw==", "requires": { "@babel/runtime": "^7.4.4", "@material-ui/styles": "^4.11.4", diff --git a/web/modules/custom/react_tools/tools/package.json b/web/modules/custom/react_tools/tools/package.json index c020c903..6eab833f 100644 --- a/web/modules/custom/react_tools/tools/package.json +++ b/web/modules/custom/react_tools/tools/package.json @@ -5,7 +5,7 @@ "dependencies": { "@babel/core": "7.14.6", "@google/markerclusterer": "^2.0.9", - "@material-ui/core": "^4.12.1", + "@material-ui/core": "^4.12.3", "@svgr/webpack": "5.5.0", "@typescript-eslint/eslint-plugin": "4.28.3", "@typescript-eslint/parser": "4.28.3",