From 5e417764cec6e386c960b6f4c4a09190713fff64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 05:24:21 +0000 Subject: [PATCH] fix(deps-dev): bump hugo-extended from 0.161.1 to 0.162.0 Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from 0.161.1 to 0.162.0. - [Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.161.1...v0.162.0) --- updated-dependencies: - dependency-name: hugo-extended dependency-version: 0.162.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ff8a56..fe65f57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "cpy-cli": "^7.0.0", - "hugo-extended": "^0.161.1", + "hugo-extended": "^0.162.0", "husky": "^9.1.7", "markdownlint-cli2": "^0.22.1", "npm-run-all": "^4.1.5", @@ -4027,15 +4027,15 @@ } }, "node_modules/hugo-extended": { - "version": "0.161.1", - "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.161.1.tgz", - "integrity": "sha512-kFpyOR7Kn6GmzFDevruc5uvUDV5k1424iyYOoclFh5mcAJCJtMJ0ymLw+oul9vany6aYyN9vwRIkr1hSIluTlw==", + "version": "0.162.0", + "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.162.0.tgz", + "integrity": "sha512-wn02alVlq3BQ90K67qQqtnqtwCZjdjCZWRvK8/7LQ5yuj2vT0saQAzCJLT0PhHEud4shxCyuUGyR7Sb300J32g==", "dev": true, "hasInstallScript": true, "license": "MIT", "dependencies": { "adm-zip": "^0.5.17", - "tar": "^7.5.13" + "tar": "^7.5.15" }, "bin": { "hugo": "dist/cli.mjs", @@ -10449,9 +10449,9 @@ } }, "node_modules/tar": { - "version": "7.5.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz", - "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==", + "version": "7.5.15", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.15.tgz", + "integrity": "sha512-dzGK0boVlC4W5QFuQN1EFSl3bIDYsk7Tj40U6eIBnK2k/8ml7TZ5agbI5j5+qnoVcAA+rNtBml8SEiLxZpNqRQ==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { diff --git a/package.json b/package.json index 036f52a..62f1ffb 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "cpy-cli": "^7.0.0", - "hugo-extended": "^0.161.1", + "hugo-extended": "^0.162.0", "husky": "^9.1.7", "markdownlint-cli2": "^0.22.1", "npm-run-all": "^4.1.5",