From 1e4170862e386b4ce40ab8e91e90f0f354387035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:01:24 +0000 Subject: [PATCH 1/2] Bump jest-light-runner from 0.7.9 to 0.7.10 Bumps [jest-light-runner](https://github.com/nicolo-ribaudo/jest-light-runner) from 0.7.9 to 0.7.10. - [Release notes](https://github.com/nicolo-ribaudo/jest-light-runner/releases) - [Commits](https://github.com/nicolo-ribaudo/jest-light-runner/compare/v0.7.9...v0.7.10) --- updated-dependencies: - dependency-name: jest-light-runner dependency-version: 0.7.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 857a81110..ea2ada3ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4588,9 +4588,9 @@ } }, "node_modules/jest-light-runner": { - "version": "0.7.9", - "resolved": "https://registry.npmjs.org/jest-light-runner/-/jest-light-runner-0.7.9.tgz", - "integrity": "sha512-KlgZvwca6IlRYtpmy+fdgEAi+LP+TjqH96TrAw+56wF8A3JZpW/IzWaukqB4vPVcG8v4y7EF0AMJgZ8u4H6Yew==", + "version": "0.7.10", + "resolved": "https://registry.npmjs.org/jest-light-runner/-/jest-light-runner-0.7.10.tgz", + "integrity": "sha512-hKVkgJOViLVxhWXhjFPR9TOnBjq3YO9kNWb1gLDcwuOUzZhuFbzVBl/RD6d+j1GO6FUTiLXJoIs96CSfmyVWsg==", "dev": true, "license": "MIT", "dependencies": { From 22f36922439e6f02ae5bbfa9d416b5dbb51e0c9a Mon Sep 17 00:00:00 2001 From: Klaus Date: Thu, 11 Sep 2025 11:16:15 +0300 Subject: [PATCH 2/2] updating package.json --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea2ada3ee..bc0e34440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "esm-utils": "^4.4.2", "globals": "^16.4.0", "jest": "^30.1.3", - "jest-light-runner": "^0.7.9", + "jest-light-runner": "^0.7.10", "jest-snapshot-serializer-ansi": "^2.2.1", "jest-snapshot-serializer-raw": "^2.0.0", "jest-watch-typeahead": "^3.0.1", diff --git a/package.json b/package.json index f88868242..8a03eb989 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "esm-utils": "^4.4.2", "globals": "^16.4.0", "jest": "^30.1.3", - "jest-light-runner": "^0.7.9", + "jest-light-runner": "^0.7.10", "jest-snapshot-serializer-ansi": "^2.2.1", "jest-snapshot-serializer-raw": "^2.0.0", "jest-watch-typeahead": "^3.0.1",