Skip to content

Commit 63878af

Browse files
chore(deps): update all dependencies
1 parent 8386a08 commit 63878af

File tree

3 files changed

+817
-691
lines changed

3 files changed

+817
-691
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
37+
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -48,7 +48,7 @@ jobs:
4848
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4949
# If this step fails, then you should remove it and run the build manually (see below)
5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
51+
uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
5252

5353
# ℹ️ Command-line programs to run using the OS shell.
5454
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -61,4 +61,4 @@ jobs:
6161
# ./location_of_script_within_repo/buildscript.sh
6262

6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
64+
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@eslint/js": "^9.16.0",
8585
"@types/node": "^22.10.1",
8686
"@types/prismjs": "^1.26.0",
87-
"@types/react": "^18.2.31",
88-
"@types/react-dom": "^18.0.1",
87+
"@types/react": "^19.0.0",
88+
"@types/react-dom": "^19.0.0",
8989
"@typescript-eslint/eslint-plugin": "^8.17.0",
9090
"@typescript-eslint/parser": "^8.17.0",
9191
"esbuild": "^0.24.0",
@@ -94,8 +94,8 @@
9494
"globals": "^15.13.0",
9595
"prettier": "^3.0.0",
9696
"prismjs": "^1.28.0",
97-
"react": "^18.0.0",
98-
"react-dom": "^18.0.0",
97+
"react": "^19.0.0",
98+
"react-dom": "^19.0.0",
9999
"rimraf": "^6.0.1",
100100
"sass": "^1.50.0",
101101
"typedoc": "^0.27.2",

0 commit comments

Comments
 (0)