diff --git a/package-lock.json b/package-lock.json index 93fd7559..eadcb5bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.10.0", "@fingerprintjs/fingerprintjs-pro": "^3.7.1", "@fontsource/roboto": "^4.5.8", - "@mui/icons-material": "^5.10.2", + "@mui/icons-material": "^5.10.3", "@mui/lab": "^5.0.0-alpha.96", "@mui/material": "^5.10.2", "@mui/x-date-pickers": "^5.0.0-beta.7", @@ -3215,11 +3215,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.10.2.tgz", - "integrity": "sha512-p7ku+43JeKRz0ONGzPZbRXZRbE7vCKP1Cr8l/Yj9sUIGVQ6CM/m37u6udacJZkDXD+G2FoxJPixrVvvjx6f64w==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.10.3.tgz", + "integrity": "sha512-o0kbUlsWCBtCE0wP33cGKbyryCh7kpm2EECYMPDmWrLhbA+HUODXIdhiTFS26szp2xXo9HY1lEx0ufeJ+tddYw==", "dependencies": { - "@babel/runtime": "^7.17.2" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=12.0.0" @@ -27620,11 +27620,11 @@ "integrity": "sha512-1guoGvL3QZ7VjA3y9zye9Rpm+jz18rVZIo3AauTGyW5ntDMxr/cR0M18nuc/NH2KqpMt+coh4NwPEO1uPuKM5w==" }, "@mui/icons-material": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.10.2.tgz", - "integrity": "sha512-p7ku+43JeKRz0ONGzPZbRXZRbE7vCKP1Cr8l/Yj9sUIGVQ6CM/m37u6udacJZkDXD+G2FoxJPixrVvvjx6f64w==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.10.3.tgz", + "integrity": "sha512-o0kbUlsWCBtCE0wP33cGKbyryCh7kpm2EECYMPDmWrLhbA+HUODXIdhiTFS26szp2xXo9HY1lEx0ufeJ+tddYw==", "requires": { - "@babel/runtime": "^7.17.2" + "@babel/runtime": "^7.18.9" } }, "@mui/lab": { diff --git a/package.json b/package.json index 7a33e1de..4930a241 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@emotion/styled": "^11.10.0", "@fingerprintjs/fingerprintjs-pro": "^3.7.1", "@fontsource/roboto": "^4.5.8", - "@mui/icons-material": "^5.10.2", + "@mui/icons-material": "^5.10.3", "@mui/lab": "^5.0.0-alpha.96", "@mui/material": "^5.10.2", "@mui/x-date-pickers": "^5.0.0-beta.7",