Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Use kind-of >=6.0.3 everywhere
Browse files Browse the repository at this point in the history
This repo's dependencies currently use [older versions](https://github.com/paritytech/fether/blob/3c0363079e1148ae0dc0595523905f9bee7b9a84/yarn.lock#L10218) of kind-of which have a possibly exploitable vulnerability ([original issue](jonschlinkert/kind-of#30), [PR](jonschlinkert/kind-of#31)).
  • Loading branch information
axelchalon committed Feb 8, 2020
1 parent 3c03630 commit c9e050c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -77,5 +77,8 @@
"semver": "^5.6.0",
"ts-node": "^8.0.3",
"typescript": "^3.3.4000"
},
"resolutions": {
"kind-of": ">=6.0.3"
}
}

0 comments on commit c9e050c

Please sign in to comment.