diff --git a/app/components/client/ecosystem-scripts.js b/app/components/client/ecosystem-scripts.js index 02a195c..07914c7 100644 --- a/app/components/client/ecosystem-scripts.js +++ b/app/components/client/ecosystem-scripts.js @@ -1,4 +1,4 @@ -"use strict"; +/* global document, localStorage */ "use strict"; diff --git a/app/components/client/playground-scripts.js b/app/components/client/playground-scripts.js index fc57dc1..b460778 100644 --- a/app/components/client/playground-scripts.js +++ b/app/components/client/playground-scripts.js @@ -1,4 +1,4 @@ -/* global send */ "use strict"; +/* global document, navigator, send, window */ "use strict"; diff --git a/package.json b/package.json index 9bbe5de..ea1d6e5 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "LBRY Team", "dependencies": { "@babel/polyfill": "^7.0.0", - "@octokit/rest": "^15.17.0", + "@octokit/rest": "^16.0.1", "app-root-path": "^2.1.0", "async": "^2.6.1", "async-es": "^2.6.1", @@ -19,8 +19,8 @@ "dedent": "^0.7.0", "dotenv": "^6.1.0", "fastify": "^1.13.0", - "fastify-compress": "^0.7.0", - "fastify-helmet": "^2.2.0", + "fastify-compress": "^0.7.1", + "fastify-helmet": "^3.0.0", "fastify-plugin": "^1.2.1", "fastify-static": "^0.14.0", "fastify-ws": "^1.0.0", @@ -29,14 +29,14 @@ "graceful-fs": "^4.1.15", "heroku-ssl-redirect": "0.0.4", "make-fetch-happen": "^4.0.1", - "make-promises-safe": "^3.0.0", + "make-promises-safe": "^4.0.0", "markdown-it": "^8.4.2", "markdown-it-anchor": "^5.0.2", - "prismjs": "^1.15.0", + "prismjs": "^9000.0.2", "redis": "^2.8.0", "request": "^2.88.0", "request-promise-native": "^1.0.5", - "slack-node": "^0.1.8", + "slack-node": "^0.2.0", "socket.io": "^2.1.1", "stringify-object": "^3.3.0" }, @@ -56,18 +56,18 @@ "@babel/plugin-syntax-import-meta": "7.0.0", "@babel/preset-env": "^7.1.6", "@babel/register": "^7.0.0", - "@inc/eslint-config": "^1.0.5", + "@inc/eslint-config": "^1.1.1", "@inc/sasslint-config": "^1.1.1", "@lbry/color": "^1.0.3", "eslint": "^5.9.0", "husky": "^1.1.4", "nodemon": "^1.18.6", "npm-run-all": "^4.1.3", - "sass": "^1.15.0", + "sass": "^1.15.1", "sass-lint": "^1.12.1", "snazzy": "^8.0.0", "standardx": "^3.0.1", - "updates": "^5.1.2" + "updates": "^5.2.2" }, "engines": { "node": "10.2.x" @@ -82,7 +82,7 @@ "private": true, "scripts": { "css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed", - "format": "eslint '**/*.js' --fix", + "format": "eslint '**/*.js' --fix --ignore-pattern '/app/dist/'", "start": "npm run css && NODE_ENV=production node server", "test": "run-s test:*", "test:dependencies": "updates --update ./",