From b498485e9d72af5d004ea5ff89b4d4f1f3366fc8 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 4 Nov 2023 12:00:13 -0400 Subject: [PATCH] Update Hugo to 0.120.3 and netlify-cli --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00b772438f35..09cea4096a02 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "autoprefixer": "^10.4.16", "cspell": "^7.3.8", "gulp": "^4.0.2", - "hugo-extended": "0.119.0", + "hugo-extended": "0.120.3", "markdownlint": "^0.31.1", "postcss-cli": "^10.1.0", "prettier": "^3.0.3", @@ -110,7 +110,7 @@ "@opentelemetry/semantic-conventions": "^1.8.0" }, "optionalDependencies": { - "netlify-cli": "^16.9.3" + "netlify-cli": "^17.0.1" }, "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc", "engines": {