From f6c55792939d7a3fed76f6b558330644c1ff3f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:53:08 +0000 Subject: [PATCH] Bump @mui/icons-material from 5.14.11 to 5.14.12 in /frontend Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.14.11 to 5.14.12. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.14.12/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] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8cefe32ae..e8d2d35c4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/icons-material": "^5.14.11", + "@mui/icons-material": "^5.14.12", "@mui/lab": "5.0.0-alpha.146", "@mui/material": "^5.14.11", "@mui/styled-engine-sc": "^5.14.11", @@ -3214,11 +3214,11 @@ } }, "node_modules/@mui/icons-material": { - "version": "5.14.11", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.11.tgz", - "integrity": "sha512-aHReLasBuS/+hhPzbZCgZ0eTcZ2QRnoC2WNK7XvdAf3l+LjC1flzjh6GWw1tZJ5NHnZ+bivdwtLFQ8XTR96JkA==", + "version": "5.14.12", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.12.tgz", + "integrity": "sha512-aFm6g/AIB3RQN9h/4MKoBoBybLZXeR3aDHWNx6KzemEpIlElUxv5uXRX5Qk1VC6v/YPkhbaPsiLLjsRSTiZF3w==", "dependencies": { - "@babel/runtime": "^7.22.15" + "@babel/runtime": "^7.23.1" }, "engines": { "node": ">=12.0.0" diff --git a/frontend/package.json b/frontend/package.json index 900711856..dca36f22c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/icons-material": "^5.14.11", + "@mui/icons-material": "^5.14.12", "@mui/lab": "5.0.0-alpha.146", "@mui/material": "^5.14.11", "@mui/styled-engine-sc": "^5.14.11",