diff --git a/package-lock.json b/package-lock.json index 9faf48f..c673ba4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "autoprefixer": "^10.4.27", "cssnano": "^7.1.9", "cssnano-preset-advanced": "^7.0.16", - "hugo-extended": "^0.161.1", + "hugo-extended": "^0.164.0", "postcss-cli": "^11.0.1", "rimraf": "^6.1.3" }, @@ -3553,14 +3553,14 @@ } }, "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.164.0", + "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.164.0.tgz", + "integrity": "sha512-XhUZ9cI5XkC+Jtg6GMS679dVSAY7j/Fyo2BYDzsuqTKiMzDwr+Ylqd9Ndgvm2sUW+6BKzJCGQWdPI8QnKhVMSQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { "adm-zip": "^0.5.17", - "tar": "^7.5.13" + "tar": "^7.5.15" }, "bin": { "hugo": "dist/cli.mjs", diff --git a/package.json b/package.json index 347e7f9..44e8885 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "autoprefixer": "^10.4.27", "cssnano": "^7.1.9", "cssnano-preset-advanced": "^7.0.16", - "hugo-extended": "^0.161.1", + "hugo-extended": "^0.164.0", "postcss-cli": "^11.0.1", "rimraf": "^6.1.3" },