diff --git a/.all-contributorsrc b/.all-contributorsrc index 37dd38a..57eeab3 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -110,6 +110,16 @@ "code", "test" ] + }, + { + "login": "sturdynut", + "name": "Matti Salokangas", + "avatar_url": "https://avatars1.githubusercontent.com/u/8547391?v=4", + "profile": "https://sturdynut.com", + "contributions": [ + "code", + "test" + ] } ], "repoType": "github" diff --git a/package.json b/package.json index d929fcd..a8759d6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "path-is-absolute": "^1.0.1", "which": "^1.2.8", "window-size": "0.3.0", - "yargs": "^8.0.1" + "yargs": "^14.2.0" }, "devDependencies": { "ajv": "^5 || ^6",