From 9e898095bf2408914a110b0623d9c965b57d8797 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 08:48:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..073ef7391c5b7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "autoprefixer": "^10.0.2", - "cheerio": "^0.22.0", + "cheerio": "^1.0.0", "fibers": "^5.0.0", "handlebars": "^4.7.6", "jstransformer-handlebars": "^1.1.0", @@ -53,7 +53,7 @@ "metalsmith-markdown": "^1.3.0", "metalsmith-metadata": "0.0.4", "metalsmith-permalinks": "^2.2.0", - "metalsmith-prism": "^3.1.1", + "metalsmith-prism": "^4.0.0", "metalsmith-yearly-pagination": "^4.0.2", "ncp": "^2.0.0", "node-version-data": "^1.1.0",