Skip to content

Commit fa81a86

Browse files
authored
Bump dependency Font-Awesome to latest version 6.7.2 (#2151)
1 parent 67f6b6a commit fa81a86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.12
55
// AUTO-GENERATED using `npm run get:hugo-modules`
66

77
require (
8-
github.com/FortAwesome/Font-Awesome v0.0.0-20241120164804-3447c58c6b3f // indirect
8+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect
99
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/FortAwesome/Font-Awesome v0.0.0-20241120164804-3447c58c6b3f h1:3/aWi2Aq8yQsulhJo1lS3NJ3ytCyXNHorms/GoZHn78=
2-
github.com/FortAwesome/Font-Awesome v0.0.0-20241120164804-3447c58c6b3f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
2+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
33
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
44
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"update:pkgs": "npx npm-check-updates -u && npm run cd:docs update:pkgs"
3636
},
3737
"dependencies": {
38-
"@fortawesome/fontawesome-free": "6.7.1",
38+
"@fortawesome/fontawesome-free": "6.7.2",
3939
"bootstrap": "5.3.3"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)