From 1c603534b256fd03dbe1ddab47ff85fbc4d0f035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:01:45 +0000 Subject: [PATCH] Bump @material-ui/styles from 4.11.4 to 4.11.5 Bumps [@material-ui/styles](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-styles) from 4.11.4 to 4.11.5. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Commits](https://github.com/mui-org/material-ui/commits/HEAD/packages/material-ui-styles) --- updated-dependencies: - dependency-name: "@material-ui/styles" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++++---- package.json | 4 ++-- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6480c6e..c2e9550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1699,15 +1699,15 @@ } }, "@material-ui/styles": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.4.tgz", - "integrity": "sha512-KNTIZcnj/zprG5LW0Sao7zw+yG3O35pviHzejMdcSGCdWbiO8qzRgOYL8JAxAsWBKOKYwVZxXtHWaB5T2Kvxew==", + "version": "4.11.5", + "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.5.tgz", + "integrity": "sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==", "dev": true, "requires": { "@babel/runtime": "^7.4.4", "@emotion/hash": "^0.8.0", "@material-ui/types": "5.1.0", - "@material-ui/utils": "^4.11.2", + "@material-ui/utils": "^4.11.3", "clsx": "^1.0.4", "csstype": "^2.5.2", "hoist-non-react-statics": "^3.3.2", @@ -1720,6 +1720,19 @@ "jss-plugin-rule-value-function": "^10.5.1", "jss-plugin-vendor-prefixer": "^10.5.1", "prop-types": "^15.7.2" + }, + "dependencies": { + "@material-ui/utils": { + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.3.tgz", + "integrity": "sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.4.4", + "prop-types": "^15.7.2", + "react-is": "^16.8.0 || ^17.0.0" + } + } } }, "@material-ui/system": { diff --git a/package.json b/package.json index afca4c7..c6b3983 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "peerDependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", - "@material-ui/styles": "^4.11.4", + "@material-ui/styles": "^4.11.5", "prop-types": "^15.8.1", "react": "^16.6.1", "react-dom": "^16.6.3" @@ -33,7 +33,7 @@ "devDependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", - "@material-ui/styles": "^4.11.4", + "@material-ui/styles": "^4.11.5", "@server-state/cli": "0.0.14", "prop-types": "^15.8.1", "react": "^16.14.0",