Skip to content

Commit 95eb00d

Browse files
build(deps-dev): bump all
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e85ba9b commit 95eb00d

6 files changed

Lines changed: 268 additions & 281 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@820e3160e279568db735cee8ed8f8e77a6da7818 # v3.32.6
32+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
3333
with:
3434
languages: ${{ matrix.language }}
3535
queries: security-extended,security-and-quality
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@820e3160e279568db735cee8ed8f8e77a6da7818 # v3.32.6
38+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
3939
with:
4040
category: '/language:${{matrix.language}}'

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out project repository
27-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
- name: Set up Node.js runtime
29-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
29+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3030
with:
3131
node-version-file: 'package.json'
3232
- name: Install
@@ -41,7 +41,7 @@ jobs:
4141
id: pages
4242
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
44+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
4545
with:
4646
path: _site
4747
- name: Deploy to GitHub Pages

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out project repository
12-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
12+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Set up Node.js runtime
14-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
14+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1515
with:
1616
node-version-file: 'package.json'
1717
- name: Install

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
container:
1919
image: returntocorp/semgrep@sha256:50b839b576d76426efd3e5cffda2db0d8c403f53aa76e91d42ccf51485ac336c # latest
2020
steps:
21-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- run: semgrep ci

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "The OpenINF portal, other static resources, and more static electricity",
66
"packageManager": "pnpm@10.30.3",
77
"engines": {
8-
"node": "22.22.1",
8+
"node": "24.14.0",
99
"pnpm": "10.30.3"
1010
},
1111
"exports": {
@@ -25,16 +25,16 @@
2525
},
2626
"devDependencies": {
2727
"@11ty/eleventy": "3.1.2",
28-
"@biomejs/biome": "1.9.4",
28+
"@biomejs/biome": "2.4.6",
2929
"@cspell/dict-lorem-ipsum": "4.0.5",
3030
"@isaacs/catcher": "1.0.4",
3131
"@openinf/gh-file-importer": "2.0.1",
3232
"@shopify/prettier-plugin-liquid": "1.10.0",
33-
"@tsconfig/node-lts": "22.0.4",
33+
"@tsconfig/node-lts": "24.0.0",
3434
"@types/console-log-level": "1.4.5",
3535
"@types/gulp": "4.0.18",
3636
"@types/js-yaml": "4.0.9",
37-
"@types/node": "22.19.15",
37+
"@types/node": "24.12.0",
3838
"@yarnpkg/shell": "4.1.3",
3939
"autoprefixer": "10.4.27",
4040
"bootstrap": "5.3.8",
@@ -46,7 +46,7 @@
4646
"dictionary-en": "4.0.0",
4747
"dprint": "0.52.0",
4848
"editorconfig-checker": "6.1.1",
49-
"globby": "14.1.0",
49+
"globby": "16.1.1",
5050
"gulp": "5.0.1",
5151
"gulp-dart-sass": "1.1.0",
5252
"gulp-postcss": "10.0.0",
@@ -103,14 +103,14 @@
103103
"retext-syntax-mentions": "4.0.0",
104104
"retext-syntax-urls": "4.0.0",
105105
"strip-comments": "2.0.1",
106-
"stylelint": "16.26.1",
107-
"stylelint-config-recess-order": "6.1.0",
108-
"stylelint-config-standard-scss": "14.0.0",
106+
"stylelint": "17.4.0",
107+
"stylelint-config-recess-order": "7.6.1",
108+
"stylelint-config-standard-scss": "17.0.0",
109109
"tsx": "4.21.0",
110110
"typescript": "5.9.3",
111111
"unified": "11.0.5",
112-
"vnu-jar": "24.10.17",
113-
"zod": "3.25.76",
114-
"zod-validation-error": "3.5.4"
112+
"vnu-jar": "26.3.5",
113+
"zod": "4.3.6",
114+
"zod-validation-error": "5.0.0"
115115
}
116116
}

0 commit comments

Comments
 (0)