Update dependency @mui/material to v5.16.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-07-15 00:07:39 +00:00 committed by Pierre HUBERT
parent 5dcd7263d0
commit 5afb4b1aa1

View File

@ -1309,9 +1309,9 @@
}
},
"node_modules/@mui/core-downloads-tracker": {
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.16.0.tgz",
"integrity": "sha512-8SLffXYPRVpcZx5QzxNE8fytTqzp+IuU3deZbQWg/vSaTlDpR5YVrQ4qQtXTi5cRdhOufV5INylmwlKK+//nPw==",
"version": "5.16.1",
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.16.1.tgz",
"integrity": "sha512-62Jq7ACYi/55Kjkh/nVfEL3F3ytTYTsdB8MGJ9iI+eRQv+Aoem5CPUAzQihUo25qqh1VkVu9/jQn3dFbyrXHgw==",
"license": "MIT",
"funding": {
"type": "opencollective",
@ -1386,22 +1386,22 @@
}
},
"node_modules/@mui/material": {
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.16.0.tgz",
"integrity": "sha512-DbR1NckTLpjt9Zut9EGQ70th86HfN0BYQgyYro6aXQrNfjzSwe3BJS1AyBQ5mJ7TdL6YVRqohfukxj9JlqZZUg==",
"version": "5.16.1",
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.16.1.tgz",
"integrity": "sha512-BGTgJRb0d/hX9tus5CEb6N/Fo8pE4tYA+s9r4/S0PCrtZ3urCLXlTH4qrAvggQbiF1cYRAbHCkVHoQ+4Pdxl+w==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@mui/base": "5.0.0-beta.40",
"@mui/core-downloads-tracker": "^5.16.0",
"@mui/system": "^5.16.0",
"@mui/types": "^7.2.14",
"@mui/utils": "^5.16.0",
"@mui/core-downloads-tracker": "^5.16.1",
"@mui/system": "^5.16.1",
"@mui/types": "^7.2.15",
"@mui/utils": "^5.16.1",
"@types/react-transition-group": "^4.4.10",
"clsx": "^2.1.0",
"csstype": "^3.1.3",
"prop-types": "^15.8.1",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"react-transition-group": "^4.4.5"
},
"engines": {