From 9b6d681a186beab9e15b1bdc863729470f20000f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2019 18:24:11 +0000 Subject: [PATCH] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- .snyk | 26 +++++--------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/.snyk b/.snyk index d0c15a4..eb3005a 100644 --- a/.snyk +++ b/.snyk @@ -3,24 +3,8 @@ version: v1.13.5 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: - 'npm:hoek:20180212': - - gitbook-plugin-codesnippet > request > hawk > hoek: - patched: '2019-10-17T18:23:22.650Z' - - gitbook-plugin-codesnippet > request > hawk > boom > hoek: - patched: '2019-10-17T18:23:22.650Z' - - gitbook-plugin-codesnippet > request > hawk > sntp > hoek: - patched: '2019-10-17T18:23:22.650Z' - - gitbook-plugin-codesnippet > request > hawk > cryptiles > boom > hoek: - patched: '2019-10-17T18:23:22.650Z' - 'npm:lodash:20180130': - - gitbook-plugin-codepen > cheerio > lodash: - patched: '2019-10-17T18:23:22.650Z' - 'npm:request:20160119': - - gitbook-plugin-codesnippet > request: - patched: '2019-10-17T18:23:22.650Z' - 'npm:tough-cookie:20170905': - - gitbook-plugin-codesnippet > request > tough-cookie: - patched: '2019-10-17T18:23:22.650Z' - 'npm:tunnel-agent:20170305': - - gitbook-plugin-codesnippet > request > tunnel-agent: - patched: '2019-10-17T18:23:22.650Z' + SNYK-JS-HTTPSPROXYAGENT-469131: + - snyk > proxy-agent > https-proxy-agent: + patched: '2019-10-17T18:24:09.536Z' + - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: + patched: '2019-10-17T18:24:09.536Z' diff --git a/package.json b/package.json index 2b983cb..378d65d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Docker para Desenvolvedores", "main": "index.js", "dependencies": { - "gh-pages": "^1.0.0", + "gh-pages": "^0.12.0", "gitbook-plugin-ace": "^0.3.2", "gitbook-plugin-chart": "^0.2.0", "gitbook-plugin-code-editor": "^1.2.1",