Skip to content

Commit 4e9c022

Browse files
Update all non-major dependencies
1 parent 59f1ceb commit 4e9c022

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

.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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
45+
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
56+
uses: github/codeql-action/autobuild@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
70+
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@eslint/eslintrc": "^3.3.3",
3636
"@eslint/js": "^9.39.2",
3737
"@types/jest": "29.5.14",
38-
"@types/react": "18.3.27",
38+
"@types/react": "18.3.28",
3939
"@types/react-dom": "18.3.7",
4040
"@typescript-eslint/eslint-plugin": "^8.54.0",
4141
"@typescript-eslint/parser": "^8.54.0",
@@ -60,7 +60,7 @@
6060
"ts-jest": "29.4.6",
6161
"ts-loader": "9.5.4",
6262
"typescript": "5.9.3",
63-
"webpack": "5.104.1",
63+
"webpack": "5.105.0",
6464
"webpack-cli": "5.1.4",
6565
"webpack-dev-server": "5.2.3"
6666
},

0 commit comments

Comments
 (0)