diff --git a/pipeline-ui/frontend/package-lock.json b/pipeline-ui/frontend/package-lock.json index 0ea1ca0..bf1680e 100644 --- a/pipeline-ui/frontend/package-lock.json +++ b/pipeline-ui/frontend/package-lock.json @@ -11,8 +11,8 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fontsource/roboto": "^4.5.8", + "@mui/material": "^5.15.17", "@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", "@testing-library/react": "^9.3.2", @@ -3378,9 +3378,10 @@ } }, "node_modules/@mui/core-downloads-tracker": { - "version": "5.15.16", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.16.tgz", - "integrity": "sha512-PTIbMJs5C/vYMfyJNW8ArOezh4eyHkg2pTeA7bBxh2kLP1Uzs0Nm+krXWbWGJPwTWjM8EhnDrr4aCF26+2oleg==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.19.tgz", + "integrity": "sha512-tCHSi/Tomez9ERynFhZRvFO6n9ATyrPs+2N80DMDzp6xDVirbBjEwhPcE+x7Lj+nwYw0SqFkOxyvMP0irnm55w==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" @@ -3413,13 +3414,14 @@ } }, "node_modules/@mui/material": { - "version": "5.15.16", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.16.tgz", - "integrity": "sha512-ery2hFReewko9gpDBqOr2VmXwQG9ifXofPhGzIx09/b9JqCQC/06kZXZDGGrOTpIddK9HlIf4yrS+G70jPAzUQ==", + "version": "5.15.17", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.17.tgz", + "integrity": "sha512-ru/MLvTkCh0AZXmqwIpqGTOoVBS/sX48zArXq/DvktxXZx4fskiRA2PEc7Rk5ZlFiZhKh4moL4an+l8zZwq49Q==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", "@mui/base": "5.0.0-beta.40", - "@mui/core-downloads-tracker": "^5.15.16", + "@mui/core-downloads-tracker": "^5.15.17", "@mui/system": "^5.15.15", "@mui/types": "^7.2.14", "@mui/utils": "^5.15.14", diff --git a/pipeline-ui/frontend/package.json b/pipeline-ui/frontend/package.json index 5b501a3..fa27237 100644 --- a/pipeline-ui/frontend/package.json +++ b/pipeline-ui/frontend/package.json @@ -7,8 +7,8 @@ "@emotion/styled": "^11.11.5", "@fontsource/roboto": "^4.5.8", "@mui/styled-engine-sc": "^5.14.10", + "@mui/material": "^5.15.17", "@mui/icons-material": "^5.15.17", - "@mui/material": "^5.15.15", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2",