Skip to content

Commit ff3fdc8

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

3 files changed

Lines changed: 194 additions & 194 deletions

File tree

.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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
32+
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
38+
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
3939
with:
4040
category: '/language:${{matrix.language}}'

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 front door to everything OpenINF makes",
6-
"packageManager": "pnpm@11.21.0",
6+
"packageManager": "pnpm@11.22.0",
77
"engines": {
88
"node": "24.19.0",
9-
"pnpm": "11.21.0"
9+
"pnpm": "11.22.0"
1010
},
1111
"exports": {
1212
"./build/commit-message": "./build/shared/commit-message.mts",
@@ -24,11 +24,11 @@
2424
},
2525
"devDependencies": {
2626
"@11ty/eleventy": "3.1.6",
27-
"@biomejs/biome": "2.5.7",
27+
"@biomejs/biome": "2.5.8",
2828
"@isaacs/catcher": "1.0.4",
2929
"@openinf/gh-file-importer": "2.0.1",
3030
"@shopify/prettier-plugin-liquid": "1.11.0",
31-
"@tsconfig/node-lts": "24.0.0",
31+
"@tsconfig/node-lts": "24.0.1",
3232
"@types/console-log-level": "1.4.5",
3333
"@types/node": "24.13.3",
3434
"@yarnpkg/shell": "4.1.3",
@@ -37,10 +37,10 @@
3737
"browserslist-lint": "0.4.0",
3838
"console-log-level": "1.4.1",
3939
"cspell": "10.0.1",
40-
"cssnano": "8.0.5",
40+
"cssnano": "8.0.6",
4141
"dprint": "0.55.2",
4242
"editorconfig-checker": "6.1.1",
43-
"js-yaml": "5.2.3",
43+
"js-yaml": "5.3.0",
4444
"markdown-it-abbr": "2.0.0",
4545
"markdown-it-anchor": "9.2.1",
4646
"markdown-it-footnote": "4.0.0",
@@ -84,11 +84,11 @@
8484
"retext-syntax-urls": "4.0.0",
8585
"sass": "1.102.0",
8686
"stylelint": "17.14.1",
87-
"stylelint-config-recess-order": "7.7.0",
87+
"stylelint-config-recess-order": "7.8.0",
8888
"stylelint-config-standard-scss": "17.0.0",
8989
"typescript": "7.0.2",
9090
"unified": "11.0.5",
91-
"vnu-jar": "26.8.6",
91+
"vnu-jar": "26.8.15",
9292
"zod": "4.4.3",
9393
"zod-validation-error": "5.0.0"
9494
}

0 commit comments

Comments
 (0)