update hugo (#238)

* update hugo

* chore: fix npm name
This commit is contained in:
wsor4035
2025-06-02 19:19:27 -04:00
committed by GitHub
parent 0fd88d5322
commit fb1ed1f0c7
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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: |
+5 -5
View File
@@ -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 @@
}
}
}
}
}
+2 -2
View File
@@ -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"
}
}