Skip to content

Commit ccb7d6f

Browse files
fix(deps): bump axios from 1.7.7 to 1.7.9 (#288)
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.9. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.7.9) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Kruk <[email protected]>
1 parent 421dd77 commit ccb7d6f

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.9",
1717
"@salesforce/sf-plugins-core": "^11.2.4",
18-
"axios": "^1.7.7",
18+
"axios": "^1.7.9",
1919
"glob": "^10.4.5",
2020
"lwc": "^8.10.1",
2121
"node-fetch": "^3.3.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4609,10 +4609,10 @@ available-typed-arrays@^1.0.7:
46094609
dependencies:
46104610
possible-typed-array-names "^1.0.0"
46114611

4612-
axios@^1.7.7:
4613-
version "1.7.7"
4614-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
4615-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
4612+
axios@^1.7.9:
4613+
version "1.7.9"
4614+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
4615+
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
46164616
dependencies:
46174617
follow-redirects "^1.15.6"
46184618
form-data "^4.0.0"

0 commit comments

Comments
 (0)