diff options
| -rw-r--r-- | .github/workflows/mod-update.yml | 2 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/mod-update.yml b/.github/workflows/mod-update.yml index 9c12b22..f2393d4 100644 --- a/.github/workflows/mod-update.yml +++ b/.github/workflows/mod-update.yml @@ -38,7 +38,7 @@ jobs: echo 'EOF' >> $GITHUB_OUTPUT - name: Create Pull Request - uses: gethinode/create-pull-request@v6 + uses: gethinode/create-pull-request@v7 with: token: ${{ secrets.HUGO_MOD_PR }} commit-message: 'fix: update Hugo module dependencies' diff --git a/package.json b/package.json index e33e41a..065a0e4 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ }, "devDependencies": { "@gethinode/netlify-plugin-dartsass": "^0.3.0", - "@knight-lab/timelinejs": "^3.9.5", - "eslint": "^9.17.0", + "@knight-lab/timelinejs": "^3.9.6", + "eslint": "^9.18.0", "markdownlint-cli2": "^0.16.0", "neostandard": "^0.12.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", |
