Skip to content

Commit 3019363

Browse files
build(deps-dev): bump all (#1595)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8765a3 commit 3019363

File tree

4 files changed

+150
-198
lines changed

4 files changed

+150
-198
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
32+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
38+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
3939
with:
4040
category: '/language:${{matrix.language}}'

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1818
container:
19-
image: returntocorp/semgrep@sha256:6165c54febf502869f5da7746c1bf064f61b603ee1089260854a985ee38357fb # latest
19+
image: returntocorp/semgrep@sha256:85b77ad962b67e19c5f6093f897abed6f03800aab39ab7bbfc14df8eeda46c02 # latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- run: semgrep ci

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"author": "The OpenINF Authors & Friends",
44
"private": "true",
55
"description": "The OpenINF portal, other static resources, and more static electricity",
6-
"packageManager": "pnpm@10.10.0",
6+
"packageManager": "pnpm@10.11.0",
77
"engines": {
8-
"node": "22.15.0",
9-
"pnpm": "10.10.0"
8+
"node": "22.16.0",
9+
"pnpm": "10.11.0"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -24,7 +24,7 @@
2424
"test": "nps test"
2525
},
2626
"devDependencies": {
27-
"@11ty/eleventy": "3.0.0",
27+
"@11ty/eleventy": "3.1.0",
2828
"@biomejs/biome": "1.9.4",
2929
"@cspell/dict-lorem-ipsum": "4.0.4",
3030
"@isaacs/catcher": "1.0.4",
@@ -34,7 +34,7 @@
3434
"@types/console-log-level": "1.4.5",
3535
"@types/gulp": "4.0.17",
3636
"@types/js-yaml": "4.0.9",
37-
"@types/node": "22.15.17",
37+
"@types/node": "22.15.21",
3838
"@yarnpkg/shell": "4.1.2",
3939
"autoprefixer": "10.4.21",
4040
"bootstrap": "5.3.6",
@@ -44,7 +44,7 @@
4444
"cspell": "9.0.1",
4545
"cssnano": "7.0.7",
4646
"dictionary-en": "4.0.0",
47-
"dprint": "0.49.1",
47+
"dprint": "0.50.0",
4848
"editorconfig-checker": "6.0.1",
4949
"globby": "14.1.0",
5050
"gulp": "5.0.0",
@@ -59,7 +59,7 @@
5959
"markdown-it-sub": "2.0.0",
6060
"markdown-it-sup": "2.0.0",
6161
"markdown-it-task-lists": "2.1.1",
62-
"markdownlint-cli2": "0.18.0",
62+
"markdownlint-cli2": "0.18.1",
6363
"markdownlint-cli2-formatter-default": "0.0.5",
6464
"nps": "5.10.0",
6565
"prettier": "3.5.3",
@@ -110,7 +110,7 @@
110110
"typescript": "5.8.3",
111111
"unified": "11.0.5",
112112
"vnu-jar": "24.10.17",
113-
"zod": "3.24.4",
113+
"zod": "3.25.28",
114114
"zod-validation-error": "3.4.1"
115115
}
116116
}

0 commit comments

Comments
 (0)