Skip to content

Commit 45ee0fd

Browse files
fix(deps): bump axios from 1.3.6 to 1.4.0
Bumps [axios](https://github.com/axios/axios) from 1.3.6 to 1.4.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.6...v1.4.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69a88ad commit 45ee0fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@salesforce/core": "^3.34.8",
3737
"@salesforce/ts-types": "^1.7.3",
3838
"applicationinsights": "^2.5.1",
39-
"axios": "^1.3.6"
39+
"axios": "^1.4.0"
4040
},
4141
"devDependencies": {
4242
"@salesforce/dev-config": "^3.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1746,10 +1746,10 @@ aws-sdk@^2.1231.0:
17461746
uuid "8.0.0"
17471747
xml2js "0.4.19"
17481748

1749-
axios@^1.3.6:
1750-
version "1.3.6"
1751-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.6.tgz#1ace9a9fb994314b5f6327960918406fa92c6646"
1752-
integrity sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==
1749+
axios@^1.4.0:
1750+
version "1.4.0"
1751+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
1752+
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
17531753
dependencies:
17541754
follow-redirects "^1.15.0"
17551755
form-data "^4.0.0"

0 commit comments

Comments
 (0)