Skip to content

Commit a74f418

Browse files
fix(deps): bump axios from 1.13.1 to 1.13.2 (#552)
Bumps [axios](https://github.com/axios/axios) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44b2b9c commit a74f418

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.14",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
18-
"axios": "^1.13.1",
18+
"axios": "^1.13.2",
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
@@ -5142,10 +5142,10 @@ available-typed-arrays@^1.0.7:
51425142
dependencies:
51435143
possible-typed-array-names "^1.0.0"
51445144

5145-
axios@^1.13.1:
5146-
version "1.13.1"
5147-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.1.tgz#45b62dc8fe04e0e92274e08b98e910ba3d7963a7"
5148-
integrity sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==
5145+
axios@^1.13.2:
5146+
version "1.13.2"
5147+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
5148+
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
51495149
dependencies:
51505150
follow-redirects "^1.15.6"
51515151
form-data "^4.0.4"

0 commit comments

Comments
 (0)