From bd97fd30c35eabe6c3559be7614a382544e5c932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 06:47:20 +0000 Subject: [PATCH] chore(deps-dev): bump @jest/globals from 29.7.0 to 30.0.0 Bumps [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) from 29.7.0 to 30.0.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.0.0/packages/jest-globals) --- updated-dependencies: - dependency-name: "@jest/globals" dependency-version: 30.0.0 dependency-type: direct:development 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 7b0a644..231b617 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "description": "A GitHub Action to update the README.md file with the latest version information from the action.yml.", "devDependencies": { "@eslint/compat": "^1.2.6", - "@jest/globals": "^29.7.0", + "@jest/globals": "^30.0.0", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4",