Skip to content

Commit 89f78c1

Browse files
fix(lambda): bump axios from 1.12.1 to 1.12.2 in /lambdas
Bumps [axios](https://github.com/axios/axios) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.1...v1.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbf1bd8 commit 89f78c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@aws-sdk/lib-storage": "^3.884.0",
3333
"@middy/core": "^6.4.1",
3434
"@octokit/rest": "22.0.0",
35-
"axios": "^1.12.0"
35+
"axios": "^1.12.2"
3636
},
3737
"nx": {
3838
"includedScripts": [

lambdas/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ __metadata:
198198
aws-sdk-client-mock: "npm:^4.1.0"
199199
aws-sdk-client-mock-jest: "npm:^4.1.0"
200200
aws-sdk-client-mock-vitest: "npm:^6.1.1"
201-
axios: "npm:^1.12.0"
201+
axios: "npm:^1.12.2"
202202
languageName: unknown
203203
linkType: soft
204204

@@ -6572,14 +6572,14 @@ __metadata:
65726572
languageName: node
65736573
linkType: hard
65746574

6575-
"axios@npm:^1.12.0":
6576-
version: 1.12.1
6577-
resolution: "axios@npm:1.12.1"
6575+
"axios@npm:^1.12.2":
6576+
version: 1.12.2
6577+
resolution: "axios@npm:1.12.2"
65786578
dependencies:
65796579
follow-redirects: "npm:^1.15.6"
65806580
form-data: "npm:^4.0.4"
65816581
proxy-from-env: "npm:^1.1.0"
6582-
checksum: 10c0/eda4dff56c02d13b950fd9487b678ac197ce5f21dfc98df73632df29e45d8dd24602a34e8d9b6e016d84a41ef7fd7fc4a7618060a72cc536b91cda1eaa9cd907
6582+
checksum: 10c0/80b063e318cf05cd33a4d991cea0162f3573481946f9129efb7766f38fde4c061c34f41a93a9f9521f02b7c9565ccbc197c099b0186543ac84a24580017adfed
65836583
languageName: node
65846584
linkType: hard
65856585

0 commit comments

Comments
 (0)