Skip to content

Commit 29b2c79

Browse files
chore(deps): bump all (#1709)
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 514981c commit 29b2c79

File tree

4 files changed

+169
-162
lines changed

4 files changed

+169
-162
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@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
32+
uses: github/codeql-action/init@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.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@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
38+
uses: github/codeql-action/analyze@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
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:2b10bb6c3502cad7775542283050b632c13bde1cfdfad7f8230859767a58a078 # latest
19+
image: returntocorp/semgrep@sha256:da5057ac7eea5374f4ceeaef09383d816c302e90a909ec7624a328a22b0aa4d7 # latest
2020
steps:
2121
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2222
- run: semgrep ci

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"markdownlint-cli2": "0.19.1",
6363
"markdownlint-cli2-formatter-default": "0.0.6",
6464
"nps": "5.10.0",
65-
"prettier": "3.7.1",
65+
"prettier": "3.7.4",
6666
"remark": "15.0.1",
6767
"remark-cli": "12.0.1",
6868
"remark-directive": "4.0.0",
@@ -103,10 +103,10 @@
103103
"retext-syntax-mentions": "4.0.0",
104104
"retext-syntax-urls": "4.0.0",
105105
"strip-comments": "2.0.1",
106-
"stylelint": "16.26.0",
106+
"stylelint": "16.26.1",
107107
"stylelint-config-recess-order": "6.1.0",
108108
"stylelint-config-standard-scss": "14.0.0",
109-
"tsx": "4.20.6",
109+
"tsx": "4.21.0",
110110
"typescript": "5.9.3",
111111
"unified": "11.0.5",
112112
"vnu-jar": "24.10.17",

0 commit comments

Comments
 (0)