Skip to content

Commit 51fd985

Browse files
chore(deps): update all dependencies
1 parent ab0aad6 commit 51fd985

File tree

7 files changed

+1336
-176
lines changed

7 files changed

+1336
-176
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Set up npm for linting
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18.x'
19+
node-version: '22.x'
2020
-
2121
name: Lint Markdown
2222
run: npm ci && npm run mdlint

.github/workflows/push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up npm for linting
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '18.x'
21+
node-version: '22.x'
2222
-
2323
name: Lint Markdown
2424
run: npm ci && npm run mdlint

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/floryn90/hugo:0.140.2-ext-ubuntu AS builder
1+
FROM docker.io/floryn90/hugo:0.146.0-ext-ubuntu AS builder
22

33
ARG TRAINING_HUGO_ENV=default
44
USER root

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ require (
99
github.com/google/docsy v0.11.0 // indirect
1010
github.com/google/docsy/dependencies v0.7.2 // indirect
1111
github.com/puzzle/docsy-puzzle v0.0.0-20230123144731-757054047a02 // indirect
12-
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
12+
github.com/twbs/bootstrap v5.3.5+incompatible // indirect
1313
)

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ github.com/twbs/bootstrap v4.6.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspT
4242
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
4343
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
4444
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
45+
github.com/twbs/bootstrap v5.3.5+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)