Skip to content

Commit 2f22d47

Browse files
chore(deps): bump the security group in /web with 7 updates (#5529)
Bumps the security group in /web with 7 updates: | Package | From | To | | --- | --- | --- | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.1` | `7.3.2` | | [dayjs](https://github.com/iamkun/dayjs) | `1.11.17` | `1.11.18` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.3` | `7.28.4` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.28.0` | `7.28.4` | | [@babel/plugin-transform-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-object-rest-spread) | `7.28.0` | `7.28.4` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.1.1` | `30.1.3` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.1.1` | `30.1.2` | Updates `@mui/material` from 7.3.1 to 7.3.2 - [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.2/packages/mui-material) Updates `dayjs` from 1.11.17 to 1.11.18 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.17...v1.11.18) Updates `@babel/core` from 7.28.3 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core) Updates `@babel/eslint-parser` from 7.28.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/eslint/babel-eslint-parser) Updates `@babel/plugin-transform-object-rest-spread` from 7.28.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-plugin-transform-object-rest-spread) Updates `jest` from 30.1.1 to 30.1.3 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest) Updates `jest-environment-jsdom` from 30.1.1 to 30.1.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.1.2/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: "@mui/material" dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: dayjs dependency-version: 1.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@babel/eslint-parser" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@babel/plugin-transform-object-rest-spread" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: jest dependency-version: 30.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: jest-environment-jsdom dependency-version: 30.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c850b77 commit 2f22d47

File tree

2 files changed

+356
-2806
lines changed

2 files changed

+356
-2806
lines changed

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"devDependencies": {
2020
"@babel/cli": "^7.28.3",
21-
"@babel/core": "^7.28.3",
22-
"@babel/eslint-parser": "^7.28.0",
21+
"@babel/core": "^7.28.4",
22+
"@babel/eslint-parser": "^7.28.4",
2323
"@babel/helper-get-function-arity": "^7.16.7",
2424
"@babel/plugin-proposal-decorators": "^7.28.0",
2525
"@babel/plugin-transform-class-properties": "^7.27.1",
26-
"@babel/plugin-transform-object-rest-spread": "^7.27.1",
26+
"@babel/plugin-transform-object-rest-spread": "^7.28.4",
2727
"@babel/plugin-transform-optional-chaining": "^7.27.1",
2828
"@babel/preset-env": "^7.28.3",
2929
"@babel/preset-react": "^7.27.1",
@@ -61,8 +61,8 @@
6161
"eslint-webpack-plugin": "^4.2.0",
6262
"html-webpack-plugin": "^5.6.4",
6363
"intersection-observer": "^0.12.2",
64-
"jest": "^30.1.1",
65-
"jest-environment-jsdom": "^30.1.1",
64+
"jest": "^30.1.3",
65+
"jest-environment-jsdom": "^30.1.2",
6666
"jest-fixed-jsdom": "^0.0.10",
6767
"mini-css-extract-plugin": "^2.9.4",
6868
"msw": "^2.10.5",
@@ -95,7 +95,7 @@
9595
"@maji/react-prism": "^1.0.1",
9696
"@monaco-editor/react": "^4.7.0",
9797
"@mui/icons-material": "^5.16.14",
98-
"@mui/material": "^7.3.1",
98+
"@mui/material": "^7.3.2",
9999
"@tanstack/react-query": "^4.36.1",
100100
"accounting": "^0.4.1",
101101
"apexcharts": "^4.7.0",
@@ -104,7 +104,7 @@
104104
"classnames": "^2.5.1",
105105
"clipboard": "^2.0.11",
106106
"cronstrue": "^2.61.0",
107-
"dayjs": "^1.11.17",
107+
"dayjs": "^1.11.18",
108108
"diff": "^8.0.2",
109109
"downloadjs": "^1.4.7",
110110
"filereader-stream": "^2.0.0",

0 commit comments

Comments
 (0)