From 92d486ae38f262976f390af78482e8d847584599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 01:52:16 +0000 Subject: [PATCH] feat(deps): bump @mui/lab from 5.0.0-alpha.103 to 5.0.0-alpha.104 Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 5.0.0-alpha.103 to 5.0.0-alpha.104. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.old.md) - [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab) --- updated-dependencies: - dependency-name: "@mui/lab" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24ad319e..b2bb6dc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2148,9 +2148,9 @@ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" }, "@mui/base": { - "version": "5.0.0-alpha.101", - "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.101.tgz", - "integrity": "sha512-a54BcXvArGOKUZ2zyS/7B9GNhAGgfomEQSkfEZ88Nc9jKvXA+Mppenfz5o4JCAnD8c4VlePmz9rKOYvvum1bZw==", + "version": "5.0.0-alpha.102", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.102.tgz", + "integrity": "sha512-5e/qAIP+DlkrZxIt/cwnDw/A3ii22WkoEoWKHyu4+oeGs3/1Flh7qLaN4h5EAIBB9TvTEZEUzvmsTInmIj6ghg==", "requires": { "@babel/runtime": "^7.19.0", "@emotion/is-prop-valid": "^1.2.0", @@ -2195,13 +2195,13 @@ } }, "@mui/lab": { - "version": "5.0.0-alpha.103", - "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-5.0.0-alpha.103.tgz", - "integrity": "sha512-cYfkgSXZH/cG8BM4UGtPK0Vr9P79wfvF4S5VGiEbEsScU7yROylLZW1l11yg5nZEIVUJ7jQmcaLdlwVSTSbjzg==", + "version": "5.0.0-alpha.104", + "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-5.0.0-alpha.104.tgz", + "integrity": "sha512-mABdzB/cw5IXtCj2B4oggsXkfLvHg73ujZfErtKP4Sj7L6Fzy+rQceBGjv84UFBkqMvv9zm1UUchI3HfEj/lUw==", "requires": { "@babel/runtime": "^7.19.0", - "@mui/base": "5.0.0-alpha.101", - "@mui/system": "^5.10.9", + "@mui/base": "5.0.0-alpha.102", + "@mui/system": "^5.10.10", "@mui/types": "^7.2.0", "@mui/utils": "^5.10.9", "clsx": "^1.2.1", @@ -2359,9 +2359,9 @@ } }, "@mui/system": { - "version": "5.10.9", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.10.9.tgz", - "integrity": "sha512-B6fFC0sK06hNmqY7fAUfwShQv594+u/DT1YEFHPtK4laouTu7V4vSGQWi1WJT9Bjs9Db5D1bRDJ+Yy+tc3QOYA==", + "version": "5.10.10", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.10.10.tgz", + "integrity": "sha512-TXwtKN0adKpBrZmO+eilQWoPf2veh050HLYrN78Kps9OhlvO70v/2Kya0+mORFhu9yhpAwjHXO8JII/R4a5ZLA==", "requires": { "@babel/runtime": "^7.19.0", "@mui/private-theming": "^5.10.9", diff --git a/package.json b/package.json index 13524a17..1f3cd34a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@fingerprintjs/fingerprintjs-pro": "^3.7.1", "@fontsource/roboto": "^4.5.8", "@mui/icons-material": "^5.10.9", - "@mui/lab": "^5.0.0-alpha.103", + "@mui/lab": "^5.0.0-alpha.104", "@mui/material": "^5.10.9", "@mui/x-date-pickers": "^5.0.4", "@sws2apps/react-sw-helper": "^1.9.0",