Skip to content

Commit 46b570d

Browse files
build(deps-dev): bump all (#1747)
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 5f732cb commit 46b570d

4 files changed

Lines changed: 66 additions & 61 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@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
32+
uses: github/codeql-action/init@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a # v3.35.2
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@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
38+
uses: github/codeql-action/analyze@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a # v3.35.2
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:a3d49dc967b8534a6a76628e50c51cbfe33eb7195dc2feab1fdc0f100852c8ef # latest
19+
image: returntocorp/semgrep@sha256:d7d67e1e0c0ed26278ab35f0be082f0afdfd7a880f4927aee86f8127fdbce617 # 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
@@ -36,13 +36,13 @@
3636
"@types/js-yaml": "4.0.9",
3737
"@types/node": "22.19.17",
3838
"@yarnpkg/shell": "4.1.3",
39-
"autoprefixer": "10.4.27",
39+
"autoprefixer": "10.5.0",
4040
"bootstrap": "5.3.8",
4141
"browser-sync": "3.0.4",
4242
"browserslist-lint": "0.4.0",
4343
"console-log-level": "1.4.1",
4444
"cspell": "9.8.0",
45-
"cssnano": "7.1.4",
45+
"cssnano": "7.1.5",
4646
"dictionary-en": "4.0.0",
4747
"dprint": "0.54.0",
4848
"editorconfig-checker": "6.1.1",
@@ -62,7 +62,7 @@
6262
"markdownlint-cli2": "0.22.0",
6363
"markdownlint-cli2-formatter-default": "0.0.6",
6464
"nps": "5.10.0",
65-
"prettier": "3.8.2",
65+
"prettier": "3.8.3",
6666
"remark": "15.0.1",
6767
"remark-cli": "12.0.1",
6868
"remark-directive": "4.0.0",

0 commit comments

Comments
 (0)