diff --git a/pipeline-ui/frontend/package-lock.json b/pipeline-ui/frontend/package-lock.json index cc5b72d..0225a36 100644 --- a/pipeline-ui/frontend/package-lock.json +++ b/pipeline-ui/frontend/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@fontsource/roboto": "^4.5.8", - "@mui/icons-material": "^5.16.7", + "@mui/icons-material": "^5.16.9", "@mui/material": "^5.16.9", "@mui/styled-engine-sc": "^5.14.10", "@testing-library/jest-dom": "^4.2.4", @@ -3214,9 +3214,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.16.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.7.tgz", - "integrity": "sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==", + "version": "5.16.9", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.16.9.tgz", + "integrity": "sha512-nnOJIqan6FS6zEsLX3vf8LZ4vXpZjP5xfCFezeXmqfQConypCOZG4nangoVwKwROlas7b6/bqOdacFUb/HuM/g==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9" @@ -3230,8 +3230,8 @@ }, "peerDependencies": { "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/pipeline-ui/frontend/package.json b/pipeline-ui/frontend/package.json index da4efdd..628056e 100644 --- a/pipeline-ui/frontend/package.json +++ b/pipeline-ui/frontend/package.json @@ -6,7 +6,7 @@ "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@fontsource/roboto": "^4.5.8", - "@mui/icons-material": "^5.16.7", + "@mui/icons-material": "^5.16.9", "@mui/material": "^5.16.9", "@mui/styled-engine-sc": "^5.14.10", "@testing-library/jest-dom": "^4.2.4",