From adbd3ce2207af54c3edf8f78411897ea0c85def2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:18:46 +0000 Subject: [PATCH] build(deps-dev): bump the patch group with 2 updates Bumps the patch group with 2 updates: [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) and [@testing-library/jest-dom](https://github.com/testing-library/jest-dom). Updates `@mui/x-data-grid` from 7.22.0 to 7.22.1 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.22.1/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.22.1/packages/x-data-grid) Updates `@testing-library/jest-dom` from 6.6.2 to 6.6.3 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78c9e6758..53b8fa6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@mui/base": "5.0.0-beta.58", "@mui/material": "6.1.6", "@mui/system": "6.1.6", - "@mui/x-data-grid": "7.22.0", + "@mui/x-data-grid": "7.22.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", @@ -69,7 +69,7 @@ "@storybook/react-webpack5": "8.3.6", "@storybook/storybook-deployer": "2.8.16", "@storybook/theming": "8.3.6", - "@testing-library/jest-dom": "6.6.2", + "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/color": "4.2.0", @@ -5034,9 +5034,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.22.0.tgz", - "integrity": "sha512-gXl7+hG0YRNU3YODlPvz6Q/9+EeUsPAWn/u2YMQmYTgwAxeY5QE3lY224VRnwM5v9SfTFheo1kzAKmXPdjb9tQ==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.22.1.tgz", + "integrity": "sha512-YHF96MEv7ACG/VuiycZjEAPH7cZLNuV2+bi/MyR1t/e6E6LTolYFykvjSFq+Imz1mYbW4+9mEvrHZsIKL5KKIQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.25.7", @@ -8158,9 +8158,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", - "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", + "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.4.0", diff --git a/package.json b/package.json index f28cc4804..e949bb6b7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@mui/base": "5.0.0-beta.58", "@mui/material": "6.1.6", "@mui/system": "6.1.6", - "@mui/x-data-grid": "7.22.0", + "@mui/x-data-grid": "7.22.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", @@ -71,7 +71,7 @@ "@storybook/react-webpack5": "8.3.6", "@storybook/storybook-deployer": "2.8.16", "@storybook/theming": "8.3.6", - "@testing-library/jest-dom": "6.6.2", + "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/color": "4.2.0",