Skip to content

Commit b0e542f

Browse files
authored
fix: upgrade axios from 0.19.0 to 0.19.2 (#46)
Snyk has created this PR to upgrade axios from 0.19.0 to 0.19.2. See this package in NPM: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/andrevarandas/project/fc52ed1e-7e2f-4862-95f0-682ae7e39e56?utm_source=github&utm_medium=upgrade-pr
1 parent 92c66a5 commit b0e542f

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^3.2.4"
4444
},
4545
"dependencies": {
46-
"axios": "^0.19.0",
46+
"axios": "^0.19.2",
4747
"rimraf": "^3.0.0"
4848
},
4949
"files": [

yarn.lock

+4-16
Original file line numberDiff line numberDiff line change
@@ -594,12 +594,12 @@ aws4@^1.8.0:
594594
version "1.10.0"
595595
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
596596

597-
axios@^0.19.0:
598-
version "0.19.0"
599-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
597+
axios@^0.19.2:
598+
version "0.19.2"
599+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
600+
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
600601
dependencies:
601602
follow-redirects "1.5.10"
602-
is-buffer "^2.0.2"
603603

604604
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
605605
version "6.26.0"
@@ -2730,10 +2730,6 @@ is-buffer@^1.1.5:
27302730
version "1.1.6"
27312731
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
27322732

2733-
is-buffer@^2.0.2:
2734-
version "2.0.3"
2735-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
2736-
27372733
is-callable@^1.1.4, is-callable@^1.2.0:
27382734
version "1.2.0"
27392735
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
@@ -4434,7 +4430,6 @@ npm@^6.10.3:
44344430
cmd-shim "^3.0.3"
44354431
columnify "~1.5.4"
44364432
config-chain "^1.1.12"
4437-
debuglog "*"
44384433
detect-indent "~5.0.0"
44394434
detect-newline "^2.1.0"
44404435
dezalgo "~1.0.3"
@@ -4449,7 +4444,6 @@ npm@^6.10.3:
44494444
has-unicode "~2.0.1"
44504445
hosted-git-info "^2.8.8"
44514446
iferr "^1.0.2"
4452-
imurmurhash "*"
44534447
infer-owner "^1.0.4"
44544448
inflight "~1.0.6"
44554449
inherits "^2.0.4"
@@ -4468,14 +4462,8 @@ npm@^6.10.3:
44684462
libnpx "^10.2.2"
44694463
lock-verify "^2.1.0"
44704464
lockfile "^1.0.4"
4471-
lodash._baseindexof "*"
44724465
lodash._baseuniq "~4.6.0"
4473-
lodash._bindcallback "*"
4474-
lodash._cacheindexof "*"
4475-
lodash._createcache "*"
4476-
lodash._getnative "*"
44774466
lodash.clonedeep "~4.5.0"
4478-
lodash.restparam "*"
44794467
lodash.union "~4.6.0"
44804468
lodash.uniq "~4.5.0"
44814469
lodash.without "~4.4.0"

0 commit comments

Comments
 (0)