Skip to content

Commit eb0f3fc

Browse files
fix(deps): bump axios from 1.12.1 to 1.12.2 (#530)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e47ed92 commit eb0f3fc

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.12",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
18-
"axios": "^1.12.1",
18+
"axios": "^1.12.2",
1919
"glob": "^10.4.5",
2020
"lwc": "~8.22.4",
2121
"node-fetch": "^3.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5098,10 +5098,10 @@ available-typed-arrays@^1.0.7:
50985098
dependencies:
50995099
possible-typed-array-names "^1.0.0"
51005100

5101-
axios@^1.12.1:
5102-
version "1.12.1"
5103-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.1.tgz#0747b39c5b615f81f93f2c138e6d82a71426937f"
5104-
integrity sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==
5101+
axios@^1.12.2:
5102+
version "1.12.2"
5103+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
5104+
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
51055105
dependencies:
51065106
follow-redirects "^1.15.6"
51075107
form-data "^4.0.4"

0 commit comments

Comments
 (0)