diff --git a/example/package-lock.json b/example/package-lock.json index e0160c4..e78a0fe 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@fontsource/roboto": "^5.0.13", - "@mui/icons-material": "^5.16.4", + "@mui/icons-material": "^5.16.5", "@mui/material": "^5.16.5", "react-stomp-hooks": "file:.." }, @@ -981,9 +981,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.4", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.4.tgz", - "integrity": "sha512-j9/CWctv6TH6Dou2uR2EH7UOgu79CW/YcozxCYVLJ7l03pCsiOlJ5sBArnWJxJ+nGkFwyL/1d1k8JEPMDR125A==", + "version": "5.16.5", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.5.tgz", + "integrity": "sha512-bn88xxU/J9UV0s6+eutq7o3TTOrOlbCX+KshFb8kxgIxJZZfYz3JbAXVMivvoMF4Md6jCVUzM9HEkf4Ajab4tw==", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/example/package.json b/example/package.json index 5b0901d..1c23a3e 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@fontsource/roboto": "^5.0.13", - "@mui/icons-material": "^5.16.4", + "@mui/icons-material": "^5.16.5", "@mui/material": "^5.16.5", "react-stomp-hooks": "file:.." },