diff --git a/ui/package-lock.json b/ui/package-lock.json index a435808..06cbe0b 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "@docker/extension-api-client": "0.3.4", "@emotion/react": "11.13.0", "@emotion/styled": "11.13.0", - "@mui/icons-material": "^5.16.6", + "@mui/icons-material": "^5.16.7", "@mui/material": "5.10.8", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -1565,10 +1565,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.6", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.6.tgz", - "integrity": "sha512-ceNGjoXheH9wbIFa1JHmSc9QVjJUvh18KvHrR4/FkJCSi9HXJ+9ee1kUhCOEFfuxNF8UB6WWVrIUOUgRd70t0A==", - "license": "MIT", + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", + "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", "dependencies": { "@babel/runtime": "^7.23.9" }, @@ -7482,9 +7481,9 @@ "integrity": "sha512-kytg6LheUG42V8H/o/Ptz3olSO5kUXW9zF0ox18VnblX6bO2yif1FPItgc3ey1t5ansb1+gbe7SatntqusQupg==" }, "@mui/icons-material": { - "version": "5.16.6", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.6.tgz", - "integrity": "sha512-ceNGjoXheH9wbIFa1JHmSc9QVjJUvh18KvHrR4/FkJCSi9HXJ+9ee1kUhCOEFfuxNF8UB6WWVrIUOUgRd70t0A==", + "version": "5.16.7", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", + "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", "requires": { "@babel/runtime": "^7.23.9" } diff --git a/ui/package.json b/ui/package.json index 9af4216..ce8d4c6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -8,7 +8,7 @@ "@docker/extension-api-client": "0.3.4", "@emotion/react": "11.13.0", "@emotion/styled": "11.13.0", - "@mui/icons-material": "^5.16.6", + "@mui/icons-material": "^5.16.7", "@mui/material": "5.10.8", "react": "^18.2.0", "react-dom": "^18.2.0"