Skip to content

Commit

Permalink
Upgrade to Hugo 0.120.4, which include security patch (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 8, 2023
1 parent 2bf1cf1 commit 891b4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"bugs": "https://github.com/google/docsy-example/issues",
"spelling": "cSpell:ignore HTMLTEST precheck postbuild -",
"scripts": {
"_build": "npm run _hugo-dev",
"_build": "npm run _hugo-dev --",
"_check:links": "echo IMPLEMENTATION PENDING for check-links; echo",
"_hugo": "hugo --cleanDestinationDir",
"_hugo-dev": "npm run _hugo -- -e dev -DFE",
"_serve": "npm run _hugo-dev -- --minify serve",
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "npm run _hugo -- --minify",
"build": "npm run _build",
"build": "npm run _build -- ",
"check:links:all": "HTMLTEST_ARGS= npm run _check:links",
"check:links": "npm run _check:links",
"clean": "rm -Rf public/* resources",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"hugo-extended": "0.120.3",
"hugo-extended": "0.120.4",
"postcss-cli": "^10.1.0"
}
}

0 comments on commit 891b4ca

Please sign in to comment.