Skip to content

Commit 8768379

Browse files
Bump axios from 1.10.0 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 867a096 commit 8768379

File tree

3 files changed

+321
-8
lines changed

3 files changed

+321
-8
lines changed

lambdas/pdm-uploader-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"axios": "^1.13.2",
3+
"axios": "^1.12.0",
44
"digital-letters-events": "^0.0.1",
55
"utils": "^0.0.1"
66
},

lambdas/refresh-apim-access-token/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@aws-sdk/client-ssm": "^3.840.0",
44
"aws-lambda": "^1.0.7",
5-
"axios": "1.10.0",
5+
"axios": "1.12.0",
66
"esbuild": "^0.25.9",
77
"jsonwebtoken": "^9.0.2",
88
"utils": "*",

0 commit comments

Comments
 (0)