Skip to content

Commit 571499d

Browse files
fix(deps): bump axios from 1.8.2 to 1.10.0 (#437)
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.10.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.2...v1.10.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0074540 commit 571499d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@salesforce/kit": "^3.1.6",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
18-
"axios": "^1.8.2",
18+
"axios": "^1.10.0",
1919
"glob": "^10.4.5",
2020
"lightning-base-components": "1.27.2-alpha",
2121
"lwc": "~8.20.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4918,10 +4918,10 @@ available-typed-arrays@^1.0.7:
49184918
dependencies:
49194919
possible-typed-array-names "^1.0.0"
49204920

4921-
axios@^1.8.2:
4922-
version "1.8.2"
4923-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
4924-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
4921+
axios@^1.10.0:
4922+
version "1.10.0"
4923+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
4924+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
49254925
dependencies:
49264926
follow-redirects "^1.15.6"
49274927
form-data "^4.0.0"

0 commit comments

Comments
 (0)