From fe46f52211ea7eac77e4ac85c9ec70ddcfc3afe0 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 28 Jul 2023 23:40:18 +0200 Subject: [PATCH] Upgrade to Bootstrap 5.3.1 --- dependencies/go.mod | 2 +- dependencies/go.sum | 2 ++ go.mod | 2 +- go.sum | 3 +++ package.json | 2 +- userguide/content/en/docs/updating/convert-site-to-module.md | 2 +- 6 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dependencies/go.mod b/dependencies/go.mod index 8b759ea26c..119fc8680c 100644 --- a/dependencies/go.mod +++ b/dependencies/go.mod @@ -4,5 +4,5 @@ go 1.12 require ( github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect - github.com/twbs/bootstrap v5.3.0+incompatible // indirect + github.com/twbs/bootstrap v5.3.1+incompatible // indirect ) diff --git a/dependencies/go.sum b/dependencies/go.sum index 368b292938..1d7c38f93c 100644 --- a/dependencies/go.sum +++ b/dependencies/go.sum @@ -6,3 +6,5 @@ github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlE github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/bootstrap v5.3.0+incompatible h1:4+staADO0OrqUv77m+XL+vHYojLH9oxb4Vxi9mnIJWg= github.com/twbs/bootstrap v5.3.0+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.1+incompatible h1:VZq/ulwa2CvsK7F9LFzkCVLzaCkTYOVyW5c3FBICUsM= +github.com/twbs/bootstrap v5.3.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/go.mod b/go.mod index f5cf34b869..7a6b3ab516 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.12 require ( github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect github.com/google/docsy/dependencies v0.7.1 // indirect - github.com/twbs/bootstrap v5.3.0+incompatible // indirect + github.com/twbs/bootstrap v5.3.1+incompatible // indirect ) diff --git a/go.sum b/go.sum index 20d5e845bc..ba2625e3ca 100644 --- a/go.sum +++ b/go.sum @@ -7,7 +7,10 @@ github.com/google/docsy/dependencies v0.6.1-0.20230125095517-798c2504905e/go.mod github.com/google/docsy/dependencies v0.6.1-0.20230601182954-ff1818261e64 h1:ZBeOh/qGThEUn/r4vPXyfKXYKvMPmHgGS1BgQI8Xf2E= github.com/google/docsy/dependencies v0.6.1-0.20230601182954-ff1818261e64/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4= github.com/google/docsy/dependencies v0.7.0/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4= +github.com/google/docsy/dependencies v0.7.1/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4= github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc= github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/bootstrap v5.3.0+incompatible h1:4+staADO0OrqUv77m+XL+vHYojLH9oxb4Vxi9mnIJWg= github.com/twbs/bootstrap v5.3.0+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.1+incompatible h1:VZq/ulwa2CvsK7F9LFzkCVLzaCkTYOVyW5c3FBICUsM= +github.com/twbs/bootstrap v5.3.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/package.json b/package.json index baf23adfb0..9bd7bfc7d5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "6.4.0", - "bootstrap": "5.3.0" + "bootstrap": "5.3.1" }, "devDependencies": { "hugo-extended": "0.120.3" diff --git a/userguide/content/en/docs/updating/convert-site-to-module.md b/userguide/content/en/docs/updating/convert-site-to-module.md index efc51e73b4..97369afdd5 100644 --- a/userguide/content/en/docs/updating/convert-site-to-module.md +++ b/userguide/content/en/docs/updating/convert-site-to-module.md @@ -187,7 +187,7 @@ hugo mod graph hugo: collected modules in 1092 ms github.com/me/my-existing-site github.com/google/docsy@v{{% param "version" %}} github.com/me/my-existing-site github.com/google/docsy/dependencies@v{{% param "version" %}} -github.com/google/docsy/dependencies@v{{% param "version" %}} github.com/twbs/bootstrap@v5.3.0+incompatible +github.com/google/docsy/dependencies@v{{% param "version" %}} github.com/twbs/bootstrap@v5.3.1+incompatible github.com/google/docsy/dependencies@v{{% param "version" %}} github.com/FortAwesome/Font-Awesome@v0.0.0-20230327165841-0698449d50f2 ```