Skip to content

Commit 86e47f1

Browse files
fix(deps): bump axios from 0.27.2 to 0.28.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96a3bd8 commit 86e47f1

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@salesforce/core": "^3.36.2",
1919
"@salesforce/sf-plugins-core": "^2.0.1",
2020
"@salesforce/ts-types": "^1.7.3",
21-
"axios": "^0.27.2",
21+
"axios": "^0.28.0",
2222
"axios-debug-log": "^0.8.4",
2323
"chalk": "^4.1.2",
2424
"cli-ux": "^5.6.7",

yarn.lock

+13-4
Original file line numberDiff line numberDiff line change
@@ -2314,6 +2314,15 @@ axios@^0.27.2:
23142314
follow-redirects "^1.14.9"
23152315
form-data "^4.0.0"
23162316

2317+
axios@^0.28.0:
2318+
version "0.28.0"
2319+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
2320+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
2321+
dependencies:
2322+
follow-redirects "^1.15.0"
2323+
form-data "^4.0.0"
2324+
proxy-from-env "^1.1.0"
2325+
23172326
balanced-match@^1.0.0:
23182327
version "1.0.2"
23192328
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -4209,10 +4218,10 @@ flatted@^3.1.0:
42094218
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
42104219
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
42114220

4212-
follow-redirects@^1.14.9:
4213-
version "1.15.2"
4214-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
4215-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
4221+
follow-redirects@^1.14.9, follow-redirects@^1.15.0:
4222+
version "1.15.5"
4223+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
4224+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
42164225

42174226
for-each@^0.3.3:
42184227
version "0.3.3"

0 commit comments

Comments
 (0)