Skip to content

Commit f9fa421

Browse files
chore(deps): bump axios from 0.27.2 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a671770 commit f9fa421

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node": ">=14.0.0"
1414
},
1515
"dependencies": {
16-
"axios": "^0.27.2",
16+
"axios": "^1.6.0",
1717
"hexo": "^6.2.0",
1818
"hexo-generator-alias": "git+https://github.com/chrisvfritz/vuejs.org-hexo-generator-alias.git",
1919
"hexo-generator-archive": "^1.0.0",

Diff for: yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ atob@^2.1.2:
7070
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
7171
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
7272

73-
axios@^0.27.2:
74-
version "0.27.2"
75-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
76-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
73+
axios@^1.6.0:
74+
version "1.6.0"
75+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
76+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
7777
dependencies:
78-
follow-redirects "^1.14.9"
78+
follow-redirects "^1.15.0"
7979
form-data "^4.0.0"
80+
proxy-from-env "^1.1.0"
8081

8182
balanced-match@^1.0.0:
8283
version "1.0.2"
@@ -414,10 +415,10 @@ [email protected]:
414415
statuses "~1.5.0"
415416
unpipe "~1.0.0"
416417

417-
follow-redirects@^1.14.9:
418-
version "1.15.1"
419-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
420-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
418+
follow-redirects@^1.15.0:
419+
version "1.15.3"
420+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
421+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
421422

422423
form-data@^4.0.0:
423424
version "4.0.0"
@@ -1087,6 +1088,11 @@ prismjs@^1.17.1:
10871088
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6"
10881089
integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==
10891090

1091+
proxy-from-env@^1.1.0:
1092+
version "1.1.0"
1093+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1094+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1095+
10901096
pseudomap@^1.0.2:
10911097
version "1.0.2"
10921098
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"

0 commit comments

Comments
 (0)