Skip to content

Commit 6b4f73f

Browse files
build(deps-dev): bump all (#1695)
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 13960ae commit 6b4f73f

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
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@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
32+
uses: github/codeql-action/init@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3.31.0
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@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
38+
uses: github/codeql-action/analyze@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3.31.0
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:ee3c01c9d33a975209d6bcda050520a45366d79e2919c15baca4014e8634a9ac # latest
19+
image: returntocorp/semgrep@sha256:4372a1de903521f9f10f877b6caf15d150d17e1ca592582682c8d02b77cbd4f6 # 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.18.3",
6+
"packageManager": "pnpm@10.19.0",
77
"engines": {
8-
"node": "22.20.0",
9-
"pnpm": "10.18.3"
8+
"node": "22.21.0",
9+
"pnpm": "10.19.0"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -32,9 +32,9 @@
3232
"@shopify/prettier-plugin-liquid": "1.10.0",
3333
"@tsconfig/node-lts": "22.0.2",
3434
"@types/console-log-level": "1.4.5",
35-
"@types/gulp": "4.0.17",
35+
"@types/gulp": "4.0.18",
3636
"@types/js-yaml": "4.0.9",
37-
"@types/node": "22.18.11",
37+
"@types/node": "22.18.12",
3838
"@yarnpkg/shell": "4.1.3",
3939
"autoprefixer": "10.4.21",
4040
"bootstrap": "5.3.8",
@@ -45,7 +45,7 @@
4545
"cssnano": "7.1.1",
4646
"dictionary-en": "4.0.0",
4747
"dprint": "0.50.2",
48-
"editorconfig-checker": "6.1.0",
48+
"editorconfig-checker": "6.1.1",
4949
"globby": "14.1.0",
5050
"gulp": "5.0.1",
5151
"gulp-dart-sass": "1.1.0",

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)