diff --git a/package-lock.json b/package-lock.json index 857a81110..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", @@ -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": { 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",