Skip to content

Commit c229cee

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 0e31331 + 28b6267 commit c229cee

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Hugo
2323
uses: peaceiris/actions-hugo@v3
2424
with:
25-
hugo-version: 0.146.4
25+
hugo-version: 0.147.0
2626
extended: true
2727

2828
- name: Install Bundler

assets/code_example/docs/guides/npm/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/code_example/docs/guides/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "An Updatecli guide for npm project",
55
"author": "Olivier Vernin",
66
"dependencies": {
7-
"axios": "^1.8.4"
7+
"axios": "^1.9.0"
88
}
99
}

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
functions = "functions"
44

55
[build.environment]
6-
HUGO_VERSION = "0.146.4"
7-
NODE_VERSION = "20.19.0"
6+
HUGO_VERSION = "0.147.0"
7+
NODE_VERSION = "20.19.1"
88
NPM_VERSION = "11.3.0"
99

1010
[context.production]

0 commit comments

Comments
 (0)