Skip to content

Commit

Permalink
fix(lambda): bump axios from 1.7.7 to 1.7.9 in /lambdas
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.9.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent f4b259f commit 250024d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
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.696.0",
"@middy/core": "^4.7.0",
"@octokit/rest": "20.1.1",
"axios": "^1.7.7"
"axios": "^1.7.9"
},
"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.3"
aws-sdk-client-mock: "npm:^4.1.0"
aws-sdk-client-mock-jest: "npm:^4.1.0"
axios: "npm:^1.7.7"
axios: "npm:^1.7.9"
eslint: "npm:^8.57.0"
eslint-plugin-prettier: "npm:5.2.1"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -5956,7 +5956,7 @@ __metadata:
languageName: node
linkType: hard

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

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

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

0 comments on commit 250024d

Please sign in to comment.