Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 2f6a7fb

Browse files
authored
chore(deps): update dependencies (speced#4635)
1 parent 446f598 commit 2f6a7fb

File tree

4 files changed

+88
-86
lines changed

4 files changed

+88
-86
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
config-file: ./.github/codeql/codeql-config.yml
@@ -54,7 +54,7 @@ jobs:
5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# If this step fails, then you should remove it and run the build manually (see below)
5656
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v2
57+
uses: github/codeql-action/autobuild@v3
5858

5959
# ℹ️ Command-line programs to run using the OS shell.
6060
# 📚 https://git.io/JvXDl
@@ -68,4 +68,4 @@ jobs:
6868
# make release
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v2
71+
uses: github/codeql-action/analyze@v3

.github/workflows/regressions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with: { node-version: 18, cache: pnpm }
1818
- run: pnpm i --frozen-lockfile
1919
- run: pnpm build:w3c
20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
name: builds
2323
path: |

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engines": {
77
"node": ">=18.14"
88
},
9-
"packageManager": "pnpm@8.11.0",
9+
"packageManager": "pnpm@8.14.0",
1010
"bin": {
1111
"respec": "tools/respec2html.js",
1212
"respec2html": "tools/respec2html.js"
@@ -55,7 +55,7 @@
5555
"pluralize": "^8.0.0",
5656
"prettier": "^3.1.1",
5757
"prompt": "^1.3.0",
58-
"rollup": "^4.9.1",
58+
"rollup": "^4.9.4",
5959
"rollup-plugin-minify-html-literals": "^1.2.6",
6060
"serve": "^14.2.1",
6161
"serve-handler": "^6.1.5",
@@ -90,7 +90,7 @@
9090
"colors": "1.4.0",
9191
"finalhandler": "^1.2.0",
9292
"marked": "^4.3.0",
93-
"puppeteer": "^21.6.1",
93+
"puppeteer": "^21.7.0",
9494
"sade": "^1.8.1",
9595
"serve-static": "^1.15.0"
9696
},

0 commit comments

Comments
 (0)