Skip to content

Commit 2a56672

Browse files
build(deps-dev): bump all (#1705)
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 9ecddf0 commit 2a56672

File tree

4 files changed

+87
-64
lines changed

4 files changed

+87
-64
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@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
32+
uses: github/codeql-action/init@f94c9befffa4412c356fb5463a959ab7821dd57e # v3.31.3
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@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
38+
uses: github/codeql-action/analyze@f94c9befffa4412c356fb5463a959ab7821dd57e # v3.31.3
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:142b5fbdd9427ebdda0fe796168f83ae85679a5f9a5683e70bd7ddfd88533600 # latest
19+
image: returntocorp/semgrep@sha256:3d1a3467804ae22460f8c3f46d9406a8c541aa1c48aa62808b06de28b4bf27a6 # latest
2020
steps:
2121
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2222
- run: semgrep ci

package.json

Lines changed: 6 additions & 6 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.21.0",
6+
"packageManager": "pnpm@10.22.0",
77
"engines": {
88
"node": "22.21.1",
9-
"pnpm": "10.21.0"
9+
"pnpm": "10.22.0"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -30,13 +30,13 @@
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.2",
33+
"@tsconfig/node-lts": "22.0.3",
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.0",
37+
"@types/node": "22.19.1",
3838
"@yarnpkg/shell": "4.1.3",
39-
"autoprefixer": "10.4.21",
39+
"autoprefixer": "10.4.22",
4040
"bootstrap": "5.3.8",
4141
"browser-sync": "3.0.4",
4242
"browserslist-lint": "0.3.3",
@@ -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.1",
62+
"markdownlint-cli2": "0.19.0",
6363
"markdownlint-cli2-formatter-default": "0.0.6",
6464
"nps": "5.10.0",
6565
"prettier": "3.6.2",

0 commit comments

Comments
 (0)