Skip to content

Commit 04254b6

Browse files
authored
Upgrade build-time dependencies (kopia#510)
* goreleaser: upgraded to v1.140.1 * site: upgrade to latest Hugo, fixed deprecation warnings * app: upgraded NPM dependencies to latest version to address some low-severity vulnerabilities
1 parent eea6b46 commit 04254b6

File tree

5 files changed

+14
-21
lines changed

5 files changed

+14
-21
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ nfpms:
5151
bindir: /usr/bin
5252
brews:
5353
- homepage: "https://kopia.io"
54-
github:
54+
tap:
5555
owner: kopia
5656
name: homebrew-kopia
5757
description: "Fast and secure open source backup."

app/package-lock.json

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

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/bep/tech-doc-hugo#readme",
1919
"dependencies": {},
2020
"devDependencies": {
21-
"autoprefixer": "^9.1.0",
22-
"postcss-cli": "^5.0.1"
21+
"autoprefixer": "^9.8.6",
22+
"postcss-cli": "^7.1.1"
2323
}
2424
}

site/themes/docsy/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<meta charset="utf-8">
22
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3-
{{ .Hugo.Generator }}
3+
{{ hugo.Generator }}
44
{{ if eq (getenv "HUGO_ENV") "production" }}
55
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
66
{{ else }}

tools/tools.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ TOOLS_DIR:=$(SELF_DIR)$(slash).tools
106106
# tool versions
107107
GOLANGCI_LINT_VERSION=1.23.7
108108
NODE_VERSION=12.18.3
109-
HUGO_VERSION=0.67.1
110-
GORELEASER_VERSION=v0.128.0
109+
HUGO_VERSION=0.74.3
110+
GORELEASER_VERSION=v0.140.1
111111

112112
# goveralls
113113
GOVERALLS_TOOL=$(TOOLS_DIR)/bin/goveralls

0 commit comments

Comments
 (0)