Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: packages/gitbook/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873
  • Loading branch information
snyk-bot committed Jun 30, 2023
commit 7951a974229815db9545c4a1c4d9128ed0235663
4 changes: 2 additions & 2 deletions packages/gitbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down