Skip to content

Commit fcee00b

Browse files
fix(deps): bump axios from 1.12.2 to 1.13.1 (#546)
Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.13.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.2...v1.13.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d52003 commit fcee00b

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.2.4",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
18-
"axios": "^1.12.2",
18+
"axios": "^1.13.1",
1919
"glob": "^10.4.5",
2020
"lwc": "~8.23.0",
2121
"node-fetch": "^3.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5038,10 +5038,10 @@ available-typed-arrays@^1.0.7:
50385038
dependencies:
50395039
possible-typed-array-names "^1.0.0"
50405040

5041-
axios@^1.12.2:
5042-
version "1.12.2"
5043-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
5044-
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
5041+
axios@^1.13.1:
5042+
version "1.13.1"
5043+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.1.tgz#45b62dc8fe04e0e92274e08b98e910ba3d7963a7"
5044+
integrity sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==
50455045
dependencies:
50465046
follow-redirects "^1.15.6"
50475047
form-data "^4.0.4"

0 commit comments

Comments
 (0)