From beae745ac63600425d24239e678d8087241d86fe Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Tue, 19 Feb 2019 20:00:37 +0000 Subject: [PATCH] fix: update dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 98d9db8..d93c077 100644 --- a/package.json +++ b/package.json @@ -16,29 +16,29 @@ "chalk": "^2.4.2", "node-jq": "^1.5.0", "prettyjson": "^1.2.1", - "roarr": "^2.12.1", + "roarr": "^2.13.0", "split2": "^3.1.0", "through2": "^3.0.0", "ulid": "^2.3.0", - "yargs": "^12.0.5" + "yargs": "^13.2.1" }, "description": "A CLI program for Roarr logger.", "devDependencies": { "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", + "@babel/core": "^7.3.3", "@babel/node": "^7.2.2", "@babel/plugin-transform-flow-strip-types": "^7.2.3", "@babel/preset-env": "^7.3.1", "@babel/register": "^7.0.0", - "ava": "^1.1.0", - "babel-plugin-istanbul": "^5.1.0", + "ava": "^1.2.1", + "babel-plugin-istanbul": "^5.1.1", "coveralls": "^3.0.2", - "eslint": "^5.12.1", - "eslint-config-canonical": "^16.0.0", - "flow-bin": "^0.91.0", - "flow-copy-source": "^2.0.2", + "eslint": "^5.14.1", + "eslint-config-canonical": "^16.1.0", + "flow-bin": "^0.93.0", + "flow-copy-source": "^2.0.3", "husky": "^1.3.1", - "nyc": "^13.1.0", + "nyc": "^13.3.0", "semantic-release": "^15.13.3" }, "engines": {