Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@aws-sdk/types": "^3.654.0",
"@middy/core": "^4.7.0",
"@octokit/rest": "20.1.1",
"axios": "^1.7.5"
"axios": "^1.7.7"
},
"nx": {
"includedScripts": [
Expand Down
15 changes: 13 additions & 2 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ __metadata:
"@vercel/ncc": "npm:^0.38.1"
aws-sdk-client-mock: "npm:^4.0.2"
aws-sdk-client-mock-jest: "npm:^4.0.1"
axios: "npm:^1.7.5"
axios: "npm:^1.7.7"
eslint: "npm:^8.57.0"
eslint-plugin-prettier: "npm:5.2.1"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -5891,7 +5891,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.2, axios@npm:^1.7.4, axios@npm:^1.7.5":
"axios@npm:^1.7.2, axios@npm:^1.7.4":
version: 1.7.5
resolution: "axios@npm:1.7.5"
dependencies:
Expand All @@ -5902,6 +5902,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/4499efc89e86b0b49ffddc018798de05fab26e3bf57913818266be73279a6418c3ce8f9e934c7d2d707ab8c095e837fc6c90608fb7715b94d357720b5f568af7
languageName: node
linkType: hard

"babel-jest@npm:^29.7.0":
version: 29.7.0
resolution: "babel-jest@npm:29.7.0"
Expand Down