diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 5b5017c..dc2c9e5 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.137.1 + HUGO_VERSION: 0.147.5 steps: - name: Install Hugo CLI run: | diff --git a/package-lock.json b/package-lock.json index 70ce4e7..f457a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "hugo-extended": "^0.141.0" + "hugo-extended": "^0.147.5" }, "devDependencies": { "@axe-core/playwright": "^4.10.1", @@ -2237,9 +2237,9 @@ } }, "node_modules/hugo-extended": { - "version": "0.141.0", - "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.141.0.tgz", - "integrity": "sha512-6GsJ7yMnny/zyabANnTo4uHmIjOcjaA+KJUcpZl7b1raUKXCi3BVwpmd6+iu5WOhFnPjgr6zSt361L68lGVt3g==", + "version": "0.147.6", + "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.147.6.tgz", + "integrity": "sha512-WG1YTYTijlmraCPQCyBh9Lh7JoxEqBZFh5HHHwT4YFeVuBx4OBejkWIDu4Z5S3j3X7lVYRFcSaw9jpEXTcCI1Q==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -4082,4 +4082,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index a8b6bea..bba509a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test:spelling": "cspell content README.md" }, "dependencies": { - "hugo-extended": "^0.141.0" + "hugo-extended": "^0.147.5" }, "devDependencies": { "@axe-core/playwright": "^4.10.1", @@ -25,4 +25,4 @@ "start-server-and-test": "^2.0.10" }, "//": "See readme.md for explanations of each dependency and script" -} +} \ No newline at end of file