Skip to content

Commit d1f6ad6

Browse files
authored
Bump dependencies to their latest versions (google#1802)
1 parent d99b473 commit d1f6ad6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = "userguide/public"
66
command = "npm run docs-install && npm run build:preview"
77

88
[build.environment]
9-
GO_VERSION = "1.21.4"
9+
GO_VERSION = "1.21.6"
1010
HUGO_THEME = "repo"
1111

1212
[context.production]

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"bootstrap": "5.2.3"
4141
},
4242
"devDependencies": {
43-
"hugo-extended": "0.120.4",
43+
"hugo-extended": "0.122.0",
4444
"markdown-link-check": "^3.11.2",
4545
"mkdirp": "^3.0.1",
46-
"prettier": "^3.0.3"
46+
"prettier": "^3.2.4"
4747
},
4848
"engines": {
4949
"node": ">=20"

userguide/content/en/docs/get-started/docsy-as-module/installation-prerequisites.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Hugo's commands for module management require that the Go programming language i
7070
7171
```console
7272
$ go version
73-
go version go1.21.4
73+
go version go1.21.6
7474
```
7575
7676
Ensure that you are using version 1.12 or higher.
@@ -84,7 +84,7 @@ Hugo's commands for module management require that the `git` client is installed
8484

8585
```console
8686
$ git version
87-
git version 2.42.1
87+
git version 2.43.0
8888
```
8989

9090
If no `git` client is installed on your system yet, go to the [Git website](https://git-scm.com/), download the installer for your system architecture and execute it. Afterwards, check for a successful installation.

userguide/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"update:pkg:dep": "npm install --save-dev autoprefixer@latest postcss-cli@latest"
2424
},
2525
"devDependencies": {
26-
"autoprefixer": "^10.4.16",
27-
"postcss-cli": "^10.1.0"
26+
"autoprefixer": "^10.4.17",
27+
"postcss-cli": "^11.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)