From 953708cf196382cfa08c9d5dcd3063f85942b24b Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 26 Aug 2024 18:38:23 -0400 Subject: [PATCH] Update NPM packages, including Hugo to 0.133.0 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5fc18e6f4a12..d36ef436d83f 100644 --- a/package.json +++ b/package.json @@ -117,16 +117,16 @@ "ajv-errors": "^3.0.0", "ajv-formats": "^3.0.1", "autoprefixer": "^10.4.20", - "cspell": "^8.13.1", + "cspell": "^8.14.2", "gulp": "^5.0.0", - "hugo-extended": "0.131.0", + "hugo-extended": "0.133.0", "js-yaml": "^4.1.0", "markdown-link-check": "^3.12.2", "markdownlint": "^0.34.0", "postcss-cli": "^11.0.0", "prettier": "^3.3.3", "require-dir": "^1.2.0", - "textlint": "^14.0.4", + "textlint": "^14.2.0", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-terminology": "^5.2.6", @@ -143,12 +143,12 @@ "@opentelemetry/resources": "^1.25.1", "@opentelemetry/sdk-trace-base": "^1.25.1", "@opentelemetry/sdk-trace-web": "^1.25.1", - "@opentelemetry/semantic-conventions": "^1.25.1", + "@opentelemetry/semantic-conventions": "^1.26.0", "path": "^0.12.7" }, "optionalDependencies": { - "netlify-cli": "^17.33.5", - "npm-check-updates": "^17.0.3" + "netlify-cli": "^17.34.3", + "npm-check-updates": "^17.1.0" }, "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc", "engines": {