Skip to content

Commit

Permalink
rollback node-notifier as well
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 6, 2020
1 parent 3b54cae commit b662fbe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Expand Up @@ -44,7 +44,7 @@
"strip-ansi": "^6.0.0"
},
"optionalDependencies": {
"node-notifier": "^8.0.0"
"node-notifier": "7.0.1"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Expand Up @@ -1895,7 +1895,7 @@ __metadata:
jest-util: ^26.5.0
jest-worker: ^26.5.0
mock-fs: ^4.4.1
node-notifier: ^8.0.0
node-notifier: 7.0.1
slash: ^3.0.0
source-map: ^0.6.0
string-length: ^4.0.1
Expand Down Expand Up @@ -11206,7 +11206,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"is-wsl@npm:^2.2.0":
"is-wsl@npm:^2.1.1":
version: 2.2.0
resolution: "is-wsl@npm:2.2.0"
dependencies:
Expand Down Expand Up @@ -14242,17 +14242,17 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"node-notifier@npm:^8.0.0":
version: 8.0.0
resolution: "node-notifier@npm:8.0.0"
"node-notifier@npm:7.0.1":
version: 7.0.1
resolution: "node-notifier@npm:7.0.1"
dependencies:
growly: ^1.3.0
is-wsl: ^2.2.0
semver: ^7.3.2
is-wsl: ^2.1.1
semver: ^7.2.1
shellwords: ^0.1.1
uuid: ^8.3.0
uuid: ^7.0.3
which: ^2.0.2
checksum: 3016eccb32cbfc0ec26129500570a0d875c32e28c43aef9c32d4cea24617cdd870eaf39247faffed5b89f78ef69ca4506270d2f8f76f027222597b700cc8aec9
checksum: d851b89ba6e6cbab7803370516ff25424b95d2fa0d0a15c01c199447502cd959f2153d2976674eb297a01faff64a85598297e54da362c933c3fb199ecfc39118
languageName: node
linkType: hard

Expand Down Expand Up @@ -19488,7 +19488,16 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"uuid@npm:^8.2.0, uuid@npm:^8.3.0":
"uuid@npm:^7.0.3":
version: 7.0.3
resolution: "uuid@npm:7.0.3"
bin:
uuid: dist/bin/uuid
checksum: a56be8a5bbf2bae755d749d0693637274935b5ae250dfaaaf79241391cf1a7c142a202492196363ec62ec51a476e5e3fc4de2944d854abf2e9b35a33e0e31d4c
languageName: node
linkType: hard

"uuid@npm:^8.2.0":
version: 8.3.1
resolution: "uuid@npm:8.3.1"
bin:
Expand Down

0 comments on commit b662fbe

Please sign in to comment.