Skip to content

Commit a10860e

Browse files
build(deps-dev): bump all (#1528)
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 e7afa5e commit a10860e

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

.github/workflows/codeql-analysis.yml

+2-2
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
32+
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
38+
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
3939
with:
4040
category: '/language:${{matrix.language}}'

.github/workflows/semgrep.yml

+1-1
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:a265d09a9ca712e6624aca09056304ce4314a695b7028d65c041dd53fd44c700 # latest
19+
image: returntocorp/semgrep@sha256:ae27024c16f7848cdbfd49c24ed0b78b13f13b85fcd7b87c679aaa8b0c0dce98 # latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- run: semgrep ci

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"@cspell/dict-lorem-ipsum": "4.0.3",
3030
"@isaacs/catcher": "1.0.4",
3131
"@openinf/gh-file-importer": "2.0.1",
32-
"@shopify/prettier-plugin-liquid": "1.6.2",
32+
"@shopify/prettier-plugin-liquid": "1.6.3",
3333
"@tsconfig/node-lts": "22.0.1",
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.10.1",
37+
"@types/node": "22.10.2",
3838
"@yarnpkg/shell": "4.1.1",
3939
"autoprefixer": "10.4.20",
4040
"bootstrap": "5.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.15.0",
62+
"markdownlint-cli2": "0.16.0",
6363
"markdownlint-cli2-formatter-default": "0.0.5",
6464
"nps": "5.10.0",
6565
"prettier": "3.4.2",
@@ -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.11.0",
106+
"stylelint": "16.12.0",
107107
"stylelint-config-recess-order": "5.1.1",
108108
"stylelint-config-standard-scss": "14.0.0",
109109
"tsx": "4.19.2",
110110
"typescript": "5.7.2",
111111
"unified": "11.0.5",
112112
"vnu-jar": "24.10.17",
113-
"zod": "3.23.8",
113+
"zod": "3.24.1",
114114
"zod-validation-error": "3.4.0"
115115
}
116116
}

0 commit comments

Comments
 (0)