From 92b36b1694421b35b6c5fcd90e053e62b0ee2919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:43:11 +0000 Subject: [PATCH] Bump @mui/styles from 5.14.14 to 5.15.19 in /src Bumps [@mui/styles](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styles) from 5.14.14 to 5.15.19. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.15.19/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.19/packages/mui-styles) --- updated-dependencies: - dependency-name: "@mui/styles" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 127 +++++++++++++++++++++++++++++++++++------- src/package.json | 2 +- 2 files changed, 108 insertions(+), 21 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index c783dd23..d5c6964f 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -11,7 +11,7 @@ "@iobroker/adapter-react-v5": "4.8.1", "@mui/icons-material": "^5.15.15", "@mui/material": "5.15.19", - "@mui/styles": "5.14.14", + "@mui/styles": "5.15.19", "@sentry/browser": "^7.110.0", "@sentry/integrations": "^7.110.0", "babel-eslint": "^10.1.0", @@ -2478,6 +2478,46 @@ } } }, + "node_modules/@iobroker/adapter-react-v5/node_modules/@mui/styles": { + "version": "5.14.14", + "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.14.14.tgz", + "integrity": "sha512-+LzSg7IjfxJRukIPULfAd025qsSCquHrTEC10EYjxbJJvHuE5nWx9D9w7lSRXxfWrxZZx+92rTUKVk9607zXBA==", + "dependencies": { + "@babel/runtime": "^7.23.1", + "@emotion/hash": "^0.9.1", + "@mui/private-theming": "^5.14.14", + "@mui/types": "^7.2.6", + "@mui/utils": "^5.14.13", + "clsx": "^2.0.0", + "csstype": "^3.1.2", + "hoist-non-react-statics": "^3.3.2", + "jss": "^10.10.0", + "jss-plugin-camel-case": "^10.10.0", + "jss-plugin-default-unit": "^10.10.0", + "jss-plugin-global": "^10.10.0", + "jss-plugin-nested": "^10.10.0", + "jss-plugin-props-sort": "^10.10.0", + "jss-plugin-rule-value-function": "^10.10.0", + "jss-plugin-vendor-prefixer": "^10.10.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@iobroker/adapter-react-v5/node_modules/clsx": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", @@ -2486,6 +2526,19 @@ "node": ">=6" } }, + "node_modules/@iobroker/adapter-react-v5/node_modules/react": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@iobroker/adapter-react-v5/node_modules/react-icons": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", @@ -3438,17 +3491,17 @@ } }, "node_modules/@mui/styles": { - "version": "5.14.14", - "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.14.14.tgz", - "integrity": "sha512-+LzSg7IjfxJRukIPULfAd025qsSCquHrTEC10EYjxbJJvHuE5nWx9D9w7lSRXxfWrxZZx+92rTUKVk9607zXBA==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.15.19.tgz", + "integrity": "sha512-WOYjZT6DL/StJv/vFR/tJPJuHC98lwWza7Gzj2RWZk123eCcSJ+3ruc62/ZyXaCx4PKCbE849mVl+CWhA2ecmw==", "dependencies": { - "@babel/runtime": "^7.23.1", + "@babel/runtime": "^7.23.9", "@emotion/hash": "^0.9.1", - "@mui/private-theming": "^5.14.14", - "@mui/types": "^7.2.6", - "@mui/utils": "^5.14.13", - "clsx": "^2.0.0", - "csstype": "^3.1.2", + "@mui/private-theming": "^5.15.14", + "@mui/types": "^7.2.14", + "@mui/utils": "^5.15.14", + "clsx": "^2.1.0", + "csstype": "^3.1.3", "hoist-non-react-statics": "^3.3.2", "jss": "^10.10.0", "jss-plugin-camel-case": "^10.10.0", @@ -3465,7 +3518,7 @@ }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", @@ -19262,11 +19315,45 @@ "react-transition-group": "^4.4.5" } }, + "@mui/styles": { + "version": "5.14.14", + "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.14.14.tgz", + "integrity": "sha512-+LzSg7IjfxJRukIPULfAd025qsSCquHrTEC10EYjxbJJvHuE5nWx9D9w7lSRXxfWrxZZx+92rTUKVk9607zXBA==", + "requires": { + "@babel/runtime": "^7.23.1", + "@emotion/hash": "^0.9.1", + "@mui/private-theming": "^5.14.14", + "@mui/types": "^7.2.6", + "@mui/utils": "^5.14.13", + "clsx": "^2.0.0", + "csstype": "^3.1.2", + "hoist-non-react-statics": "^3.3.2", + "jss": "^10.10.0", + "jss-plugin-camel-case": "^10.10.0", + "jss-plugin-default-unit": "^10.10.0", + "jss-plugin-global": "^10.10.0", + "jss-plugin-nested": "^10.10.0", + "jss-plugin-props-sort": "^10.10.0", + "jss-plugin-rule-value-function": "^10.10.0", + "jss-plugin-vendor-prefixer": "^10.10.0", + "prop-types": "^15.8.1" + } + }, "clsx": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==" }, + "react": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "peer": true, + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, "react-icons": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", @@ -19926,17 +20013,17 @@ } }, "@mui/styles": { - "version": "5.14.14", - "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.14.14.tgz", - "integrity": "sha512-+LzSg7IjfxJRukIPULfAd025qsSCquHrTEC10EYjxbJJvHuE5nWx9D9w7lSRXxfWrxZZx+92rTUKVk9607zXBA==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.15.19.tgz", + "integrity": "sha512-WOYjZT6DL/StJv/vFR/tJPJuHC98lwWza7Gzj2RWZk123eCcSJ+3ruc62/ZyXaCx4PKCbE849mVl+CWhA2ecmw==", "requires": { - "@babel/runtime": "^7.23.1", + "@babel/runtime": "^7.23.9", "@emotion/hash": "^0.9.1", - "@mui/private-theming": "^5.14.14", - "@mui/types": "^7.2.6", - "@mui/utils": "^5.14.13", - "clsx": "^2.0.0", - "csstype": "^3.1.2", + "@mui/private-theming": "^5.15.14", + "@mui/types": "^7.2.14", + "@mui/utils": "^5.15.14", + "clsx": "^2.1.0", + "csstype": "^3.1.3", "hoist-non-react-statics": "^3.3.2", "jss": "^10.10.0", "jss-plugin-camel-case": "^10.10.0", diff --git a/src/package.json b/src/package.json index b0b88fea..243ccc04 100644 --- a/src/package.json +++ b/src/package.json @@ -5,7 +5,7 @@ "dependencies": { "@iobroker/adapter-react-v5": "4.8.1", "@mui/material": "5.15.19", - "@mui/styles": "5.14.14", + "@mui/styles": "5.15.19", "@mui/icons-material": "^5.15.15", "@sentry/browser": "^7.110.0", "babel-eslint": "^10.1.0",