From 08d39bf2bdc34a04f1962eccf203e60aecc0d231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:03:58 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies in .github/workflows/test.yml (#235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/test.yml | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d6e311b..8cbb7a2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=gohugoio/hugo - HUGO_VERSION: 0.139.5 + HUGO_VERSION: 0.140.0 steps: - name: Install Hugo CLI run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4de631d..ca135d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=gohugoio/hugo - HUGO_VERSION: 0.139.5 + HUGO_VERSION: 0.140.0 steps: - name: Install Hugo CLI run: | diff --git a/package-lock.json b/package-lock.json index aefd2be..48cbcdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "autoprefixer": "^10.4.19", - "hugo-extended": "^0.139.0", + "hugo-extended": "^0.140.0", "postcss": "^8.4.38", "postcss-cli": "^11.0.0" }, @@ -1032,9 +1032,9 @@ } }, "node_modules/hugo-extended": { - "version": "0.139.4", - "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.139.4.tgz", - "integrity": "sha512-OZUzlduFCV1FMiqP341QbgFoOVrAUph0N1d3dDBVeuX+aWuIvtdxIcosaLVgFVe3HLGina+y1IWh34Q/7Frvfg==", + "version": "0.140.0", + "resolved": "https://registry.npmjs.org/hugo-extended/-/hugo-extended-0.140.0.tgz", + "integrity": "sha512-3e+UKV1tH/6ooAJIvFJR//k4CP0PONRqwvj2vDQ0lNzqSjWC4WeEVOhsg6WfwejuzJIMKYjXX8e62GWDte8/8A==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e095d46..3bf9110 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/coreruleset/website#readme", "dependencies": { "autoprefixer": "^10.4.19", - "hugo-extended": "^0.139.0", + "hugo-extended": "^0.140.0", "postcss": "^8.4.38", "postcss-cli": "^11.0.0" },