From fda1e3d800547268fd187bc1ca4f89f5b2f667f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?netop=3A//=E3=82=A6=E3=82=A8=E3=83=8F?= Date: Mon, 8 Jul 2019 14:04:25 -0500 Subject: [PATCH] Updated deps --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 0ab9fdb..249d171 100755 --- a/package.json +++ b/package.json @@ -12,30 +12,30 @@ "dependencies": { "@babel/polyfill": "^7.4.4", "@inc/fastify-ws": "^1.1.0", - "@octokit/rest": "^16.28.0", + "@octokit/rest": "^16.28.2", "@slack/client": "^5.0.1", - "async": "^3.0.1", - "async-es": "^3.0.1", + "async": "^3.1.0", + "async-es": "^3.1.0", "choo": "^6.13.3", "choo-async": "^0.1.1", - "choo-devtools": "^2.5.1", + "choo-devtools": "^3.0.0", "choo-ssr": "^0.2.1", "choo-websocket": "^2.0.0", - "colorette": "^1.0.8", + "colorette": "^1.1.0", "cors": "^2.8.5", "cron": "^1.7.1", "date-format-lite": "^17.7.0", "decamelize": "^3.2.0", "dedent": "^0.7.0", "dotenv": "^8.0.0", - "fastify": "~2.4.1", + "fastify": "~2.6.0", "fastify-compress": "^0.10.0", - "fastify-helmet": "^3.0.0", - "fastify-static": "^2.4.0", + "fastify-helmet": "^3.0.1", + "fastify-static": "^2.5.0", "front-matter": "^3.0.2", "fs-exists-sync": "^0.1.0", "got": "^9.6.0", - "graceful-fs": "^4.1.15", + "graceful-fs": "^4.2.0", "link-module-alias": "^1.2.0", "make-promises-safe": "^5.0.0", "markdown-it": "^8.4.2", @@ -48,34 +48,34 @@ }, "description": "Documentation for the LBRY protocol and associated projects", "devDependencies": { - "@babel/cli": "^7.4.4", - "@babel/core": "^7.4.5", + "@babel/cli": "^7.5.0", + "@babel/core": "^7.5.0", "@babel/plugin-external-helpers": "7.2.0", - "@babel/plugin-proposal-class-properties": "7.4.4", + "@babel/plugin-proposal-class-properties": "7.5.0", "@babel/plugin-proposal-decorators": "7.4.4", "@babel/plugin-proposal-export-namespace-from": "7.2.0", - "@babel/plugin-proposal-function-sent": "7.2.0", + "@babel/plugin-proposal-function-sent": "7.5.0", "@babel/plugin-proposal-json-strings": "7.2.0", "@babel/plugin-proposal-numeric-separator": "7.2.0", "@babel/plugin-proposal-throw-expressions": "7.2.0", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-syntax-import-meta": "7.2.0", - "@babel/preset-env": "^7.4.5", + "@babel/preset-env": "^7.5.0", "@babel/register": "^7.4.4", "@inc/eslint-config": "^1.1.3", - "@inc/sasslint-config": "^2019.5.7", + "@inc/sasslint-config": "^2019.6.22", "@lbry/color": "^1.1.1", - "@lbry/components": "^2.7.2", - "eslint": "^5.16.0", - "husky": "^2.4.0", + "@lbry/components": "^2.7.4", + "eslint": "^6.0.1", + "husky": "^3.0.0", "nodemon": "^1.19.1", "npm-run-all": "^4.1.5", - "pino-pretty": "^3.1.0", - "sass": "^1.21.0", + "pino-pretty": "^3.2.0", + "sass": "^1.22.3", "sass-lint": "^1.13.1", "snazzy": "^8.0.0", "standardx": "^3.0.1", - "updates": "^8.1.0" + "updates": "^8.2.1" }, "engines": { "node": "10.2.x" @@ -110,5 +110,5 @@ "app/dist" ] }, - "version": "5.3.1" + "version": "5.3.2" }