From 4e688809b071066151aa38095dd40c29bce4423e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 05:20:04 +0000 Subject: [PATCH] chore(deps): bump @mui/x-data-grid in /ui in the frontend-runtime group Bumps the frontend-runtime group in /ui with 1 update: [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid). Updates `@mui/x-data-grid` from 7.29.12 to 7.29.13 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.29.13/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.29.13/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-version: 7.29.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-runtime ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 26 +++++--------------------- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index e820ba4..a4aed95 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", - "@mui/x-data-grid": "^7.15.0", + "@mui/x-data-grid": "^7.29.13", "@xterm/addon-fit": "0.10.0", "@xterm/xterm": "5.5.0", "react": "^18.3.1", @@ -1724,9 +1724,10 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.29.12", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.29.12.tgz", - "integrity": "sha512-MaEC7ubr/je8jVWjdRU7LxBXAzlOZwFEdNdvlDUJIYkRa3TRCQ1HsY8Gd8Od0jnlnMYn9M4BrEfOrq9VRnt4bw==", + "version": "7.29.13", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.29.13.tgz", + "integrity": "sha512-XHrZTvpa61eqSgUIevDzXYfYCbI7cbN/aRxSCaw2cZzQZ/USdpECYbnTEhgw5XgUlvkAK0mItKZmgKM4X7zT+Q==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0", @@ -5277,23 +5278,6 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true }, - "node_modules/yaml": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", - "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", - "dev": true, - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/ui/package.json b/ui/package.json index d6c5042..71f49d8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", - "@mui/x-data-grid": "^7.15.0", + "@mui/x-data-grid": "^7.29.13", "@xterm/addon-fit": "0.10.0", "@xterm/xterm": "5.5.0", "react": "^18.3.1",