From ad0d948dd5f7f54372a0d55b29dbc0bd55d97413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:27:29 -0700 Subject: [PATCH] Bump @mui/icons-material from 5.15.13 to 5.15.14 in /client (#186) Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.15.13 to 5.15.14. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.14/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nils Streedain --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b476ca25..75eb39aa 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@emotion/styled": "^11.11.0", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/icons-material": "^5.15.13", + "@mui/icons-material": "^5.15.14", "@mui/material": "^5.15.13", "axios": "^1.6.7", "bootstrap": "^5.3.3", @@ -2577,9 +2577,9 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.15.13", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.13.tgz", - "integrity": "sha512-I7CioMQKBPaKyGgcE9i8+1dgzAmox5a/0wZ0E9sIxm7PzG5KJZRRJkdK4oDT4HfYRGv61KjcHEeqH48pht1dvQ==", + "version": "5.15.14", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.14.tgz", + "integrity": "sha512-vj/51k7MdFmt+XVw94sl30SCvGx6+wJLsNYjZRgxhS6y3UtnWnypMOsm3Kmg8TN+P0dqwsjy4/fX7B1HufJIhw==", "dependencies": { "@babel/runtime": "^7.23.9" }, @@ -18738,9 +18738,9 @@ "integrity": "sha512-ERsk9EWpiitSiKnmUdFJGshtFk647l4p7r+mjRWe/F1l5kT1NTTKkaeDLcK3/lsy0udXjMgcG0bNwzbYBdDdhQ==" }, "@mui/icons-material": { - "version": "5.15.13", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.13.tgz", - "integrity": "sha512-I7CioMQKBPaKyGgcE9i8+1dgzAmox5a/0wZ0E9sIxm7PzG5KJZRRJkdK4oDT4HfYRGv61KjcHEeqH48pht1dvQ==", + "version": "5.15.14", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.14.tgz", + "integrity": "sha512-vj/51k7MdFmt+XVw94sl30SCvGx6+wJLsNYjZRgxhS6y3UtnWnypMOsm3Kmg8TN+P0dqwsjy4/fX7B1HufJIhw==", "requires": { "@babel/runtime": "^7.23.9" } diff --git a/client/package.json b/client/package.json index c38907d6..859990f3 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "@emotion/styled": "^11.11.0", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/icons-material": "^5.15.13", + "@mui/icons-material": "^5.15.14", "@mui/material": "^5.15.13", "axios": "^1.6.7", "bootstrap": "^5.3.3",