Skip to content

Commit 178bddf

Browse files
Bump axios from 0.17.1 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](axios/axios@v0.17.1...v0.18.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e188cb8 commit 178bddf

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Amit Mishra",
1111
"license": "ISC",
1212
"dependencies": {
13-
"axios": "^0.17.1",
13+
"axios": "^0.18.1",
1414
"bootstrap-sass": "^3.3.7",
1515
"connect-redis": "^3.3.2",
1616
"ejs": "^2.5.7",

yarn.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ aws4@^1.2.1, aws4@^1.6.0:
139139
version "1.6.0"
140140
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
141141

142-
axios@^0.17.1:
143-
version "0.17.1"
144-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
142+
axios@^0.18.1:
143+
version "0.18.1"
144+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
145145
dependencies:
146-
follow-redirects "^1.2.5"
147-
is-buffer "^1.1.5"
146+
follow-redirects "1.5.10"
147+
is-buffer "^2.0.2"
148148

149149
balanced-match@^1.0.0:
150150
version "1.0.0"
@@ -465,7 +465,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
465465
dependencies:
466466
ms "2.0.0"
467467

468-
debug@^3.1.0:
468+
debug@=3.1.0, debug@^3.1.0:
469469
version "3.1.0"
470470
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
471471
dependencies:
@@ -770,11 +770,11 @@ flagged-respawn@^1.0.0:
770770
version "1.0.0"
771771
resolved "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-1.0.0.tgz#4e79ae9b2eb38bf86b3bb56bf3e0a56aa5fcabd7"
772772

773-
follow-redirects@^1.2.5:
774-
version "1.2.6"
775-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.6.tgz#4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf"
773+
follow-redirects@1.5.10:
774+
version "1.5.10"
775+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
776776
dependencies:
777-
debug "^3.1.0"
777+
debug "=3.1.0"
778778

779779
for-in@^1.0.1, for-in@^1.0.2:
780780
version "1.0.2"
@@ -1266,6 +1266,10 @@ is-buffer@^1.1.5:
12661266
version "1.1.6"
12671267
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
12681268

1269+
is-buffer@^2.0.2:
1270+
version "2.0.4"
1271+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
1272+
12691273
is-builtin-module@^1.0.0:
12701274
version "1.0.0"
12711275
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)