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",