From e551c0b3621804968f5a6ebb514e45c28d2420c1 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 21 Nov 2024 02:37:51 -0500 Subject: [PATCH] Update NPM packages, with Hugo to 0.139.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9d2b76c..930a675 100644 --- a/package.json +++ b/package.json @@ -44,18 +44,18 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", - "cspell": "^8.14.2", - "hugo-extended": "0.133.0", + "cspell": "^8.16.0", + "hugo-extended": "0.139.0", "postcss-cli": "^11.0.0", "prettier": "^3.3.3" }, "optionalDependencies": { - "netlify-cli": "^17.34.2", - "npm-check-updates": "^17.1.0" + "netlify-cli": "^17.37.2", + "npm-check-updates": "^17.1.11" }, "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc", "engines": { - "node": "20.x" + "node": "22.x" }, "gitHubActionCacheKey": "2024-07-02 - change this key to force cache refresh", "private": true,