From 032912c14115170b06638f0d923b4e155ccb0532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Wed, 16 Jan 2019 13:42:14 -0600 Subject: [PATCH] Updated deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c066eb2..43ca34e 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "dependencies": { "@babel/polyfill": "^7.2.5", "@inc/fastify-ws": "^1.1.0", - "@octokit/rest": "^16.6.1", + "@octokit/rest": "^16.9.0", "@slack/client": "^4.8.0", "app-root-path": "^2.1.0", "async": "^2.6.1", @@ -21,12 +21,12 @@ "dedent": "^0.7.0", "dotenv": "^6.2.0", "fastify": "~1.13.3", - "fastify-compress": "^0.7.1", + "fastify-compress": "^0.8.0", "fastify-helmet": "^3.0.0", "fastify-static": "^1.1.0", "front-matter": "^3.0.1", "fs-exists-sync": "^0.1.0", - "got": "^9.5.0", + "got": "^9.5.1", "graceful-fs": "^4.1.15", "make-promises-safe": "^4.0.0", "markdown-it": "^8.4.2", @@ -56,13 +56,13 @@ "@inc/eslint-config": "^1.1.2", "@inc/sasslint-config": "^1.1.2", "@lbry/color": "^1.1.0", - "@lbry/components": "^1.6.3", + "@lbry/components": "^1.8.0", "eslint": "^5.12.0", "husky": "^1.3.1", "nodemon": "^1.18.9", "npm-run-all": "^4.1.5", "pino-pretty": "^2.5.0", - "sass": "^1.15.3", + "sass": "^1.16.0", "sass-lint": "^1.12.1", "snazzy": "^8.0.0", "standardx": "^3.0.1",