Skip to content

Commit 2ec3e7f

Browse files
committed
fix: lambdas/functions/gh-agent-syncer/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent 42d47a0 commit 2ec3e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@aws-sdk/types": "^3.734.0",
4343
"@middy/core": "^4.7.0",
4444
"@octokit/rest": "20.1.2",
45-
"axios": "^1.7.9"
45+
"axios": "^1.8.3"
4646
},
4747
"nx": {
4848
"includedScripts": [

0 commit comments

Comments
 (0)