From a29bc477d327616942b16a11e1611246f9414f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:55:17 +0000 Subject: [PATCH] Bump @mui/x-data-grid from 7.11.0 to 7.11.1 (#2990) Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.11.0 to 7.11.1. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.11.1/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" 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> --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22ce25f04..f4701ec51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.16.5", - "@mui/x-data-grid": "^7.11.0", + "@mui/x-data-grid": "^7.11.1", "@mui/x-date-pickers": "^7.11.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -3936,14 +3936,14 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.11.0.tgz", - "integrity": "sha512-dXaIw3Noxc4d6xenS7J+zMPORG9ptkTW7B81P6QFovILSEuI/qebQhijy/IkqRvcCsuZYLL3nA89bp+EDI503Q==", + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.11.1.tgz", + "integrity": "sha512-7D8fK4NZolU4vGIhKrI8FSFp6CwlpUwBXr944GsKjOTzvC1yASkqD6b2VAYPvvpb94BzqQsvePHT3if/JZylKA==", "dependencies": { "@babel/runtime": "^7.24.8", - "@mui/system": "^5.16.2", - "@mui/utils": "^5.16.2", - "@mui/x-internals": "7.11.0", + "@mui/system": "^5.16.5", + "@mui/utils": "^5.16.5", + "@mui/x-internals": "7.11.1", "clsx": "^2.1.1", "prop-types": "^15.8.1", "reselect": "^4.1.8" @@ -4058,12 +4058,12 @@ } }, "node_modules/@mui/x-internals": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.11.0.tgz", - "integrity": "sha512-GqCYylKiB4cLH9tK4JweJlT2JvPjnpXjS3TEIqtHB4BcSsezhdRrMGzHOO5zCJqkasqTirJh2t6X16Qw1llr4Q==", + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.11.1.tgz", + "integrity": "sha512-CN9HmtcyJ6/1fd8by5h1/R8WmFN4xyk6XYvYG9++oAaSF1ttX16oiE5vB+gGafl7St0epCWWjvOzl21h29k6WQ==", "dependencies": { "@babel/runtime": "^7.24.8", - "@mui/utils": "^5.16.2" + "@mui/utils": "^5.16.5" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 0b492f413..f0b40d7ab 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^5.0.0-alpha.97", "@mui/material": "^5.16.5", - "@mui/x-data-grid": "^7.11.0", + "@mui/x-data-grid": "^7.11.1", "@mui/x-date-pickers": "^7.11.1", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0",