diff --git a/streamlit_webrtc/frontend/package-lock.json b/streamlit_webrtc/frontend/package-lock.json index 54d0bade..2f27d613 100644 --- a/streamlit_webrtc/frontend/package-lock.json +++ b/streamlit_webrtc/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", - "@mui/icons-material": "^5.10.2", + "@mui/icons-material": "^5.10.3", "@mui/material": "^5.10.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", @@ -2691,11 +2691,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" @@ -30101,11 +30101,11 @@ "integrity": "sha512-mX2S0d1oboKBbWQqWIgRmyALAEzh37yiknpD3mKx8bcoMKbp1VtqzIt0aeHP16Uhsd0eValDFILxLNHWi0oddQ==" }, "@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/material": { diff --git a/streamlit_webrtc/frontend/package.json b/streamlit_webrtc/frontend/package.json index be40a919..1ec01c84 100644 --- a/streamlit_webrtc/frontend/package.json +++ b/streamlit_webrtc/frontend/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", - "@mui/icons-material": "^5.10.2", + "@mui/icons-material": "^5.10.3", "@mui/material": "^5.10.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5",