From e668c9935eafb24b55dd677381213c31c2612c3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 21:51:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb04c033fccb3..dad3cabb24329 100644 --- a/package.json +++ b/package.json @@ -26,25 +26,25 @@ "dependencies": { "autoprefixer-stylus": "0.8.1", "chokidar": "1.2.0", - "handlebars": "4.0.4", + "handlebars": "4.1.1", "html-to-text": "^1.5.0", "js-yaml": "^3.4.5", "junk": "1.0.2", "map-async": "0.1.1", "marked": "0.3.5", - "metalsmith": "2.1.0", + "metalsmith": "2.3.0", "metalsmith-collections": "0.7.0", "metalsmith-feed": "0.2.0", - "metalsmith-layouts": "1.4.2", + "metalsmith-layouts": "2.3.1", "metalsmith-markdown": "0.2.1", "metalsmith-metadata": "0.0.2", "metalsmith-permalinks": "0.4.0", - "metalsmith-prism": "2.1.1", + "metalsmith-prism": "3.1.0", "metalsmith-stylus": "1.0.0", "ncp": "2.0.0", "node-geocoder": "^3.4.1", "node-version-data": "1.0.0", - "octonode": "0.7.4", + "octonode": "0.7.6", "request": "^2.67.0", "require-dir": "0.3.0", "semver": "5.0.3",