Skip to content

Commit 42f6d7c

Browse files
committed
2 parents e509770 + ef864cf commit 42f6d7c

File tree

5 files changed

+297
-297
lines changed

5 files changed

+297
-297
lines changed

.github/workflows/codeql.yml

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

6565
# Initializes the CodeQL tools for scanning.
6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@v2
67+
uses: github/codeql-action/init@v3
6868
with:
6969
languages: ${{ matrix.language }}
7070
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -77,7 +77,7 @@ jobs:
7777
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7878
# If this step fails, then you should remove it and run the build manually (see below)
7979
- name: Autobuild
80-
uses: github/codeql-action/autobuild@v2
80+
uses: github/codeql-action/autobuild@v3
8181

8282
# ℹ️ Command-line programs to run using the OS shell.
8383
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -90,6 +90,6 @@ jobs:
9090
# ./location_of_script_within_repo/buildscript.sh
9191

9292
- name: Perform CodeQL Analysis
93-
uses: github/codeql-action/analyze@v2
93+
uses: github/codeql-action/analyze@v3
9494
with:
9595
category: "/language:${{matrix.language}}"

apps/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"@storm-software/testing-tools": "latest",
291291
"@storm-software/workspace-tools": "latest",
292292
"@types/node": "20.9.0",
293-
"@types/react": "^18.2.45",
293+
"@types/react": "^18.2.55",
294294
"@types/react-dom": "^18.2.18",
295295
"@types/vscode": "^1.85.0",
296296
"esbuild-style-plugin": "^1.6.3",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@testing-library/react": "14.0.0",
107107
"@types/jest": "^29.5.11",
108108
"@types/node": "20.9.0",
109-
"@types/react": "^18.2.45",
109+
"@types/react": "^18.2.55",
110110
"@types/react-dom": "^18.2.18",
111111
"@typescript-eslint/eslint-plugin": "^6.9.1",
112112
"@typescript-eslint/parser": "^6.9.1",
@@ -123,10 +123,10 @@
123123
"jest-environment-jsdom": "^29.7.0",
124124
"jest-environment-node": "^29.7.0",
125125
"jsdom": "~22.1.0",
126-
"lefthook": "^1.5.6",
126+
"lefthook": "^1.6.1",
127127
"log4brains": "^1.0.1",
128128
"nx": "17.2.8",
129-
"postcss": "8.4.21",
129+
"postcss": "8.4.31",
130130
"prettier": "^3.0.0",
131131
"react": "18.2.0",
132132
"react-dom": "18.2.0",

packages/service-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tailwind-merge": "^2.2.0"
3232
},
3333
"devDependencies": {
34-
"@types/react": "^18.2.45"
34+
"@types/react": "^18.2.55"
3535
},
3636
"peerDependencies": {
3737
"react": "18.2.0",

0 commit comments

Comments
 (0)