Skip to content

Commit 072dc60

Browse files
authored
Merge branch 'main' into copilot/fix-2
2 parents 02aa19a + f2eb1e7 commit 072dc60

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeql-scanner-vscode",
33
"displayName": "CodeQL Scanner",
44
"description": "VSCode extension for CodeQL to scan and analyze code for vulnerabilities using GitHub's CodeQL.",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/geekmasher/codeql-scanner-vscode.git"
@@ -298,7 +298,7 @@
298298
"dependencies": {
299299
"@octokit/rest": "^22.0.0",
300300
"@types/js-yaml": "^4.0.9",
301-
"axios": "^1.3.4",
301+
"axios": "^1.11.0",
302302
"js-yaml": "^4.1.0"
303303
}
304-
}
304+
}

0 commit comments

Comments
 (0)