Skip to content

Commit af407b3

Browse files
authored
Update NPM packages, Hugo to 0.147.6 (#123)
2 parents 8959e31 + 4c1da47 commit af407b3

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

assets/scss/_csp.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// Homepage: it will need to be updated when the hero image is changed.
1414

1515
#td-cover-block-0 {
16-
background-image: url(/featured-background_hu18408291696259244493.jpg);
16+
background-image: url(/featured-background_hu_1aad985dd980ab60.jpg);
1717
}
1818

1919
@media only screen and (min-width: 1200px) {
2020
#td-cover-block-0 {
21-
background-image: url(/featured-background_hu16056391159218873026.jpg);
21+
background-image: url(/featured-background_hu_b521d656b4145d5f.jpg);
2222
}
2323
}

content/en/resources/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ DockerCon 2017.
127127
**October 10, 2016**
128128

129129
Lily Guo and Riyaz Faizullabhoy from Docker gave a
130-
[talk](https://linuxconcontainerconeurope2016.sched.org/event/7oI1/software-update-security-when-the-going-gets-tough-get-tuf-going-riyaz-faizullabhoy-lily-guo-docker?iframe=no&w=i:100;&sidebar=yes&bg=no)
130+
[talk](https://linuxconcontainerconeurope2016.sched.org/event/7oI1/software-update-security-when-the-going-gets-tough-get-tuf-going-riyaz-faizullabhoy-lily-guo-docker)
131131
on TUF and Notary at LinuxCon+ContainerCon Europe 2016. Slides of their talk are
132132
available
133133
[here](https://schd.ws/hosted_files/linuxconcontainerconeurope2016/50/When%20the%20going%20gets%20tough%2C%20get%20TUF%20going%21%20Linuxcon%20EU.pdf).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ template "_default/_markup/td-render-heading.html" . -}}
1+
{{ template "_markup/td-render-heading.html" . -}}
22

33
{{/* By default, the markdown processor emits a heading on its own line, so we
44
don't trim whitespace from the end of this template. */}}

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"_check:links--warn": "npm run _check:links || (echo; echo 'WARNING: see link-checker output for issues.'; echo)",
88
"_check:links:internal": "npm run __check:links",
99
"_check:links": "HTMLTEST_ARGS='--log-level 1' npm run __check:links",
10+
"_commit:public": "HASH=$(git rev-parse --short main); cd public && git add -A && git commit -m \"Site at $HASH\"",
1011
"_diff:check": "git diff --name-only --exit-code",
1112
"_filename-error": "echo 'ERROR: the following files violate naming conventions; fix using: `npm run fix:filenames`'; echo; npm run -s _ls-bad-filenames; exit 1",
1213
"_filenames-to-kebab-case": "find assets content -name '*_*' ! -name '[_.]*' -exec sh -c 'mv \"$1\" \"${1//_/-}\"' _ {} \\;",
@@ -43,15 +44,15 @@
4344
"update:pkgs": "npx npm-check-updates -u"
4445
},
4546
"devDependencies": {
46-
"autoprefixer": "^10.4.20",
47-
"cspell": "^8.16.0",
48-
"hugo-extended": "0.139.0",
49-
"postcss-cli": "^11.0.0",
50-
"prettier": "^3.3.3"
47+
"autoprefixer": "^10.4.21",
48+
"cspell": "^9.0.2",
49+
"hugo-extended": "0.147.6",
50+
"postcss-cli": "^11.0.1",
51+
"prettier": "^3.5.3"
5152
},
5253
"optionalDependencies": {
53-
"netlify-cli": "^17.37.2",
54-
"npm-check-updates": "^17.1.11"
54+
"netlify-cli": "^22.1.3",
55+
"npm-check-updates": "^18.0.1"
5556
},
5657
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
5758
"engines": {

static/refcache.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"StatusCode": 206,
6464
"LastSeen": "2024-10-05T11:11:49.225551-04:00"
6565
},
66-
"https://en.wikipedia.org/wiki/Glob_(programming)": {
66+
"https://en.wikipedia.org/wiki/Glob_%28programming%29": {
6767
"StatusCode": 200,
68-
"LastSeen": "2024-10-05T11:26:36.378625-04:00"
68+
"LastSeen": "2025-06-07T17:54:22.16666-04:00"
6969
},
7070
"https://engineering.nyu.edu/": {
7171
"StatusCode": 206,

0 commit comments

Comments
 (0)