Skip to content

Commit

Permalink
fix(vulnerabilities): bump 2 dependencies of dependencies (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier authored Jul 13, 2020
1 parent f5c0df0 commit fb17fbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6456,10 +6456,10 @@ npm-profile@^4.0.2, npm-profile@^4.0.4:
figgy-pudding "^3.4.1"
npm-registry-fetch "^4.0.0"

npm-registry-fetch@^4.0.0, npm-registry-fetch@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-4.0.4.tgz#2da1ecf3f43d419d96abf313664291a4623d3ea5"
integrity sha512-6jb34hX/iYNQebqWUHtU8YF6Cjb1H6ouTFPClYsyiW6lpFkljTpdeftm53rRojtja1rKAvKNIIiTS5Sjpw4wsA==
npm-registry-fetch@^4.0.0, npm-registry-fetch@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-4.0.5.tgz#cb87cf7f25bfb048d6c3ee19d115bebf93ea5bfa"
integrity sha512-yQ0/U4fYpCCqmueB2g8sc+89ckQ3eXpmU4+Yi2j5o/r0WkKvE2+Y0tK3DEILAtn2UaQTkjTHxIXe2/CSdit+/Q==
dependencies:
JSONStream "^1.3.4"
bluebird "^3.5.1"
Expand Down Expand Up @@ -6489,9 +6489,9 @@ npm-user-validate@~1.0.0:
integrity sha1-jOyg9c6gTU6TUZ73LQVXp1Ei6VE=

npm@^6.10.3:
version "6.14.5"
resolved "https://registry.yarnpkg.com/npm/-/npm-6.14.5.tgz#2cc59a3158cdd8461b486d0584c74ab554567219"
integrity sha512-CDwa3FJd0XJpKDbWCST484H+mCNjF26dPrU+xnREW+upR0UODjMEfXPl3bxWuAwZIX6c2ASg1plLO7jP8ehWeA==
version "6.14.6"
resolved "https://registry.yarnpkg.com/npm/-/npm-6.14.6.tgz#1a81ce1fac2bf5457dbf6342ceed503627ff228f"
integrity sha512-axnz6iHFK6WPE0js/+mRp+4IOwpHn5tJEw5KB6FiCU764zmffrhsYHbSHi2kKqNkRBt53XasXjngZfBD3FQzrQ==
dependencies:
JSONStream "^1.3.5"
abbrev "~1.1.1"
Expand Down Expand Up @@ -6564,7 +6564,7 @@ npm@^6.10.3:
npm-packlist "^1.4.8"
npm-pick-manifest "^3.0.2"
npm-profile "^4.0.4"
npm-registry-fetch "^4.0.4"
npm-registry-fetch "^4.0.5"
npm-user-validate "~1.0.0"
npmlog "~4.1.2"
once "~1.4.0"
Expand Down

0 comments on commit fb17fbe

Please sign in to comment.