diff --git a/package-lock.json b/package-lock.json index d78ea68..0a46e19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "commitizen": "^4.3.1", "cpy-cli": "^7.0.0", "cz-conventional-changelog": "^3.3.0", - "hugo-extended": "^0.155.3", + "hugo-extended": "^0.156.0", "husky": "^9.1.7", "rimraf": "^6.1.3", "semantic-release": "^25.0.3" @@ -3391,15 +3391,15 @@ } }, "node_modules/hugo-extended": { - "version": "0.155.3", - "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.155.3.tgz", - "integrity": "sha512-nzGmsgnOdeOGDgtpPHEPZ1PVizDHPU3240UdRmxu0b9vT+A7iB9toaUGcUQXQ/PVURq6y8lIuoTFsI4xfDoLLA==", + "version": "0.156.0", + "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.156.0.tgz", + "integrity": "sha512-65/OU9W2PVzn1pWaxF8tu/3rTnglHn6hr4dBjABDo4DIOLjb9qpp+9wwh9PGkDTvhwyxk4pkHieWORn0MgDXqA==", "dev": true, "hasInstallScript": true, "license": "MIT", "dependencies": { "adm-zip": "^0.5.16", - "tar": "^7.5.7" + "tar": "^7.5.9" }, "bin": { "hugo": "dist/cli.mjs", @@ -8295,9 +8295,9 @@ } }, "node_modules/tar": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz", - "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==", + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz", + "integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { diff --git a/package.json b/package.json index 23c46c0..8b36d0c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "commitizen": "^4.3.1", "cpy-cli": "^7.0.0", "cz-conventional-changelog": "^3.3.0", - "hugo-extended": "^0.155.3", + "hugo-extended": "^0.156.0", "husky": "^9.1.7", "rimraf": "^6.1.3", "semantic-release": "^25.0.3"