From e048ec9a4b5594f29e5aafe9b3f4c6c4f82c4271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 04:03:27 +0000 Subject: [PATCH] build(deps): bump @mui/material-nextjs from 5.15.11 to 7.3.5 Bumps [@mui/material-nextjs](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material-nextjs) from 5.15.11 to 7.3.5. - [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/v7.3.5/packages/mui-material-nextjs) --- updated-dependencies: - dependency-name: "@mui/material-nextjs" dependency-version: 7.3.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index daa7350..2926205 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flatbread", - "version": "2024.07.03_1", + "version": "2025.11.09_1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flatbread", - "version": "2024.07.03_1", + "version": "2025.11.09_1", "license": "MIT", "dependencies": { "@emotion/cache": "^11.14.0", @@ -14,7 +14,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^5.15.21", "@mui/material": "^5.15.21", - "@mui/material-nextjs": "^5.15.11", + "@mui/material-nextjs": "^7.3.5", "ajv": "^8.17.1", "gray-matter": "^4.0.3", "next": "^14.2.4", @@ -469,15 +469,15 @@ } }, "node_modules/@mui/material-nextjs": { - "version": "5.15.11", - "resolved": "https://registry.npmjs.org/@mui/material-nextjs/-/material-nextjs-5.15.11.tgz", - "integrity": "sha512-cp5RWYbBngyi7NKP91R9QITllfxumCVPFjqe4AKzNROVuCot0VpgkafxXqfbv0uFsyUU0ROs0O2M3r17q604Aw==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/@mui/material-nextjs/-/material-nextjs-7.3.5.tgz", + "integrity": "sha512-WWd8dbygIOnhqTlLiDP7lvKFZyIDTrZ0mClFxmYOYzohxJuYzeuax/yAgOW2lEGxIdoSDiSPqv/4qT8LZ96IVA==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.9" + "@babel/runtime": "^7.28.4" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" }, "funding": { "type": "opencollective", @@ -485,11 +485,11 @@ }, "peerDependencies": { "@emotion/cache": "^11.11.0", + "@emotion/react": "^11.11.4", "@emotion/server": "^11.11.0", - "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "next": "^13.0.0 || ^14.0.0", - "react": "^17.0.0 || ^18.0.0" + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", + "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@emotion/cache": { diff --git a/package.json b/package.json index 7652b30..b6dab63 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^5.15.21", "@mui/material": "^5.15.21", - "@mui/material-nextjs": "^5.15.11", + "@mui/material-nextjs": "^7.3.5", "ajv": "^8.17.1", "gray-matter": "^4.0.3", "next": "^14.2.4",