From 695abb7528294275dbf0be7bdf57d785845bbc61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:35:02 +0000 Subject: [PATCH] fix(deps): bump the ords-mui-dependencies group across 1 directory with 2 updates Bumps the ords-mui-dependencies group with 2 updates in the /templates/ords-remix-jwt-sample directory: [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) and [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material). Updates `@mui/icons-material` from 6.0.2 to 6.1.6 - [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/v6.1.6/packages/mui-icons-material) Updates `@mui/material` from 6.0.2 to 6.1.6 - [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/v6.1.6/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-mui-dependencies - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-mui-dependencies ... Signed-off-by: dependabot[bot] --- templates/ords-remix-jwt-sample/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ords-remix-jwt-sample/package.json b/templates/ords-remix-jwt-sample/package.json index af14af5..15924a1 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -36,8 +36,8 @@ "@emotion/cache": "^11.13.0", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", - "@mui/icons-material": "6.0.2", - "@mui/material": "6.0.2", + "@mui/icons-material": "6.1.6", + "@mui/material": "6.1.6", "@remix-run/css-bundle": "2.11.2", "@remix-run/node": "2.11.2", "@remix-run/react": "2.11.2",