Skip to content
This repository has been archived by the owner on Mar 4, 2020. 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/substrate-ui/blob/b185aad6174ee6bf2f2a68eadd84801ec2efe39d/yarn.lock#L3362) 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 b185aad commit cd306d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -58,5 +58,8 @@
"url-loader": "^1.0.1",
"uuid": "^3.3.2",
"xxhashjs": "^0.2.2"
},
"resolutions": {
"kind-of": ">=6.0.3"
}
}

0 comments on commit cd306d0

Please sign in to comment.