From 7951a974229815db9545c4a1c4d9128ed0235663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jun 2023 15:16:57 +0000 Subject: [PATCH] fix: packages/gitbook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- packages/gitbook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index c3164f9d64..661c3f84d8 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -8,7 +8,7 @@ "dependencies": { "asciidoctor.js": "^1.5.5-4", "bash-color": "0.0.4", - "cheerio": "0.20.0", + "cheerio": "0.22.0", "chokidar": "1.5.0", "cp": "0.2.0", "cpr": "1.1.1", @@ -42,7 +42,7 @@ "js-yaml": "^3.6.1", "json-schema-defaults": "0.1.1", "jsonschema": "1.1.0", - "juice": "2.0.0", + "juice": "4.0.0", "markup-it": "^3.4.0", "mkdirp": "0.5.1", "moment": "2.13.0",