From 7cb0c7b71a5ecf9305782245b936e6843c7f18f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:06:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 74639fc95..17c59c17c 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "ipfs.io", "private": true, "dependencies": { - "handlebars": "^2.0.0", + "handlebars": "^3.0.4", "marked": "^0.3.3", - "metalsmith": "^1.3.0", + "metalsmith": "^2.2.1", "metalsmith-debug": "0.0.2", - "metalsmith-in-place": "^1.0.1", - "metalsmith-layouts": "^1.0.0", + "metalsmith-in-place": "^2.0.0", + "metalsmith-layouts": "^2.0.0", "metalsmith-markdown": "^0.2.1", "metalsmith-partial": "^0.1.0", "metalsmith-permalinks": "^0.4.0",