fix(deps): update dependency emittery to ^0.7.1 (#1811)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-07 06:28:38 +00:00 committed by GitHub
parent efc7b6f5b1
commit f27ebf53dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@
"integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w=="
},
"emittery": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.0.tgz",
"integrity": "sha512-/kshvS+tZaggOPQDLGzXopumRRIzxciGILDlYTGIU+PmqbSfhn4wDVphFPry4H+2TNl2QxLduexPhxcWLULA5A=="
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.1.tgz",
"integrity": "sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ=="
},
"eventemitter3": {
"version": "4.0.4",

View File

@ -24,7 +24,7 @@
},
"dependencies": {
"dependency-graph": "^0.9.0",
"emittery": "^0.7.0",
"emittery": "^0.7.1",
"ow": "^0.17.0",
"p-queue": "^6.5.0"
},