Skip to content

Commit

Permalink
fix yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 24, 2020
1 parent 62534f5 commit a3e3b4f
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1966,13 +1966,6 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@contentful/axios@^0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@contentful/axios/-/axios-0.18.0.tgz#576e0e6047411a66971e82d40688a8c795e62f27"
dependencies:
follow-redirects "^1.2.5"
is-buffer "^1.1.5"

"@contentful/rich-text-types@^13.1.0":
version "13.4.0"
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-13.4.0.tgz#a59c311ebd1b801ee00edbc08663c8d78da26171"
Expand Down Expand Up @@ -5293,6 +5286,13 @@ axios@^0.19.0:
follow-redirects "1.5.10"
is-buffer "^2.0.2"

axios@^0.19.1:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
dependencies:
follow-redirects "1.5.10"

axobject-query@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9"
Expand Down Expand Up @@ -7250,23 +7250,24 @@ contentful-resolve-response@^1.1.4:
dependencies:
lodash "^4.17.4"

contentful-sdk-core@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/contentful-sdk-core/-/contentful-sdk-core-6.0.1.tgz#522a8e928fccbc0a5ecb2163782c6aae28173623"
contentful-sdk-core@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/contentful-sdk-core/-/contentful-sdk-core-6.4.0.tgz#3b42991ae9084baf1bc5d01c61cb54441f740803"
integrity sha512-UvYQ/Wrt5EntlMSBbgqgvKfTBRzf6fIT2p5Wp7bsnA3/KLEiYcYd/2qhUKw4x9nfp+0G8B1s4TpDwxV0oymBiA==
dependencies:
lodash "^4.17.10"
qs "^6.5.2"

contentful@^6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/contentful/-/contentful-6.1.3.tgz#272f59e070807321ed6985882803bf804af65d6b"
integrity sha512-uf4MQey/aP/buRo4oCuyIfSD/r+ruxDyXN2z/n0XCi7s2x5NjKiKbbRIjRiYu5ylNiAvc+smLIXBooujtmqWEw==
contentful@^7.14.0:
version "7.14.0"
resolved "https://registry.yarnpkg.com/contentful/-/contentful-7.14.0.tgz#3b57287e484b8370adfd654a5196be2c2ffb9afa"
integrity sha512-edoiQx0AkmNqnGofmLHGVt84k2S8XuPyw2UOct/Oc3HEW0Z66osMJ4M/XA9GeByCCD5ZC7qotseBRyag/1g0iA==
dependencies:
"@contentful/axios" "^0.18.0"
axios "^0.19.1"
contentful-resolve-response "^1.1.4"
contentful-sdk-core "^6.0.1"
contentful-sdk-core "^6.4.0"
json-stringify-safe "^5.0.1"
lodash "^4.17.5"
lodash "^4.17.11"

continuable-cache@^0.3.1:
version "0.3.1"
Expand Down Expand Up @@ -10335,7 +10336,7 @@ fn-name@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"

follow-redirects@1.5.10, follow-redirects@^1.0.0, follow-redirects@^1.2.5:
follow-redirects@1.5.10, follow-redirects@^1.0.0:
version "1.5.10"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
dependencies:
Expand Down

0 comments on commit a3e3b4f

Please sign in to comment.