From 7fce7b9cdc42ad82c958b2e909472c9de7de4ee6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Dec 2024 02:19:10 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.16.7 to 5.16.9 Snyk has created this PR to upgrade @mui/icons-material from 5.16.7 to 5.16.9. See this package in npm: @mui/icons-material See this project in Snyk: https://app.snyk.io/org/epacke/project/9cb33b20-8a65-4eca-a1c5-b2eb539311ac?utm_source=github&utm_medium=referral&page=upgrade-pr --- pipeline-ui/frontend/package-lock.json | 12 ++++++------ pipeline-ui/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pipeline-ui/frontend/package-lock.json b/pipeline-ui/frontend/package-lock.json index c3076eb..200b7e8 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.7", "@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 f7f5f03..c6415af 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.7", "@mui/styled-engine-sc": "^5.14.10", "@testing-library/jest-dom": "^4.2.4",