diff --git a/package-lock.json b/package-lock.json index 2e18163..7d6fec4 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.7.0", + "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.7.0.tgz", + "integrity": "sha512-mwLehUo0Q9ZxjuWo7J1uy1/Grh3nRxlOAaWJ3EtKeJP2HwqlSy8bWrcvRQYlapaYIPXa5jN8zWbTwi8Pk30VQg==", "requires": { "@babel/runtime": "^7.4.4", "@material-ui/styles": "^4.6.0", @@ -1283,9 +1283,9 @@ "dev": true }, "@types/react": { - "version": "16.9.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.11.tgz", - "integrity": "sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==", + "version": "16.9.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.13.tgz", + "integrity": "sha512-LikzRslbiufJYHyzbHSW0GrAiff8QYLMBFeZmSxzCYGXKxi8m/1PHX+rsVOwhr7mJNq+VIu2Dhf7U6mjFERK6w==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" diff --git a/package.json b/package.json index 1bd2840..172d162 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ] }, "dependencies": { - "@material-ui/core": "^4.5.2", + "@material-ui/core": "^4.7.0", "ajv": "^6.10.2", "aphrodite": "^2.4.0", "axios": "^0.19.0",