Skip to content

Commit f2a85fd

Browse files
chore(deps): update all to v3
1 parent 9f0202a commit f2a85fd

File tree

3 files changed

+13
-75
lines changed

3 files changed

+13
-75
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v2
27+
uses: github/codeql-action/init@v3
2828
with:
2929
languages: ${{ matrix.language }}
3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@v2
31+
uses: github/codeql-action/autobuild@v3
3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@v2
33+
uses: github/codeql-action/analyze@v3

package-lock.json

+9-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"husky": "^8.0.3",
5757
"jest": "^29.4.1",
5858
"lint-staged": "^13.1.0",
59-
"prettier": "^2.8.3",
59+
"prettier": "^3.0.0",
6060
"ts-jest": "^29.0.5",
6161
"ts-loader": "^9.4.2",
6262
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)