diff --git a/package-lock.json b/package-lock.json index e5d6e595..eb8bed60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { - "@emotion/core": "10.3.0", + "@emotion/core": "10.3.1", "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.47", @@ -2918,9 +2918,9 @@ } }, "node_modules/@emotion/core": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.0.tgz", - "integrity": "sha512-C4+RI1gNycUbfg2Zojt3lcVQVWocMLK4jiwl5tO/Z5I3zyGmG+oKJl6+/uPtQeUDPN7WXHN8TQ7bqc+dnljZ0w==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz", + "integrity": "sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==", "dependencies": { "@babel/runtime": "^7.5.5", "@emotion/cache": "^10.0.27", @@ -35302,9 +35302,9 @@ } }, "@emotion/core": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.0.tgz", - "integrity": "sha512-C4+RI1gNycUbfg2Zojt3lcVQVWocMLK4jiwl5tO/Z5I3zyGmG+oKJl6+/uPtQeUDPN7WXHN8TQ7bqc+dnljZ0w==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz", + "integrity": "sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==", "requires": { "@babel/runtime": "^7.5.5", "@emotion/cache": "^10.0.27", diff --git a/package.json b/package.json index e5f2dd60..ed8bd6da 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "react-dom": "^16.0.0 || ^17.0.0" }, "dependencies": { - "@emotion/core": "10.3.0", + "@emotion/core": "10.3.1", "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.47",