Skip to content

Commit 4922d22

Browse files
authored
Merge branch 'main' into feat/context_cb
2 parents a497944 + 0ecd502 commit 4922d22

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v2
43+
uses: github/codeql-action/init@v3
4444
with:
4545
languages: ${{ matrix.language }}
4646
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,7 +51,7 @@ jobs:
5151
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252
# If this step fails, then you should remove it and run the build manually (see below)
5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v2
54+
uses: github/codeql-action/autobuild@v3
5555

5656
# ℹ️ Command-line programs to run using the OS shell.
5757
# 📚 https://git.io/JvXDl
@@ -65,4 +65,4 @@ jobs:
6565
# make release
6666

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@
3939
"author": "metcoder95 <[email protected]>",
4040
"license": "MIT",
4141
"devDependencies": {
42-
"@types/node": "^20.1.4",
43-
"fastify": "^4.6.0",
44-
"husky": "^8.0.1",
42+
"@types/node": "^22.0.0",
43+
"fastify": "^5.0.0",
44+
"husky": "^9.0.11",
4545
"nodemon": "^3.0.1",
4646
"snazzy": "^9.0.0",
4747
"standard": "^17.0.0",
4848
"tap": "^16.3.0",
49-
"tsd": "^0.30.0",
49+
"tsd": "^0.31.0",
5050
"typescript": "^5.0",
5151
"undici": "^6.2.1"
5252
},
5353
"dependencies": {
54-
"@fastify/error": "^3.0.0",
55-
"fastify-plugin": "^4.2.1"
54+
"@fastify/error": "^4.0.0",
55+
"fastify-plugin": "^5.0.1"
5656
},
5757
"tsd": {
5858
"directory": "test"

0 commit comments

Comments
 (0)