Skip to content

Commit a2d6c94

Browse files
build(deps-dev): bump all (#1602)
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 952d746 commit a2d6c94

File tree

4 files changed

+55
-68
lines changed

4 files changed

+55
-68
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
32+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
38+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
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:16783c52158c4c874576f53579b42b3e793210546e2dfac4c5e49e18038ac383 # latest
19+
image: returntocorp/semgrep@sha256:435374f96bfb1248205facf4f5b2a14a4a12486864197279dbb134cf128e2831 # latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- run: semgrep ci

package.json

Lines changed: 7 additions & 7 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].2",
6+
"packageManager": "[email protected].4",
77
"engines": {
8-
"node": "22.16.0",
9-
"pnpm": "10.12.2"
8+
"node": "22.17.0",
9+
"pnpm": "10.12.4"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -24,7 +24,7 @@
2424
"test": "nps test"
2525
},
2626
"devDependencies": {
27-
"@11ty/eleventy": "3.1.1",
27+
"@11ty/eleventy": "3.1.2",
2828
"@biomejs/biome": "1.9.4",
2929
"@cspell/dict-lorem-ipsum": "4.0.4",
3030
"@isaacs/catcher": "1.0.4",
@@ -34,7 +34,7 @@
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.15.32",
37+
"@types/node": "22.15.34",
3838
"@yarnpkg/shell": "4.1.3",
3939
"autoprefixer": "10.4.21",
4040
"bootstrap": "5.3.7",
@@ -50,7 +50,7 @@
5050
"gulp": "5.0.1",
5151
"gulp-dart-sass": "1.1.0",
5252
"gulp-postcss": "10.0.0",
53-
"gulp-rename": "2.0.0",
53+
"gulp-rename": "2.1.0",
5454
"gulp-sourcemaps": "3.0.0",
5555
"markdown-it": "14.1.0",
5656
"markdown-it-abbr": "2.0.0",
@@ -62,7 +62,7 @@
6262
"markdownlint-cli2": "0.18.1",
6363
"markdownlint-cli2-formatter-default": "0.0.5",
6464
"nps": "5.10.0",
65-
"prettier": "3.6.0",
65+
"prettier": "3.6.2",
6666
"remark": "15.0.1",
6767
"remark-cli": "12.0.1",
6868
"remark-directive": "4.0.0",

0 commit comments

Comments
 (0)