Skip to content

Commit 250024d

Browse files
fix(lambda): bump axios from 1.7.7 to 1.7.9 in /lambdas
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]>
1 parent f4b259f commit 250024d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
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.696.0",
4343
"@middy/core": "^4.7.0",
4444
"@octokit/rest": "20.1.1",
45-
"axios": "^1.7.7"
45+
"axios": "^1.7.9"
4646
},
4747
"nx": {
4848
"includedScripts": [

lambdas/yarn.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ __metadata:
250250
"@vercel/ncc": "npm:^0.38.3"
251251
aws-sdk-client-mock: "npm:^4.1.0"
252252
aws-sdk-client-mock-jest: "npm:^4.1.0"
253-
axios: "npm:^1.7.7"
253+
axios: "npm:^1.7.9"
254254
eslint: "npm:^8.57.0"
255255
eslint-plugin-prettier: "npm:5.2.1"
256256
jest: "npm:^29.7.0"
@@ -5956,7 +5956,7 @@ __metadata:
59565956
languageName: node
59575957
linkType: hard
59585958

5959-
"axios@npm:^1.7.4, axios@npm:^1.7.7":
5959+
"axios@npm:^1.7.4":
59605960
version: 1.7.7
59615961
resolution: "axios@npm:1.7.7"
59625962
dependencies:
@@ -5967,6 +5967,17 @@ __metadata:
59675967
languageName: node
59685968
linkType: hard
59695969

5970+
"axios@npm:^1.7.9":
5971+
version: 1.7.9
5972+
resolution: "axios@npm:1.7.9"
5973+
dependencies:
5974+
follow-redirects: "npm:^1.15.6"
5975+
form-data: "npm:^4.0.0"
5976+
proxy-from-env: "npm:^1.1.0"
5977+
checksum: 10c0/b7a41e24b59fee5f0f26c1fc844b45b17442832eb3a0fb42dd4f1430eb4abc571fe168e67913e8a1d91c993232bd1d1ab03e20e4d1fee8c6147649b576fc1b0b
5978+
languageName: node
5979+
linkType: hard
5980+
59705981
"babel-jest@npm:^29.7.0":
59715982
version: 29.7.0
59725983
resolution: "babel-jest@npm:29.7.0"

0 commit comments

Comments
 (0)