Skip to content

Commit e51f628

Browse files
build(deps-dev): bump all (#1576)
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 aee3898 commit e51f628

File tree

4 files changed

+92
-92
lines changed

4 files changed

+92
-92
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
32+
uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
38+
uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
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:0cd75960cfec2215ff734a4f6379bbbb6edb82de0c24593dd0a70ec65e9860a9 # latest
19+
image: returntocorp/semgrep@sha256:1844697a3d8b80166e2eaadb93f189a9372e6c8dc025cb14d9400f06e7475261 # latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- run: semgrep ci

package.json

Lines changed: 8 additions & 8 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].0",
6+
"packageManager": "[email protected].1",
77
"engines": {
88
"node": "22.14.0",
9-
"pnpm": "10.7.0"
9+
"pnpm": "10.7.1"
1010
},
1111
"exports": {
1212
"./build/constants": "./build/shared/constants.mjs",
@@ -34,11 +34,11 @@
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.13.14",
37+
"@types/node": "22.14.0",
3838
"@yarnpkg/shell": "4.1.2",
3939
"autoprefixer": "10.4.21",
40-
"bootstrap": "5.3.3",
41-
"browser-sync": "3.0.3",
40+
"bootstrap": "5.3.5",
41+
"browser-sync": "3.0.4",
4242
"browserslist-lint": "0.3.3",
4343
"console-log-level": "1.4.1",
4444
"cspell": "8.18.1",
@@ -88,7 +88,7 @@
8888
"remark-preset-lint-consistent": "6.0.1",
8989
"remark-preset-lint-markdown-style-guide": "6.0.1",
9090
"remark-preset-lint-recommended": "7.0.1",
91-
"remark-preset-prettier": "2.0.1",
91+
"remark-preset-prettier": "2.0.2",
9292
"remark-retext": "6.0.1",
9393
"remark-validate-links": "13.1.0",
9494
"retext-english": "5.0.0",
@@ -103,11 +103,11 @@
103103
"retext-syntax-mentions": "4.0.0",
104104
"retext-syntax-urls": "4.0.0",
105105
"strip-comments": "2.0.1",
106-
"stylelint": "16.17.0",
106+
"stylelint": "16.18.0",
107107
"stylelint-config-recess-order": "6.0.0",
108108
"stylelint-config-standard-scss": "14.0.0",
109109
"tsx": "4.19.3",
110-
"typescript": "5.8.2",
110+
"typescript": "5.8.3",
111111
"unified": "11.0.5",
112112
"vnu-jar": "24.10.17",
113113
"zod": "3.24.2",

0 commit comments

Comments
 (0)