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

This commit is contained in:
Pierre HUBERT 2024-02-01 00:30:54 +00:00
parent dffc00382a
commit 3d59629f7a

View File

@ -462,9 +462,9 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.23.8",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",
"integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==",
"version": "7.23.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz",
"integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
@ -1187,11 +1187,11 @@
}
},
"node_modules/@mui/icons-material": {
"version": "5.15.6",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.6.tgz",
"integrity": "sha512-GnkxMtlhs+8ieHLmCytg00ew0vMOiXGFCw8Ra9nxMsBjBqnrOI5gmXqUm+sGggeEU/HG8HyeqC1MX/IxOBJHzA==",
"version": "5.15.7",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.7.tgz",
"integrity": "sha512-EDAc8TVJGIA/imAvR3u4nANl2W5h3QeHieu2gK7Ypez/nIA55p08tHjf8UrMXEpxCAvfZO6piY9S9uaxETdicA==",
"dependencies": {
"@babel/runtime": "^7.23.8"
"@babel/runtime": "^7.23.9"
},
"engines": {
"node": ">=12.0.0"