From f2e82adad3f5d251459e8a1d8466a205c7b41483 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Oct 2023 21:45:32 +0000 Subject: [PATCH] fix: upgrade @mui/icons-material from 5.14.9 to 5.14.11 Snyk has created this PR to upgrade @mui/icons-material from 5.14.9 to 5.14.11. See this package in npm: https://www.npmjs.com/package/@mui/icons-material See this project in Snyk: https://app.snyk.io/org/goliathlabs/project/ee1e0edd-da27-4ea4-adde-fedab2136607?utm_source=github&utm_medium=referral&page=upgrade-pr --- website/package-lock.json | 14 +++++++------- website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 4b26af38..fe23737d 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -11,7 +11,7 @@ "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.61", - "@mui/icons-material": "^5.14.6", + "@mui/icons-material": "^5.14.11", "@mui/material": "^5.14.7", "common-tags": "^1.8.2", "date-fns": "^2.30.0", @@ -3323,9 +3323,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.9", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.9.tgz", - "integrity": "sha512-xTRQbDsogsJo7tY5Og8R9zbuG2q+KIPVIM6JQoKxtJlz9DPOw1u0T2fGrvwD+XAOVifQf6epNMcGCDLfJAz4Nw==", + "version": "5.14.11", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.11.tgz", + "integrity": "sha512-aHReLasBuS/+hhPzbZCgZ0eTcZ2QRnoC2WNK7XvdAf3l+LjC1flzjh6GWw1tZJ5NHnZ+bivdwtLFQ8XTR96JkA==", "dependencies": { "@babel/runtime": "^7.22.15" }, @@ -20347,9 +20347,9 @@ "integrity": "sha512-8V7ZOC/lKkM03TRHqaThQFIq6bWPnj7L/ZWPh0ymldYFFyh8XdF0ywTgafsofDNYT4StlNknbaTjVHBma3SNjQ==" }, "@mui/icons-material": { - "version": "5.14.9", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.9.tgz", - "integrity": "sha512-xTRQbDsogsJo7tY5Og8R9zbuG2q+KIPVIM6JQoKxtJlz9DPOw1u0T2fGrvwD+XAOVifQf6epNMcGCDLfJAz4Nw==", + "version": "5.14.11", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.11.tgz", + "integrity": "sha512-aHReLasBuS/+hhPzbZCgZ0eTcZ2QRnoC2WNK7XvdAf3l+LjC1flzjh6GWw1tZJ5NHnZ+bivdwtLFQ8XTR96JkA==", "requires": { "@babel/runtime": "^7.22.15" } diff --git a/website/package.json b/website/package.json index d761592c..1d711caa 100644 --- a/website/package.json +++ b/website/package.json @@ -14,7 +14,7 @@ "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.61", - "@mui/icons-material": "^5.14.6", + "@mui/icons-material": "^5.14.11", "@mui/material": "^5.14.7", "common-tags": "^1.8.2", "date-fns": "^2.30.0",