From bf58c413549a338228d2d14664499f53c99a00ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:09:36 +0000 Subject: [PATCH] chore(deps): bump @jest/globals from 29.7.0 to 30.3.0 Bumps [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) from 29.7.0 to 30.3.0. - [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.3.0/packages/jest-globals) --- updated-dependencies: - dependency-name: "@jest/globals" dependency-version: 30.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97e142b..ecf3140 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@hookform/resolvers": "^3.9.1", - "@jest/globals": "^29.7.0", + "@jest/globals": "^30.3.0", "@mui/icons-material": "^7.3.1", "@mui/material": "^7.3.1", "@mui/material-nextjs": "^7.3.0",