Skip to content

Commit 42f28fd

Browse files
⬆️ Upgrade all non-major dependencies
1 parent ae4e453 commit 42f28fd

File tree

4 files changed

+136
-111
lines changed

4 files changed

+136
-111
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v4
48+
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4
4949
with:
5050
languages: ${{ matrix.language }}
5151
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v4
59+
uses: github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2 # v4
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 https://git.io/JvXDl
@@ -70,4 +70,4 @@ jobs:
7070
# make release
7171

7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@v4
73+
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616

1717
- name: Setup PNPM
18-
uses: pnpm/action-setup@v4
18+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
1919
with:
2020
version: 8
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v6
23+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
2424
with:
2525
node-version: 22
2626
cache: pnpm

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
},
6565
"devDependencies": {
6666
"@mheob/eslint-config": "^5.2.0",
67-
"@mheob/prettier-config": "^3.3.3",
67+
"@mheob/prettier-config": "^3.4.0",
6868
"@types/node": "^22.19.1",
6969
"@typescript-eslint/eslint-plugin": "^7.18.0",
7070
"@typescript-eslint/parser": "^7.18.0",
7171
"@vscode/vsce": "^2.32.0",
7272
"eslint": "^8.57.1",
7373
"husky": "^8.0.3",
7474
"lint-staged": "^15.5.2",
75-
"prettier": "^3.6.2",
75+
"prettier": "^3.7.4",
7676
"rimraf": "^5.0.10",
7777
"ts-node": "^10.9.2",
78-
"typescript": "^5.8.3"
78+
"typescript": "^5.9.3"
7979
},
8080
"engines": {
8181
"vscode": "^1.102.1"

0 commit comments

Comments
 (0)