From 418b15e9e71d6ab83e8592cbfab9a21423f92a47 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 18 Oct 2024 11:11:17 -0400 Subject: [PATCH] [infra] Update pkgs, Hugo to 0.136.1 (#5437) --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ed05f392b032..7090bfc9f329 100644 --- a/package.json +++ b/package.json @@ -111,23 +111,23 @@ "update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 999}" }, "devDependencies": { - "@cspell/dict-es-es": "^3.0.0", - "@cspell/dict-fr-fr": "^2.2.2", - "@cspell/dict-pt-br": "^2.3.0", + "@cspell/dict-es-es": "^3.0.3", + "@cspell/dict-fr-fr": "^2.2.5", + "@cspell/dict-pt-br": "^2.3.3", "ajv": "^8.17.1", "ajv-errors": "^3.0.0", "ajv-formats": "^3.0.1", "autoprefixer": "^10.4.20", - "cspell": "^8.14.4", + "cspell": "^8.15.4", "gulp": "^5.0.0", - "hugo-extended": "0.133.0", + "hugo-extended": "0.136.1", "js-yaml": "^4.1.0", "markdown-link-check": "^3.12.2", "markdownlint": "^0.35.0", "postcss-cli": "^11.0.0", "prettier": "^3.3.3", "require-dir": "^1.2.0", - "textlint": "^14.2.0", + "textlint": "^14.2.1", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-terminology": "^5.2.12", @@ -148,8 +148,8 @@ "path": "^0.12.7" }, "optionalDependencies": { - "netlify-cli": "^17.36.4", - "npm-check-updates": "^17.1.3" + "netlify-cli": "^17.37.1", + "npm-check-updates": "^17.1.4" }, "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc", "engines": {