File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 44
55### Fixes
66
7+ - ` [jest-reporters] ` Fixes notify reporter on Linux (using notify-send) ([ #10393 ] ( https://github.com/facebook/jest/pull/10400 ) )
8+
79### Chore & Maintenance
810
911### Performance
Original file line number Diff line number Diff line change 4444 "strip-ansi" : " ^6.0.0"
4545 },
4646 "optionalDependencies" : {
47- "node-notifier" : " ^7 .0.0"
47+ "node-notifier" : " ^8 .0.0"
4848 },
4949 "engines" : {
5050 "node" : " >= 10.14.2"
Original file line number Diff line number Diff line change @@ -1871,7 +1871,7 @@ __metadata:
18711871 jest-util: ^26.3.0
18721872 jest-worker: ^26.3.0
18731873 mock-fs: ^4.4.1
1874- node-notifier: ^7 .0.0
1874+ node-notifier: ^8 .0.0
18751875 slash: ^3.0.0
18761876 source-map: ^0.6.0
18771877 string-length: ^4.0.1
@@ -13860,17 +13860,17 @@ fsevents@^1.2.7:
1386013860 languageName: node
1386113861 linkType: hard
1386213862
13863- "node-notifier@npm:^7 .0.0":
13864- version: 7 .0.2
13865- resolution: "node-notifier@npm:7 .0.2 "
13863+ "node-notifier@npm:^8 .0.0":
13864+ version: 8 .0.0
13865+ resolution: "node-notifier@npm:8 .0.0 "
1386613866 dependencies:
1386713867 growly: ^1.3.0
1386813868 is-wsl: ^2.2.0
1386913869 semver: ^7.3.2
1387013870 shellwords: ^0.1.1
13871- uuid: ^8.2 .0
13871+ uuid: ^8.3 .0
1387213872 which: ^2.0.2
13873- checksum: 61d77d6c98454235efdd9bb278ec6fa044e4e4d9066c60c46ca801d9022f9888e7a52d8b90bb2fd34c7e8c71e7c14660eb7de319df37923b8944a408562065dc
13873+ checksum: 3016eccb32cbfc0ec26129500570a0d875c32e28c43aef9c32d4cea24617cdd870eaf39247faffed5b89f78ef69ca4506270d2f8f76f027222597b700cc8aec9
1387413874 languageName: node
1387513875 linkType: hard
1387613876
@@ -18958,7 +18958,7 @@ fsevents@^1.2.7:
1895818958 languageName: node
1895918959 linkType: hard
1896018960
18961- "uuid@npm:^8.2.0":
18961+ "uuid@npm:^8.2.0, uuid@npm:^8.3.0 ":
1896218962 version: 8.3.0
1896318963 resolution: "uuid@npm:8.3.0"
1896418964 bin:
You can’t perform that action at this time.
0 commit comments