Skip to content

Commit b55e043

Browse files
chore(deps): update all dependencies
1 parent 169028d commit b55e043

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626

2727
- name: Set Node.js 24.x
28-
uses: actions/setup-node@v6.3.0
28+
uses: actions/setup-node@v6.4.0
2929
with:
3030
node-version: 24.x
3131

@@ -46,7 +46,7 @@ jobs:
4646
id: diff
4747

4848
# If index.js was different than expected, upload the expected version as an artifact
49-
- uses: actions/upload-artifact@v7.0.0
49+
- uses: actions/upload-artifact@v7.0.1
5050
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5151
with:
5252
name: dist

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
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@v4.34.1
45+
uses: github/codeql-action/init@v4.35.2
4646
with:
4747
languages: ${{ matrix.language }}
4848
source-root: src
@@ -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@v4.34.1
57+
uses: github/codeql-action/autobuild@v4.35.2
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@v4.34.1
71+
uses: github/codeql-action/analyze@v4.35.2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@eslint/compat": "^2.0.3",
4444
"@eslint/eslintrc": "^3.3.1",
45-
"@eslint/js": "^9.0.0",
45+
"@eslint/js": "^10.0.0",
4646
"@rollup/plugin-commonjs": "^29.0.0",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
4848
"@rollup/plugin-typescript": "^12.1.4",
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/eslint-plugin": "^8.40.0",
5252
"@typescript-eslint/parser": "^8.40.0",
5353
"@vercel/ncc": "^0.38.2",
54-
"eslint": "^9.0.0",
54+
"eslint": "^10.0.0",
5555
"eslint-plugin-github": "^6.0.0",
5656
"eslint-plugin-import": "^2.32.0",
5757
"eslint-plugin-jest": "^29.0.0",
@@ -64,6 +64,6 @@
6464
"rollup": "^4.48.1",
6565
"ts-jest": "^29.4.1",
6666
"ts-jest-resolver": "^2.0.1",
67-
"typescript": "~5.9.3"
67+
"typescript": "~6.0.0"
6868
}
6969
}

0 commit comments

Comments
 (0)