diff --git a/package-lock.json b/package-lock.json index 7a31b22..afd5b13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@dynamicss/dynamicss": "^2.1.0", "@emotion/react": "^11.6.0", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.1.1", + "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.55", "@mui/material": "^5.1.1", "@mui/styles": "^5.1.1", @@ -2723,14 +2723,19 @@ "license": "MIT" }, "node_modules/@mui/icons-material": { - "version": "5.1.1", - "license": "MIT", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.5.tgz", + "integrity": "sha512-uQiUz+l0xy+2jExyKyU19MkMAR2F7bQFcsQ5hdqAtsB14Jw2zlmIAD55mV6f0NxKCut7Rx6cA3ZpfzlzAfoK8Q==", "dependencies": { "@babel/runtime": "^7.16.3" }, "engines": { "node": ">=12.0.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, "peerDependencies": { "@mui/material": "^5.0.0", "@types/react": "^16.8.6 || ^17.0.0", @@ -22952,7 +22957,9 @@ } }, "@mui/icons-material": { - "version": "5.1.1", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.2.5.tgz", + "integrity": "sha512-uQiUz+l0xy+2jExyKyU19MkMAR2F7bQFcsQ5hdqAtsB14Jw2zlmIAD55mV6f0NxKCut7Rx6cA3ZpfzlzAfoK8Q==", "requires": { "@babel/runtime": "^7.16.3" }, diff --git a/package.json b/package.json index 5fd7824..f4fe25e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@dynamicss/dynamicss": "^2.1.0", "@emotion/react": "^11.6.0", "@emotion/styled": "^11.6.0", - "@mui/icons-material": "^5.1.1", + "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.55", "@mui/material": "^5.1.1", "@mui/styles": "^5.1.1",