Skip to content

Commit 5a7e5a1

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

File tree

4 files changed

+101
-101
lines changed

4 files changed

+101
-101
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
32+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
38+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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:3978a2b4e6c2cbd4eee04b0f05d5ca4a82e6526dc89e01a5dcbb941cedafb393 # latest
19+
image: returntocorp/semgrep@sha256:74935f447159a10cf36c6521fc30f1b3a0930c8083aa11b2852fa8c2a00c2871 # latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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": "[email protected].4",
6+
"packageManager": "[email protected].5",
77
"engines": {
88
"node": "22.13.1",
9-
"pnpm": "9.15.4"
9+
"pnpm": "9.15.5"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -29,12 +29,12 @@
2929
"@cspell/dict-lorem-ipsum": "4.0.4",
3030
"@isaacs/catcher": "1.0.4",
3131
"@openinf/gh-file-importer": "2.0.1",
32-
"@shopify/prettier-plugin-liquid": "1.7.0",
32+
"@shopify/prettier-plugin-liquid": "1.7.2",
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.10",
37+
"@types/node": "22.13.0",
3838
"@yarnpkg/shell": "4.1.1",
3939
"autoprefixer": "10.4.20",
4040
"bootstrap": "5.3.3",
@@ -44,7 +44,7 @@
4444
"cspell": "8.17.2",
4545
"cssnano": "7.0.6",
4646
"dictionary-en": "4.0.0",
47-
"dprint": "0.48.0",
47+
"dprint": "0.49.0",
4848
"editorconfig-checker": "6.0.1",
4949
"globby": "14.0.2",
5050
"gulp": "5.0.0",
@@ -103,7 +103,7 @@
103103
"retext-syntax-mentions": "4.0.0",
104104
"retext-syntax-urls": "4.0.0",
105105
"strip-comments": "2.0.1",
106-
"stylelint": "16.14.0",
106+
"stylelint": "16.14.1",
107107
"stylelint-config-recess-order": "5.1.1",
108108
"stylelint-config-standard-scss": "14.0.0",
109109
"tsx": "4.19.2",

0 commit comments

Comments
 (0)