Skip to content
This repository has been archived by the owner on Feb 26, 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/operationsproxy/blob/1e42f36ab60f6368f673211d53e9b887227dc11d/yarn.lock#L3521) 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 1e42f36 commit 1026a78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -22,6 +22,9 @@
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.1"
},
"resolutions": {
"kind-of": ">=6.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "semistandard",
Expand Down

0 comments on commit 1026a78

Please sign in to comment.