diff --git a/pipeline-ui/frontend/package-lock.json b/pipeline-ui/frontend/package-lock.json index 04c1526..0ea1ca0 100644 --- a/pipeline-ui/frontend/package-lock.json +++ b/pipeline-ui/frontend/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fontsource/roboto": "^4.5.8", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.17", "@mui/material": "^5.15.15", "@mui/styled-engine-sc": "^5.14.10", "@testing-library/jest-dom": "^4.2.4", @@ -3387,9 +3387,10 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.16", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.16.tgz", - "integrity": "sha512-s8vYbyACzTNZRKv+20fCfVXJwJqNcVotns2EKnu1wmAga6wv2LAo5kB1d5yqQqZlMFtp34EJvRXf7cy8X0tJVA==", + "version": "5.15.17", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.17.tgz", + "integrity": "sha512-xVzl2De7IY36s/keHX45YMiCpsIx3mNv2xwDgtBkRSnZQtVk+Gqufwj1ktUxEyjzEhBl0+PiNJqYC31C+n1n6A==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" }, diff --git a/pipeline-ui/frontend/package.json b/pipeline-ui/frontend/package.json index 965e4f1..5b501a3 100644 --- a/pipeline-ui/frontend/package.json +++ b/pipeline-ui/frontend/package.json @@ -7,7 +7,7 @@ "@emotion/styled": "^11.11.5", "@fontsource/roboto": "^4.5.8", "@mui/styled-engine-sc": "^5.14.10", - "@mui/icons-material": "^5.15.15", + "@mui/icons-material": "^5.15.17", "@mui/material": "^5.15.15", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2",